Have you thought about using the implementation in your task?
Jan
> -Original Message-
> From: Christophe Demarey [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 12, 2004 11:09 AM
> To: Ant Users List
> Subject: Re: Use of environment properties
>
>
> Hi,
Hi,
I want to launch an application (not a java application) that needs an
environment property.
In my Ant task, I have the following line :
Runtime.getRuntime().exec( my_app );
my_app needs to access the environment variable LD_LIBRARY_PATH to find
libraries.
I need to set this variable in my