Hello,

I am noticing interesting behavior and have a theory as to what is happing.

Basically I am calling an <ant> task with some nested <property> tags.  These 
properties may or may not be set
at the time of the <ant> call.

If a property is not set, and I pass it to <ant> with <property name="foo" 
value="${foo}"/>

Will ${foo} then equal the string "${foo}"?

Is this a rookie mistake that I am making or how things are implemented?


Thanks,

Dave

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

Reply via email to