Gary Feldman wrote:
> Nguyen, Daniel wrote:
>   
>> 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).
>   
Could you maybe create a file, and then have either CC.NET or the build
file for D check for the existence of the file?  (Disclaimer:  I've not
used CC.NET yet, so I don't know if this would be useful.)

- Shawn


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