Antwort: Re: Calling Ant using different JDKs

2006-11-15 Thread Christian . Konrad
: Ant Users List Prashant Kopie: <[EMAIL PROTECTED] Thema: Re: Calling Ant using different JDKs

Re: Calling Ant using different JDKs

2006-11-13 Thread Prashant
[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

Re: Calling Ant using different JDKs

2006-11-13 Thread Dominique Devienne
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

Calling Ant using different JDKs

2006-11-13 Thread Christian . Konrad
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