RE: [Nant-users] FW: Problems building nant - takedown fails

2004-12-17 Thread Gert Driesen
Jeremy,   Can you send us the build log ?   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Owens-BoggsSent: vrijdag 17 december 2004 23:23To: [EMAIL PROTECTED]Subject: [Nant-users] FW: Problems building nant - takedown fails Whenever I build

[Nant-users] FW: Problems building nant - takedown fails

2004-12-17 Thread Jeremy Owens-Boggs
Whenever I build nant using the Nant.build file, the build 'fails' on an nunit test stating that the 'TearDown : Unable to cleanup ' still exists'.  Anybody else having this problem?

[Nant-users] Solution task error resolving references

2004-12-17 Thread Brendan Coram
Title: Solution task error resolving references I am trying to compile a vb.net solution using a number of references to compiled resources on a mapped drive. My solution task is failing with the following (first bit of the error message below): Error resolving module references of 'Z:\Frame

[Nant-users] Solution Task Problem

2004-12-17 Thread Shane Faulkner
I'm having a problem with Visual NAnt solution task. VS.NET 2003 will build my project but when I try to build it through ant I am getting an error. Can anyone shed some light on this for me?   Command "nant -verbose AutomatedIntegration"   Thanks             verbo

RE: [Nant-users] Building NAnt with Mono 1.0.5

2004-12-17 Thread Chacon-Taylor, Monique
Hi Gert: I got the binaries for RC1 but I still get the same errors. See below. === # mono NAnt.exe Compat mode: the request from /data/nant-0.85-rc1/bin/log4net.dll to load System was remapped (http://www.go-mono.com/remap.html) ** (NAnt.exe:14890): WARNING **: Could not find assembly Sys

Re: [Nant-users] Building NAnt with Mono 1.0.5

2004-12-17 Thread Gert Driesen
Monique, I'll try to look into this issue this weekend. But can you also try using a binary distribution of NAnt ? The binary releases of NAnt should work out-of-the-box on both win32 and linux (if there's no regression in Mono). Gert - Original Message - From: "Chacon-Taylor, Monique"

RE: [Nant-users] Building NAnt with Mono 1.0.5

2004-12-17 Thread Chacon-Taylor, Monique
Hi Gert:   I am using RedHat 9.0.   We are in a project using Windows and Linux.   I have no problem using NAnt in Windows, but I would like to use also for the Linux part so we could use CruiseControl .Net dashboard for all projects.   If it seems impossible I will just use Ant instaed.   C

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

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

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

2004-12-17 Thread Mauro Ciaccio
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 que