CruiseControl is a tool used to implement "Continuous Integration". XP addresses ... using "continuous integration", which is one of the 12 XP practices. ...describes the immediate and ongoing integration of completed tasks into the system. A completed task in general consists of both new unit tests and source code modifications.
http://www.xpexchange.net/english/intro/continuousIntegration.html http://sourceforge.net/projects/ccnet/ http://confluence.public.thoughtworks.org/display/CCNET Essentially, CruiseControl initiates your NAnt build when it senses changes in your source control repository. Along with your NAnt build, additional tasks such as automated testing can be added, run, and logged. -----Original Message----- From: Mauro Ciaccio [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 6:14 AM To: NAnt Users mailing list Subject: RE: [Nant-users] Using Nant on Test Servers Thanks for all the feedback! We too are a small IT company that struggles in trying to separate development, testing and deployment. On the basis of the positive feedback received we will now pursue a greater use of Nant to better separate development and testing. The feedback also raised some questions: > We hope to automate as much of this as possible. If your QA department > can automate test procedures such that they do not need user interaction > to complete, you can drop the test itself into nant as part of your > automated build-and-test cycle. a) Does "drop the test itself into Nant" mean that our QA staff need to create test scripts in Nant? Or is there some way to run 3rd party software scripts from within Nant? > I am also using > CruiseControl to manage the NAnt build cycle. It works great. They are > both great tools. b) Could you explain a bit what CruiseControl is used for and/or provide a link? c) Yes, changing msi settings is sometimes an issue, but certainly the least critical. Thanks again for all your feedback. Mauro Ciaccio > -----Original Message----- > From: John Hardin [mailto:[EMAIL PROTECTED] > Sent: 16 December 2004 16:12 > To: [EMAIL PROTECTED] > Cc: NAnt Users mailing list > Subject: Re: [Nant-users] Using Nant on Test Servers > > > On Thu, 2004-12-16 at 03:16, Mauro Ciaccio wrote: > > > Given that Nant can start from the source code and SQL scripts > and build the > > whole thing, it would seem to be a great tool to use by the test team on > > their Test Server. Is anybody using it this way? Are there any issues we > > need to be aware of? > > Not stepping on each others' databases for one. > > We hope to automate as much of this as possible. If your QA department > can automate test procedures such that they do not need user interaction > to complete, you can drop the test itself into nant as part of your > automated build-and-test cycle. > > -- > John Hardin > Internal Systems Administrator (Seattle) > CRS Retail Systems, Inc. > 3400 188th Street SW, Suite 185 > Lynnwood, WA 98037 > voice: (425) 672-1304 > fax: (425) 672-0192 > email: [EMAIL PROTECTED] > web: http://www.crsretail.com > ----------------------------------------------------------------------- > If you smash a computer to bits with a mallet, that appears to count > as encryption in the state of Nevada. > - CRYPTO-GRAM 12/2001 > ----------------------------------------------------------------------- > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users