You can use <a href="http://ant-contrib.sourceforge.net/tasks/tasks/propertycopy.html">PropertyCopy task</a>
Regards > ------------ Původní zpráva ------------ > Od: GokulHCL <[email protected]> > Předmět: Nesting of Braces > Datum: 27.5.2010 14:22:01 > ---------------------------------------- > > Hi > I am using ant 1.7. I have requirement to resolve two properties dynamically > as shown below. > > ${test.display.${dynamic}} > > For Example: > > I am loading three properties from a properties file say > > test.display.one=FIRST > test.display.two=SECOND > test.display.three=THIRD > > The "dynamic" property will have the values such as one, two, three, based > on this dynamic value I need to extract the values. > > Thanks for your help in advance. > Gokul > -- > View this message in context: > http://old.nabble.com/Nesting-of-Braces-tp28693161p28693161.html > Sent from the Ant - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
