MG2>below
From: RAPPAZ Francois
Sent: Thursday, November 23, 2017 2:00 AM
To: Ant Users List
Subject: RE: GenJar
MG>which specific task do you want ant to implement?
Make a jar using the regular ant jar task:
With using a file selector that
- start wi
rom
the jar archive (using the path to find the archive), add this extracted class
file in the jar under construction
- repeat this for the class that has been extracted
This is what genjar is doing (or PAR::Packer in perl) but it's a task in
himself not a selector in the regular jar task,
From: RAPPAZ Francois
Sent: Wednesday, November 22, 2017 10:14 AM
To: Ant Users List
Cc: ddevie...@gmail.com
Subject: RE: GenJar
What really surprised me is that such a bcel selector has not already been
written.
MG>which specific task do you want ant
What really surprised me is that such a bcel selector has not already been
written.
Is there examples of codes of these custom selectors ?
Correcting the original genjar codes proved to be < 50 lines changes
Writing this selector from scratch is quiet harder for me
François
-Origi
On Tue, Nov 21, 2017 at 11:19 AM, RAPPAZ Francois
wrote:
> Things turned out well at the end...
>
> since I could contact the original maintainer of genjar on sourceforge and
> I was able to update my changes there.
>
> Note that this tool had some descendants. I ha
Things turned out well at the end...
since I could contact the original maintainer of genjar on sourceforge and I
was able to update my changes there.
Note that this tool had some descendants. I have found on github: mx:genjar,
genjar2.
François
-Original Message-
From: Stefan
On 2017-11-16, RAPPAZ Francois wrote:
> Someone on this list pointed me to the BCEL parser, and I have
> corrected the bug in GenJar which now use that parser to get the
> classes a class file depends on.
> My GenJar is working again in Ant.
great.
> I tried to communicate with
Someone on this list pointed me to the BCEL parser, and I have corrected the
bug in GenJar which now use that parser to get the classes a class file depends
on.
My GenJar is working again in Ant.
I tried to communicate with the person who was managing the GenJar project on
Sourceforge, and I