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 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 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

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 s

RE: Ant and jar creation

2017-11-10 Thread RAPPAZ Francois
.com] Sent: 09 November 2017 16:11 To: Ant Users List Subject: Re: Ant and jar creation On Thu, Nov 9, 2017 at 2:30 PM, RAPPAZ Francois wrote: > I'm returning to some java projects that I left for some years. These > projects use ant to compile, make the doc and specially they use the

Ant and jar creation

2017-11-09 Thread RAPPAZ Francois
I'm returning to some java projects that I left for some years. These projects use ant to compile, make the doc and specially they use the external task genjar to build jar files. I spend some hours trying to have genjar working (I downloaded the source from sourceforge) and it's seems that th