Are you sure you don't have a circular dependency somwhere between all your projects?
On Wed, Sep 17, 2008 at 4:02 PM, Marose, Justin (GE EntSol, Security) < [EMAIL PROTECTED]> wrote: > I am having a build order issue as well for two projects that are in the > same group. Project A has a dependency on Project B, but A is always > built first (alphabetical order?). > > I cannot use the Group build definition because the relative location of > the build files are different for each project. To get around this, I > have a project build definition for each project that run on the same > schedule. This seems to break the build order. > > Any suggestions? > > -----Original Message----- > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 17, 2008 12:48 AM > To: [email protected] > Subject: Re: Issue : How to make four build files run in a particluar > order and perform nightly build > > On Wed, Sep 17, 2008 at 2:30 AM, Brett Porter > <[EMAIL PROTECTED]>wrote: > > > 2008/9/16 Ken Liu <[EMAIL PROTECTED]> > > > > > Hi Brett - > > > > > > Could you describe the dependency ordering in more detail? > > > > > > Does Continuum trigger dependent builds automatically? If project A > > depends > > > on B, does a change in B automatically trigger a build of A? > > > > > > Yes, I believe so. > > > > > > > If so, does > > > this happen across project groups, or only within a group? > > > > > > I think it is only within a group. > > > Continuum trigger a build of A if it is in the same schedule even if it > is under an other project group. If A isn't in the same schedule, > Continuum will build A in the next A scheduled build even if A doesn't > have src changes. > > > > > > > > - Brett > > > > > > > > > > > > > Ken > > > > > > On Mon, Aug 18, 2008 at 9:22 PM, Brett Porter > > > <[EMAIL PROTECTED] > > > >wrote: > > > > > > > Currently Continuum only uses the dependencies in a Maven project > > > > to determine the order. > > > > > > > > Are these Maven projects with dependencies on each other? > > > > > > > > - Brett > > > > > > > > 2008/8/14 Renisha P <[EMAIL PROTECTED]>: > > > > > Hi, > > > > > > > > > > I have four build files . I need to run them in a particular > > > > > order > > > .Also > > > > , I > > > > > want to perform nightly builds and also I should be able to > > > > > execute > > > them > > > > > manually in day time in the same order . > > > > > > > > > > Regards, > > > > > > > > > > > > > > > > > > > > > -- > > > > Brett Porter > > > > Blog: http://blogs.exist.com/bporter/ > > > > > > > > > > > > > > > -- > > Brett Porter > > Blog: http://blogs.exist.com/bporter/ > > >
