Is there any problem with adding the 'if' and 'unless' handling to org.apache.tools.ant.Task thereby giving the capability to every single task rather than continuing to add it to each task individually?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 22, 2002 4:17 PM To: [EMAIL PROTECTED] Subject: [PATCH] adds 'if'/'unless' to <antcall> (CallTarget.java) <antcall> needs a way to be called conditionally. This patch adds two attributes to <antcall>, 'if' and 'unless'. They work the same way as they do in <target>. I found this useful when creating a set of targets specifically designed to be invoked via <antcall>. Please review, [comment], and apply this patch if acceptable. Thanks, Michael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
