Even better - I was sure I tried using that attribute (but when you've tried
a hundred combinations your mind starts to play tricks), but I just tried it
again and it works.
Thank you
Adrian
-----Original Message-----
From: Conor MacNeill [mailto:conor@cortexebusiness.com.au]
Sent: 08 November 2001 13:28
To: Ant Users List
Subject: Re: Environment Variables - Ahhhhggg
Stefan Bodewig wrote:
>
> Are you using JDK 1.3? With this, Ant won't use the shell script and
> I guess that Java will not use the newly supplied PATH, but the one
> the VM has been started with.
If you set vmlauncher="false" on the <exec> call you can bypass the VM's
launch facilities and drop back to the scripts. I've only used that on
Windows but it should help here too.
Conor
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|