Re: clone fake environment variables as real ones for exec

2009-05-28 Thread Dominique Devienne
On Thu, May 28, 2009 at 1:27 AM, Shawn Castrianni wrote: > I would prefer to somehow tell ant to select all properties that start with > env. prefix and add them to the environment of the exec task.  Is this > possible somehow with macros, property selectors, or something else? This is somethin

Re: AW: clone fake environment variables as real ones for exec

2009-05-28 Thread Eric Fetzer
So you could use the script task. Greetings -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Shawn Castrianni [mailto:shawn.castria...@halliburton.com] Gesendet: Donnerstag, 28. Mai 2009 08:28 An: 'Ant Users List' Betreff: clone fake environment variables as real ones for

AW: clone fake environment variables as real ones for exec

2009-05-28 Thread Knuplesch, Juergen
task. Greetings -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Shawn Castrianni [mailto:shawn.castria...@halliburton.com] Gesendet: Donnerstag, 28. Mai 2009 08:28 An: 'Ant Users List' Betreff: clone fake environment variables as real ones for exec I load in my environment

clone fake environment variables as real ones for exec

2009-05-27 Thread Shawn Castrianni
I load in my environment variables with: I use ant properties throughout my script with the env. prefix so that end users can override them with real environment variables, if they wish. If those env. prefixed ant properties are not initialized from the real environment variables, I default