Have you tried putting them both in the same queue? A queue only allows one project to run at a time, so project B won't be able to start until project A has finished.
Documentation on queues is at http://confluence.public.thoughtworks.org/display/CCNET/Integration+Queues. Craig -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jeff Sent: Saturday, 17 October 2009 7:48 a.m. To: ccnet-user Subject: [ccnet-user] How to get project-triggered project to wait until publishing finished? Hi - I have a pair of projects, A and B. B is set to be triggered by the successful completion of A. This is happening -- but too soon. It looks like execution of B is not waiting for A's publisher to finish, and so B doesn't have a "full loaf" to work with when it starts up. How can I get project B to wait until A's output has been published? Do I have to switch from using a publisher for the output, and instead use some sort of copy task? Thanks for the guidance. Jeff
