Re: How to specify xml configuration file from Ant Task

2009-10-05 Thread not4google
reno wrote: > > not4google a écrit : >> Hi all >> >> I have some code which relies on a xml configuration file being >> available. I >> have built my JAR from ant ANT task and after looking in the JAR i can >> see >> that the file is there. >&g

How to specify xml configuration file from Ant Task

2009-10-02 Thread not4google
Hi all I have some code which relies on a xml configuration file being available. I have built my JAR from ant ANT task and after looking in the JAR i can see that the file is there. However when I try and execute the JAR on Windows from the command line e.g. java -jar Test.jar I get an except

RE: Adding multiple external JARS using Ant

2009-09-30 Thread not4google
? Rebhan, Gilbert wrote: > > > > -Original Message----- > From: not4google [mailto:kapil.x.jo...@jpmorgan.com] > Sent: Wednesday, September 30, 2009 1:41 PM > To: user@ant.apache.org > Subject: RE: Adding multiple external JARS using Ant > > /* > Thanks for

RE: Adding multiple external JARS using Ant

2009-09-30 Thread not4google
Thanks for the info but what I needed was to add all JARS within a directory rather than specifying each one if thats possible? Rebhan, Gilbert wrote: > > > > -Original Message----- > From: not4google [mailto:kapil.x.jo...@jpmorgan.com] > Sent: Wednesday, September 30,

Adding multiple external JARS using Ant

2009-09-30 Thread not4google
Hi all I have the following target: When I run the JAR from the command line I get ClassNotFoundExceptions and