I have an SOA project which is deployed in three chunks:

* GUI
* Services
* BPEL's

I therefore have three Continuum Shell projects, each of which uses a .BAT
file to call an ANT build.xml file to build and deploy the relevant chunk. 
At present all my builds are manually triggered, on demand, but I would like
to implement scheduled builds.

However, if GUI fails, I don't want to deploy Services and/or BPEL's, and if
Services fails, I don't want to deploy BPEL's.  How do I control this
dependency?
-- 
View this message in context: 
http://www.nabble.com/Dependencies-in-builds-tp15455354p15455354.html
Sent from the Continuum - Users mailing list archive at Nabble.com.

Reply via email to