Jaroslaw Kowalski brilliantly extemporized:
> <if test="'${myOne}'='${myOther}'">
> </if>

Amen, brother.  The only problem I can imagine you'll have are type
comparisons, but if you just throw an intelligent build exception when
the types don't match before you touch a.Equals(b)...  I'd be a happy
man with just == and != to start with.  The other operations that
resolve to true||false ( >, >=, <, <=, etc ) can all come later.


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to