: Ant Users List
Prashant Kopie:
<[EMAIL PROTECTED] Thema: Re: Calling Ant using
different JDKs
[EMAIL PROTECTED] wrote:
Hi everybody,
is there a way to call an Ant Build-File () and pass it
the JAVA_HOME environment variable?
Exec accepts just that using the nested env-Argument ().
Basically I'm looking for a way to call a Build-File (build.xml) with
different JDKs. I cannot fix the java
is there a way to call an Ant Build-File () and pass it
the JAVA_HOME environment variable?
Exec accepts just that using the nested env-Argument ().
No. You can't even fork , much less change the JAVA_HOME.
Basically I'm looking for a way to call a Build-File (build.xml) with
different JDKs. I
Hi everybody,
is there a way to call an Ant Build-File () and pass it
the JAVA_HOME environment variable?
Exec accepts just that using the nested env-Argument ().
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