incremental building. The depends attribute of a target. Read up on it.
if Target C depends on B and A, and A fails, then build fails.. Then the next time ant is started for target C, it will attempt A again. Of course I could be wrong :) ----- Original Message ----- From: "Krueger, Tom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 2:02 PM Subject: Start/Restart > > Hello, > > Could someone tell me if ANT has any start/restart capabilities. > > I am looking for a way to kick off multiple steps, but if any step > fails, the next time the build.xml is run it will startup after the last > completed step. > > If ANT does not doe this, I would appreciate any suggestions on other > tools. > > > Thanks for the help > > > Tom Krueger > Senior Software Developer > Jefferson Wells International > 414-615-1441 Phone > [EMAIL PROTECTED] > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
