On 10/27/06, Jeff Holt <[EMAIL PROTECTED]> wrote:
To make my build script a bit less susceptible to environmental errors,
I'd like to rewrite the following task:

<apply executable="${env.JAVA_HOME}/bin/java">

Simply replace ${env.JAVA_HOME} by ${jre.home}, and it will use the
same JRE or JDK used by Ant itself. <apply> is better than
<java>+<ac:for> in this case IMHO. Or you could also use
<ac:outofdate>, in which can you can avoid the fork done by apply.
--DD

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

Reply via email to