Anyone from ant-contrib want to add a caveat to the
documentation of the for task? Being based on
macrodefs, for is the only place I know of where this
comes into play: since the @ character is escaped
with another (@@) in macrodefs/for, nested for loops
must double-escape the @ character (@@@@). This
applies to for loops appearing in macros as well.
Looks like the rule is an additional two '@'s per
nesting level. So no nesting = @@, one level deep =
@@@@, and two levels deep = @@@@@@ .
-Matt
__________________________________
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]