On Wed, 13 Nov 2002, Scott Klein <[EMAIL PROTECTED]> wrote: > I started by looking at the <fail> task, but I couldn't find a way > to determine whether or not to execute a fail,
<fail> supports if/unless. As far as unsetting properties goes, you are already using <antcall>, right? <antcall ...> <param name="foo" value="bar"/> </antcall> will create a property named foo in the called project that is not set in the calling project after antcall has finished. This may help you, not sure. Stefan -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>