Re: [Nant-users] Using Nant on Test Servers

2004-12-17 Thread Thibaut Barrère
> thanks for that. While CruiseControl and automated testing are some way off > on our radar, I hope to find the time to investigate them, especially the > latter. In that respect, I would appreciate if you could possible provide a > small sample build file outlining the structure required to carry

RE: [Nant-users] Using Nant on Test Servers

2004-12-17 Thread Mauro Ciaccio
TECTED] > Cc: NAnt Users mailing list > Subject: Re: [Nant-users] Using Nant on Test Servers > > > Hi Mauro, > > We're also using NAnt and CruiseControl to automate the full cycle. > > We have a single NAnt build script to : > - compile (debug/release) the .net

Re: [Nant-users] Using Nant on Test Servers

2004-12-17 Thread Thibaut Barrère
Hi Mauro, We're also using NAnt and CruiseControl to automate the full cycle. We have a single NAnt build script to : - compile (debug/release) the .net solutions and associated tests - run the unit tests and acceptance tests (both in the form of NUnit testfixtures), invalidating the build on fai

RE: [Nant-users] Using Nant on Test Servers

2004-12-17 Thread Curtis Zarger
lto:[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

RE: [Nant-users] Using Nant on Test Servers

2004-12-17 Thread Mauro Ciaccio
ent: 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 th

RE: [Nant-users] Using Nant on Test Servers

2004-12-16 Thread Akins, Greg
I've used both Ant and Nant for exactly this purpose. The only thing I can think that might cause problems is if IIS settings need to be changed while deploying a project (msi's can handle that, but I'm not sure how to do that in Nant). Of course, you can always write custom tasks to do anything

RE: [Nant-users] Using Nant on Test Servers

2004-12-16 Thread Curtis Zarger
That's the way I use NAnt. It pulls from CVS, compiles, and deploys to a test site. Along the way it also handles file clean up, custom configuration, and also logging, and auditing which are picked up by a custom web site that displays all the test sites. I am also using CruiseControl to manage