Re: inline property expansion not working as advertised

2008-01-15 Thread Alain ROY
Adding , the expansion occurs. deploy.url is ${deploy.url} It seems not to occur when the property file is given in the command line. Regards Alain ROY On Thu, 10 Jan 2008 14:52:27 -0800 (PST) Michael Pelz Sherman <[EMAIL PROTECTED]> wrote: > From the Property task docs

Re: inline property expansion not working as advertised

2008-01-14 Thread Michael Pelz Sherman
essage ---- > From: Michael Pelz Sherman > To: Ant Users List > Sent: Thursday, January 10, 2008 5:52:27 PM > Subject: inline property expansion not working as advertised > > > From the Property task docs > (http://ant.apache.org/manual/CoreTasks/property.html) > > =

Re: inline property expansion not working as advertised

2008-01-11 Thread David Weintraub
me) > (540) 335-3171 (cell) > > - Original Message > From: Michael Pelz Sherman > To: Ant Users List > Sent: Thursday, January 10, 2008 5:52:27 PM > Subject: inline property expansion not working as advertised > > > From the Property task docs > (http://ant

Re: inline property expansion not working as advertised

2008-01-11 Thread Michael Pelz Sherman
Subject: inline property expansion not working as advertised >From the Property task docs (http://ant.apache.org/manual/CoreTasks/property.html) In-file property expansion is very cool. Learn to use it. Example: build.compiler=jikes deploy.server=luc

Re: inline property expansion not working as advertised

2008-01-11 Thread Chuck Holzwarth
:27 PM Subject: inline property expansion not working as advertised >From the Property task docs (http://ant.apache.org/manual/CoreTasks/property.html) In-file property expansion is very cool. Learn to use it. Example: build.compiler=jikes deploy.ser

inline property expansion not working as advertised

2008-01-10 Thread Michael Pelz Sherman
>From the Property task docs >(http://ant.apache.org/manual/CoreTasks/property.html) In-file property expansion is very cool. Learn to use it. Example: build.compiler=jikes deploy.server=lucky deploy.port=8080 deploy.url=http://${deploy.server}:${deploy.port}