R: Exception with Ant exec task

2012-11-22 Thread Ravagli Virgilio
Do you want to assign path to the environment variable PATH from inside the ant task ? What if you use your ant task, but assign the environment variable before to launch the ant task ? It could be a visibility problem -Messaggio originale- Da: Lis Maria [mailto:lismari...@gmail.com] In

R: R: [newbie] excute multiple jar files

2012-11-14 Thread Ravagli Virgilio
martedì 13 novembre 2012 11.09 A: Ant Users List Oggetto: Re: R: [newbie] excute multiple jar files Hi, Yes. That is what I want to do Von meinem iPad gesendet Am 13.11.2012 um 10:13 schrieb Ravagli Virgilio : > Hi, > Can you make an example of what you're willing to do, please ? &g

R: [newbie] excute multiple jar files

2012-11-13 Thread Ravagli Virgilio
Hi, Can you make an example of what you're willing to do, please ? i.e. given A.jar and B.jar, you want to execute java -jar A.jar and java -jar B.jar from the same build.xml ? Regards, Virgilio -Messaggio originale- Da: lenamtru...@gmail.com [mailto:lenamtru...@gmail.com] Inviato: venerd

R: passing ant.java.version as an option

2012-11-06 Thread Ravagli Virgilio
ith that target version but also has to be compatible with the target api. it's a good practice to compile it with the compiler of that jdk. See examples in manual on how to do that. Hope that helps Rainer | Am 05.11.2012 13:35, schrieb Ravagli Virgilio: > Hi everybody. > I expose my quest

passing ant.java.version as an option

2012-11-05 Thread Ravagli Virgilio
Hi everybody. I expose my question. I had to build JOB-4.3.4, Orbacus Java version, and I couldn't use JDK1.7 because of errors; everything would be fine using ant 1.7.1 to build Orbacus, in fact ant 1.7.1 assigns ant.java.version = 1.6 even if my JDK1.7 is 1.7. Trying ant 1.8.4, I had the same