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
.com] Sent: 21 November 2017 15:18 To: Ant Users List Subject: Re: GenJar 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 c

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
nal Message- From: Dominique Devienne [mailto:ddevie...@gmail.com] Sent: 21 November 2017 15:18 To: Ant Users List Subject: Re: GenJar 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

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 have found on github: > mx:genjar

RE: GenJar

2017-11-21 Thread RAPPAZ Francois
Bodewig [mailto:bode...@apache.org] Sent: 16 November 2017 08:54 To: user@ant.apache.org Subject: Re: GenJar 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 > classe

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 the person who w