RE: How to get properties from an executable run with exec

2005-05-13 Thread Bill Rich
EMAIL PROTECTED] http://www.wilandra.com -Original Message- From: Ricky Clarkson [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 6:02 AM To: Ant Users List Subject: Re: How to get properties from an executable run with exec I'm underqualified to answer really, but you can us

Re: How to get properties from an executable run with exec

2005-05-13 Thread Ricky Clarkson
I'm underqualified to answer really, but you can use ant from within Java, so you could do all this in Java source code. On 09/05/05, ELASRI Patrice SOFRECOM <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm new to Ant and need to know how to get several properties as > environment variables for an exe

How to get properties from an executable run with exec

2005-05-09 Thread ELASRI Patrice SOFRECOM
Hi, I'm new to Ant and need to know how to get several properties as environment variables for an executable run from ant, with the "exec" task. I saw that one cans do that with nested elements, but this doesn't satisfies me. Because I load several properties from a configuration file and I don