Re: GenJar

2017-11-27 Thread Martin Gainty
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

RE: GenJar

2017-11-22 Thread RAPPAZ Francois
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,

Re: GenJar

2017-11-22 Thread Martin Gainty
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

RE: GenJar

2017-11-22 Thread RAPPAZ Francois
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

Re: GenJar

2017-11-21 Thread Dominique Devienne
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

RE: GenJar

2017-11-21 Thread RAPPAZ Francois
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

Re: GenJar

2017-11-15 Thread Stefan Bodewig
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

GenJar

2017-11-15 Thread RAPPAZ Francois
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