Nguyen, Daniel wrote:
> Michael,
>  
> My following suggestions may sound like a quick, ugly *hack*, so 
> please take it with a grain of salt.
>  
> If project B has to wait for project A to complete, can you place a 
> call at the end of the project A to call project B once it's completed 
> its run?
This works if there's a single path (A then B), but not if there's 
concurrency that requires a resynchronization (do A, B, and C in 
parallel, and do D after all three of them finish).

Gary



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to