Re: How to specify xml configuration file from Ant Task

2009-10-05 Thread supareno
not4google, for me the file is not in the classpath... 2 possibilities: 1) adding it the classpath (after copying it to the lib folder) 2) adding the xml file to the jar (copying it the build/classes folder) after that, it may work ! hope this help supareno Hi here are some more details:

Re: How to specify xml configuration file from Ant Task

2009-10-05 Thread not4google
Hi here are some more details: As you can see I do copy the XML file to the JAR and ha

Re: How to specify xml configuration file from Ant Task

2009-10-02 Thread supareno
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. However when I try and execute the JAR on Windows from the command line e.g. java -jar T