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
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)
>
> =
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
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
: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
>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}