----- Original Message ----- From: "Tim Vernum" <[EMAIL PROTECTED]> To: "'ANT-dev'" <[EMAIL PROTECTED]> Sent: Monday, April 09, 2001 9:58 AM Subject: RE: <exec> problem with exit value
> > From: Vincent Massol [mailto:[EMAIL PROTECTED] > > > I am trying to use the exec task to call another ant build > > file in some > > other directory (I don't want ot use the <ant> task to do > > that because I > > don't want to inherit any of the properties from the calling > > build.xml). > > However, when the called ant build file fails, the calling > > build file does > > not generate a "build failed" and does not stop. > > Have you thought about maybe using the <java> task, and calling > the ant Main class? > Thanks Tim. Yes, in the end, that's what I did ... Vincent
