RE: Use of environment properties

2004-03-12 Thread Jan . Materne
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,

Re: Use of environment properties

2004-03-12 Thread Christophe Demarey
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