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
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
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
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
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