[Nant-users] Conditional Actions on build failure

2003-07-08 Thread david . a . taylor
Hi, I could not get Peter Lanoie's suggestion to work. Below is the script used. Has anyone else got any ideas? I am trying to send an email if ${Build.Test} fails. ${Build.Test} is defined elsewhere. -Original Message- From: Taylor David DT GBJH Sent: 07 July 2003 17:55 To: 'Peter L

[Nant-users] Error reported using task

2003-11-05 Thread david . a . taylor
Hi, Using the latest downloadable release from sourceforge, I get the following error reported: == build: [echo] Building with NANT version 0.8.3.23326 [nant] NAnt Scripts/Syngenta.Gloria.DeploymentTools.nant Buildfile: file:///D:/Projects/Gloria/So

[Nant-users] Cannot use Nant 0.8.4 with NUnit

2003-11-18 Thread david . a . taylor
Hi, We have fetched the latest build of Nant (0.8.4) which uses NUnit 2.1.3 but we can only get NUnit 2.1.4 from the source forge website. Does anyone know of a work around or where I can get NUnit 2.1.3? Regards, David Taylor Extension: 4496 Email: [EMAIL PROTECTED] Mobile: +44 7966

[Nant-users] Can't run NUnit 2.1.4 from NANT version 0.8.4.31114

2003-11-20 Thread david . a . taylor
Hi, I am still having problems. Having picked up the nightly build (0.8.4.31114), NANT builds the files but fails to run NUnit. I am running under .NET 1.0. Has anyone any ideas? Building... NAnt version 0.8.4.0 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Buildfile: file://

[Nant-users] Help me we can't use latest Nant with latest NUnit

2003-12-11 Thread david . a . taylor
All, We are trying NANT release candidate 1 (0.8.4) with the latest version of NUnit (2.1.4.0). We build pointing to NUnit.Framework.dll from our NUnit install and cannot build with NANT. If we reverse this, and point to NANT's NUnit.Framework.dll we can no longer use the NUnit GUI to run tests

[Nant-users] Using Nant with .NET framework and w2k

2004-06-24 Thread david . a . taylor
Hi, I have tried installing the latest stable release (0.84). When I run it a working build fails reporting it cannot find system.xml.dll version 1.0.5000. We use .net framework 1.0 SP2 (v 1.0.3075) so that's understandable. I tried rebuilding the source to get rid of this link error but the na