RE: Adding to ant's classpath from an ant build script

2005-08-03 Thread Moran Ben-David
Wednesday, August 03, 2005 1:57 PM > To: 'Ant Users List' > Subject: RE: Adding to ant's classpath from an ant build script > > Thank you, Antoine. I used the following worked like a charm. > > > Moran > > > -Original Message- > > F

RE: Adding to ant's classpath from an ant build script

2005-08-03 Thread Moran Ben-David
Thank you, Antoine. I used the following worked like a charm. Moran > -Original Message- > From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 03, 2005 12:17 PM > To: Ant Users List > Subject: Re: Adding to ant's classpath from an ant bui

Re: Adding to ant's classpath from an ant build script

2005-08-03 Thread Antoine Levy-Lambert
id" <[EMAIL PROTECTED]> > An: "'Ant Users List'" > Betreff: Adding to ant's classpath from an ant build script > Datum: Wed, 3 Aug 2005 11:56:34 -0400 > > I have a custom Ant task in a jar file (custom.jar) that I would like to > use > in my

Adding to ant's classpath from an ant build script

2005-08-03 Thread Moran Ben-David
I have a custom Ant task in a jar file (custom.jar) that I would like to use in my ant build.xml. However, I would like to add this jar to the ant runtime only during the execution of my script. Is there a way I can tell ant to include this jar (/home/me/custom.jar) in its classpath from my build