> 1. if="${propertyname} = '123'"
> or
> 2. if="propertyname = '123'"

you need

if="${propertyname = '123'}" right now.


btw:  Not very convenient in if attributes. They could/should be automatic
that is without ${}.
But you could use ${} everywhere e.g.
<echo message="hello ${propertyname='123'} world."/>
[writes "hello true world."]

Martin



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to