You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by 1800 tbsfunny <18...@gmail.com> on 2006/07/05 16:37:47 UTC

JAVA_HOME to be changed dynamically

I set JAVA_HOME=c:\jdk1.5 before running ant. At some point inside the an
ant target I want to change JAVA_HOME=c:\jdk1.4. And run the remaining tests
with jdk1.4.

Can I do this?

Thanks,
-Jed