hmm well if failonerror is set to true then a task failure will stop the build meaning that no further tasks will execute regardless of dependencies.

Ian
Daniel Bron wrote:

Hello,

Is it possible to setup a task such that it won't run unless another task
has executed successfully?  The depends clause won't work because if TaskA
depends on TaskB and TaskB hasn't been run, then TaskA will run TaskB.  What
I want is for TaskA to run if and only if TaskB has already run and
completed successfully.

-D. Bron


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users




--
Ian MacLean, Developer, ActiveState, a division of Sophos
http://www.ActiveState.com





------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to