> I'd like to hand a graph of builds to run (from Ivy) and have 
> <subant> 
> detect a failure and skip all dependencies, then carry on with 
> everything else. So at the end of the <subant> run, we'd report
>   -failing builds
>   -skipped builds
> then it would halt.

That's basically what I'm looking for - we have enough projects that are
not all directly related to each other that it's a huge help for us to
attempt to build every project, even if an early one fails, so that we
can see if there are unrelated errors in later projects, etc... Ideally,
I'd also like to be able to have subprojects be able to tell if any
previously-run subprojects have failed, because we've got a couple
projects that interact with our packaging and distribution systems that
behave in different ways depending on whether the compilation projects
have all passed or not.

A.

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

Reply via email to