I'm not 100% sure, but IMHO you can specify all the build seperately and
then made the build-plan dependent on each other, so that CruiseControl
known that when your Project B needs to be build, it will have to build
project A first.

If project A is already up to date, building it will be just checking
your SVN repositories for updates and then immediately continu with
building Project B.
CruiseControl can't do that based upon maven-dependencies, so you would
need to configure it yourself.

HTH!

With kind regards,
  Marco
 

-----Original Message-----
From: Chris Schmidt [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 12, 2008 2:14 PM
To: [email protected]
Subject: Best way to CI multi-module projects

I don't normally cross-post messages, but I'm not certain which list is
the best for this question.  If this breaks an etiquette rule, I
apologize.

 

  I have a handful of maven2 multi-module projects that I have
configured to continuously integrate within CruiseControl.  Currently I
have each submodule being built as a separate project within the CC
configuration file.  Is this the proper way to configure submodules?  I
don't want to rebuild every submodule if only one changes.  However,
I've found that breaking the modules up tends to cause many failed
builds if I've made changes to different areas of the code base at the
same time.

 

  For example, if I change code in a submodule within project A, and
modify code that depends on it in project B, CC will sometimes try to
rebuild project B first.  I'm using the maven snapshot dependency plugin
to cascade changes, but I'd really like for CC to be able to trace up
the dependency hierarchy to know that the module in project A has
changes as well and build it before the module in project B.

 

Thanks,

 

  Chris Schmidt 

 

**********************************************************************
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries
and/or its employees shall not be liable for the incorrect or
incomplete transmission of this e-mail or any attachments, nor
responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**********************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to