Smitha <[email protected]> wrote on 07/11/2012 09:33:16 AM: > 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
Please submit such questions to the user list in the future. I'm not aware of there being a <set> task in Ant...properties are usually set via the <property> task. Jeffrey E. (Jeff) Care Advisory Software Engineer | IBM Watson Solutions Release Engineering email: [email protected] | Tel: 919-543-4907 | T/L: 441-4907
