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
IT group and don't have the resource to separate the tasks among different people; so automating the process is the next best thing. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mauro Ciaccio Sent: Thursday, December 16, 2004 6:17 AM To: [EMAIL PROTEC

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

2004-12-16 Thread Curtis Zarger
ol to manage the NAnt build cycle. It works great. They are both great tools. Curt Zarger -Original Message- From: Mauro Ciaccio [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 6:17 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Using Nant on Test Servers Hi, it suddenly stru

[Nant-users] Using Nant on Test Servers

2004-12-16 Thread Mauro Ciaccio
Hi, it suddenly struck me that the use of Nant could greatly improve our current release procedures to QA. At present the developers have to copy across the required DLLs, set up the database,etc. to the test server. Given that Nant can start from the source code and SQL scripts and build the who