> 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
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
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
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
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
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
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
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