Hi everybody,

is there a way to call an Ant Build-File (<ant  antfile="...">) and pass it
the JAVA_HOME environment variable?
Exec accepts just that using the nested env-Argument (<env key="JAVA_HOME"
path="..." />).

Basically I'm looking for a way to call a Build-File (build.xml) with
different JDKs. I cannot fix the javac call to use the different JDKs. I
need to specify it when calling the build-file.

Actually I would use "exec" instead of "ant" but it doesn't get the build
result. So the builds never fail.

Any suggestions?


Regards,
Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to