Hi all,
I have a property with name ${car}. Note that the name is not just "car" but ${car}.

Using echoproperties I see:
[echoproperties] ant.version=Apache Ant version 1.6.5 compiled on June 2 2005
[echoproperties] ${car}=fiat

How to handle that property ? How to do something like:

<echo message="My car: ${car}" />

since that one doesn't work. Conceptually it should be <echo message="My car: ${${car}}" /> but it doesn't work.

Thanks a lot
ste

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to