RE: java task question for ant 1.6.5

2006-10-27 Thread Jeff Holt
, Jeff Holt <[EMAIL PROTECTED]> wrote: > The reason I don't want to use is that I have to qualify the > executable path. Otherwise, for some yet unknown reason, ant executes > /usr/bin/java rather than the one in the PATH. And, of course, > /usr/bin/java, is not appropri

RE: java task question for ant 1.6.5

2006-10-27 Thread Jeff Holt
n for ant 1.6.5 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: > > Simply replace ${env.JAVA_HOME} by ${jre.home}, and it will use the same JRE or JDK us

RE: java task question for ant 1.6.5

2006-10-27 Thread Jeff Holt
x27;s task with . -Matt --- Jeff Holt <[EMAIL PROTECTED]> wrote: > To make my build script a bit less susceptible to > environmental errors, > I'd like to r

java task question for ant 1.6.5

2006-10-27 Thread Jeff Holt
To make my build script a bit less susceptible to environmental errors, I'd like to rewrite the following task: Here is something that probably conveys what I want: