LLCard:
Bob's recommendation to get the Nant book is excellent advice.
Some thoughts on a few issues that you mention:
I have created at Gomez an extensive build and configuration management
system using CruiseControl.NET and Nant. This system makes widespread
use of reusable Nant files and tas
Here is one that I came up with that is pretty generic:
http://nant.sf.net/release/0.86-beta1/nant.xsd";
name="Company.Portal.Domain" default="build">
Take a look at ccnet.config.builder located here:
http://confluence.public.thoughtworks.org/display/CCNET/Configuration+Pr
eprocessor
I used the above to make things reusable in my ccnet.config file.
To reuse things in my nant scripts take a look at the include task:
http://nant.sourceforge.net/ni
This book is a must have for newbees and covers exactly what you are
asking about.
http://www.amazon.com/Expert-NET-Delivery-Using-CruiseControl-NET/dp/B00
1D7COTO/ref=sr_1_1?ie=UTF8&s=digital-text&qid=1228860888&sr=1-1
BOb
-Original Message-
From: LLCard [mailto:[EMAIL PROTECTED]
Sent
Hi Folks,
I am just beginning to start using NAnt and CruiseControl.Net that I have
set up on my home machine with an SVN repository using Apache. I have a
couple easy builds already working and can see them in CCTray. I have added
2 projects to the ccnet.config file that point to 2 different b