, 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
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
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
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: