Yes, I believe that is how it does work.

I am looking to have it work a little differently.

if Target C depends on B and A and A and B succeed but C failes..
Then the next time it is started I would like it to run C.

Basically, if some thing fails, I would like it to skip all the targets
that have already run successfully.


Thanks for the help!




-----Original Message-----
From: T Master [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 17, 2002 3:08 PM
To: Ant Users List
Subject: Re: Start/Restart


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]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to