On 2011-12-15, Vinodh Kumar wrote:
> Can someone let me know why the /${${env}.test} value not printed as
> testest1/
http://ant.apache.org/faq.html#propertyvalue-as-name-for-property
Stefan
-
To unsubscribe, e-mail: user-unsub
ity is the nested PropertyExpander provided by
http://ant.apache.org/antlibs/proper.html#props .
Matt
> -Original Message-
> From: Vinodh Kumar [mailto:vinoh...@gmail.com]
> Sent: Thursday, December 15, 2011 12:23 PM
> To: user@ant.apache.org
> Subject: Property not loaded
>
M
To: user@ant.apache.org
Subject: Property not loaded
Hi,
Can someone let me know why the /${${env}.test} value not printed as
testest1/
*cmd*:ant -f build.xml -Denv=IT1
*build.xml*
${env}
${${env}.test}
*build.properties*
IT1.test=testest1
] ${${env}.test}
BUILD SUCCESSFUL
Total time: 0 seconds
--
View this message in context:
http://ant.1045680.n5.nabble.com/Property-not-loaded-tp5078347p5078347.html
Sent from the Ant - Users mailing list archive at Nabble.com