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

Re: Ant and jar creation

2017-11-09 Thread Dominique Devienne
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 > external task genjar to build jar files. > > I spend some hours trying to have genjar working (I

Re: Ant and jar creation

2017-11-09 Thread Alexandre Priou
use jenkins and make a task Envoyé de mon iPhone > Le 9 nov. 2017 à 14:30, RAPPAZ Francois a écrit : > > 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. >

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