DD - thanks for the help.
the good nights sleep I got last night helped, I'm sure ;) scott -----Original Message----- From: Dominique Devienne [mailto:DDevienne@;lgc.com] Sent: Thursday, November 14, 2002 8:37 AM To: 'Ant Users List' Subject: RE: conditions and property's - use of <AntCall> task This fails the entire build, except if you were to use ant-contrib's <try> task around the <antcall>. Sorry you didn't understand this fact when I wrote about it earlier: "In any case, since you're using <antcall>, check the file exists after doing the <antcall>, and not before, since all properties defined *within* the <antcall> are lost after the <antcall> *returns*." --DD -----Original Message----- From: Klein, Scott @ TW [mailto:scott.klein@;L-3com.com] Sent: Thursday, November 14, 2002 10:32 AM To: 'Ant Users List' Subject: RE: conditions and property's - use of <AntCall> task Stefan - Thanks for the input. That, I think, is a decent solution but I have a question. If I <fail> during an <antcall> what occurs when the antcall is over? Can I tell if the antcall failed somehow? thanks scott -----Original Message----- From: Stefan Bodewig [mailto:bodewig@;apache.org] Sent: Wednesday, November 13, 2002 11:43 PM To: [EMAIL PROTECTED] Subject: Re: conditions and property's 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> -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>