I'm implementing this idea. However, some questions.
Won't this build CommonSW twice, once when Project1 is built and next when
Project2 is built, in the case where I build both projects? I really want to
just build CommonSW once in this case.
Also if projects are in the same queue, does that i
I found the answer to my own question, and it's Yes.
From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Thursday, January 05, 2012 2:08 PM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] How to setup two projects with a subset of common
files?
Will this show BOTH projects
Will this show BOTH projects in the ccnet web dashboard?
From: Philip Sayers [mailto:p...@cds-am.net]
Sent: Thursday, January 05, 2012 1:36 PM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] How to setup two projects with a subset of common
files?
Easiest way to get y
Easiest way to get you want would be..
Create two nant files.
File1: builds commonSW & Project1
File2: builds commonSW & Project2
Setup 2 ccnet projects, each one pointing at one of the nant files
Put both projects in the same queue
>I posted this in the ccnet-users Google
Thanks to all the replies. I just started looking at queues indeed.
From: Brendan CM [mailto:veri...@gmail.com]
Sent: Thursday, January 05, 2012 1:36 PM
To: Chris Fouts
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] How to setup two projects with a subset of common
files?
The Cru
The CruiseControl people should probably give you this same response, but
in case they haven't, here is what you're looking for:
http://www.cruisecontrolnet.org/projects/ccnet/wiki/Queue_Configuration
On Thu, Jan 5, 2012 at 9:48 AM, Chris Fouts wrote:
> I posted this in the ccnet-users Google gr
I posted this in the ccnet-users Google group, but I thought I'd post this too
hoping I'm not alone in using ccnet+nant environment, and not the first one to
try this.
I use CC.NET v1.6.7981.1 and Nant v0.91. I trigger the builds via CC.NET but do
the bulk of the work in Nant - no surprise here