You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by MN...@tacintel.com on 2002/11/22 22:17:29 UTC

[PATCH] adds 'if'/'unless' to (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