Hi ,
I have property
<set property="container" value="${test.getValue()}" />
<echo message="container: ${container}"/>
the output of container is sample/{node}
now
<set property="node" value="${test.getString('ssl.home')}"/>
which returns = Test2
<echo "messgae: ${container}"/>
is returning sample/{node} but i am looking for sample/Test2
thanks
--
View this message in context:
http://ant.1045680.n5.nabble.com/nested-ant-properties-tp5713373.html
Sent from the Ant - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]