Actually, it isn't possible to add some "build rules", it will be probably in a future version.
A workaround for your issue would be to create only one shell project that will run your 3 builds with a check of the result of each. Emmanuel On Feb 13, 2008 12:17 PM, Ken Turner <[EMAIL PROTECTED]> wrote: > > 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. > >
