|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
Issue : How to make four build files run in a particluar order and perform nightly buildHi,
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, |
|
|
Re: Issue : How to make four build files run in a particluar order and perform nightly buildCurrently 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 <renisha.p@...>: > 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/ |
|
|
Re: Issue : How to make four build files run in a particluar order and perform nightly buildHi 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? If so, does this happen across project groups, or only within a group? Ken On Mon, Aug 18, 2008 at 9:22 PM, Brett Porter <brett.porter@...>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 <renisha.p@...>: > > 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/ > |
|
|
Re: Issue : How to make four build files run in a particluar order and perform nightly build2008/9/16 Ken Liu <ken.liu@...>
> 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. - Brett > > > Ken > > On Mon, Aug 18, 2008 at 9:22 PM, Brett Porter <brett.porter@... > >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 <renisha.p@...>: > > > 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/ |
|
|
Re: Issue : How to make four build files run in a particluar order and perform nightly buildOn Wed, Sep 17, 2008 at 2:30 AM, Brett Porter <brett.porter@...>wrote:
> 2008/9/16 Ken Liu <ken.liu@...> > > > 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 <brett.porter@... > > >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 <renisha.p@...>: > > > > 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/ > |
|
|
Re: Issue : How to make four build files run in a particluar order and perform nightly buildIt is too bad that this doesn't work across groups because that would be
very useful. In my company we have a lot of shared components that are in one group. It would be great if all projects that depend on one of these shared components could automatically be rebuilt. Ken On Tue, Sep 16, 2008 at 8:30 PM, Brett Porter <brett.porter@...>wrote: > 2008/9/16 Ken Liu <ken.liu@...> > > > 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. > > - Brett > > > > > > > > Ken > > > > On Mon, Aug 18, 2008 at 9:22 PM, Brett Porter <brett.porter@... > > >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 <renisha.p@...>: > > > > 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/ > |
|
|
RE: Issue : How to make four build files run in a particluar order and perform nightly buildI 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:emmanuel.venisse@...] Sent: Wednesday, September 17, 2008 12:48 AM To: users@... 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 <brett.porter@...>wrote: > 2008/9/16 Ken Liu <ken.liu@...> > > > 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 > > <brett.porter@... > > >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 <renisha.p@...>: > > > > 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/ > |
|
|
Re: Issue : How to make four build files run in a particluar order and perform nightly buildAs I said in my previous post, it works across groups if they are attached
in the same schedule. Emmanuel On Wed, Sep 17, 2008 at 3:45 PM, Ken Liu <ken.liu@...> wrote: > It is too bad that this doesn't work across groups because that would be > very useful. In my company we have a lot of shared components that are in > one group. It would be great if all projects that depend on one of these > shared components could automatically be rebuilt. > > Ken > > On Tue, Sep 16, 2008 at 8:30 PM, Brett Porter <brett.porter@... > >wrote: > > > 2008/9/16 Ken Liu <ken.liu@...> > > > > > 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. > > > > - Brett > > > > > > > > > > > > > Ken > > > > > > On Mon, Aug 18, 2008 at 9:22 PM, Brett Porter <brett.porter@... > > > >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 <renisha.p@...>: > > > > > 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/ > > > |
|
|
Re: Issue : How to make four build files run in a particluar order and perform nightly buildAre 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) < Justin.Marose@...> 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:emmanuel.venisse@...] > Sent: Wednesday, September 17, 2008 12:48 AM > To: users@... > 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 > <brett.porter@...>wrote: > > > 2008/9/16 Ken Liu <ken.liu@...> > > > > > 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 > > > <brett.porter@... > > > >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 <renisha.p@...>: > > > > > 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/ > > > |
|
|
RE: Issue : How to make four build files run in a particluar order and perform nightly buildDefinitely no circular dependency. Same schedule, different build
definitions (not using group build def - to disable I set the schedule to NEVER). My hunch is that it is due to the different build definitions. I defined one for each of the two projects, and both are using the same schedule (HOURLY). This implementation was due to not being able to change the build file (or more specifically, their relative location) for each project for the group build definition. Seems like a limitation because each project in a group can use a different SCM, but their build files need to have the same relative with respect to their SCM URL to use the same build definition. -----Original Message----- From: Emmanuel Venisse [mailto:emmanuel.venisse@...] Sent: Wednesday, September 17, 2008 10:19 AM To: users@... Subject: Re: Issue : How to make four build files run in a particluar order and perform nightly build 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) < Justin.Marose@...> 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:emmanuel.venisse@...] > Sent: Wednesday, September 17, 2008 12:48 AM > To: users@... > 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 > <brett.porter@...>wrote: > > > 2008/9/16 Ken Liu <ken.liu@...> > > > > > 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 > > > <brett.porter@... > > > >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 <renisha.p@...>: > > > > > 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/ > > > |
|
|
Re: Issue : How to make four build files run in a particluar order and perform nightly buildok, can you file an issue?
Emmanuel On Wed, Sep 17, 2008 at 5:13 PM, Marose, Justin (GE EntSol, Security) < Justin.Marose@...> wrote: > Definitely no circular dependency. Same schedule, different build > definitions (not using group build def - to disable I set the schedule > to NEVER). > > My hunch is that it is due to the different build definitions. I > defined one for each of the two projects, and both are using the same > schedule (HOURLY). > > This implementation was due to not being able to change the build file > (or more specifically, their relative location) for each project for the > group build definition. Seems like a limitation because each project in > a group can use a different SCM, but their build files need to have the > same relative with respect to their SCM URL to use the same build > definition. > > -----Original Message----- > From: Emmanuel Venisse [mailto:emmanuel.venisse@...] > Sent: Wednesday, September 17, 2008 10:19 AM > To: users@... > Subject: Re: Issue : How to make four build files run in a particluar > order and perform nightly build > > 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) < > Justin.Marose@...> 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:emmanuel.venisse@...] > > Sent: Wednesday, September 17, 2008 12:48 AM > > To: users@... > > 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 > > <brett.porter@...>wrote: > > > > > 2008/9/16 Ken Liu <ken.liu@...> > > > > > > > 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 > > > > <brett.porter@... > > > > >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 <renisha.p@...>: > > > > > > 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/ > > > > > > |
| Free Forum Powered by Nabble | Forum Help |