RE: [NAnt-users] Nunit2 task

2006-02-28 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Andy Johnstone > Sent: dinsdag 28 februari 2006 22:17 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] Nunit2 task > > Has anybody updated the Nunit 2 ta

[NAnt-users] Nunit2 task

2006-02-28 Thread Andy Johnstone
Has anybody updated the Nunit 2 task to run against the Nunit 2.2.7.0 release? Thanks Andy --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live web

RE: [Nant-users] Nunit2 Task

2005-10-21 Thread Stephen Tunney
nant-users@lists.sourceforge.net Subject: [Nant-users] Nunit2 Task I have a simple question. I am getting this error using NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005) along with Nunit 2.2.0.0. In the Nant documentation it says to add assembly binding to a test config file. But I am building ag

[Nant-users] Nunit2 Task

2005-10-19 Thread Kevin Kirkpatrick
I have a simple question. I am getting this error using NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005) along with Nunit 2.2.0.0. In the Nant documentation it says to add assembly binding to a test config file. But I am building against the 2.2.0.0 nunit.framework.dll. Can anyone please provide

RE: [Nant-users] nunit2 task failing but all tests pass

2005-09-29 Thread Owen Evans
://www.cresta.net === -Original Message- From: Owen Rogers [mailto:[EMAIL PROTECTED] Sent: 28 September 2005 14:47 To: Owen Evans Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] nunit2 task failing but all tests pass hi owen, On

RE: [Nant-users] nunit2 task failing but all tests pass

2005-09-28 Thread Owen Evans
=== -Original Message- From: Owen Rogers [mailto:[EMAIL PROTECTED] Sent: 28 September 2005 14:47 To: Owen Evans Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] nunit2 task failing but all tests pass hi owen, On 28/09/05, Owen Evans <[EMAIL PROTEC

Re: [Nant-users] nunit2 task failing but all tests pass

2005-09-28 Thread Owen Rogers
hi owen, On 28/09/05, Owen Evans <[EMAIL PROTECTED]> wrote: ... > > ... what's this failure target? it is getting called after the nunit2 task completes, which seems to indicate that the nunit2 task completes successfully -- unless you are using onfailure to call this target. cheers, owe

RE: [Nant-users] nunit2 task failing but all tests pass

2005-09-28 Thread Owen Evans
The Nant log doesn't report any reason for the failure... ...#some testing output here that just reflects good results 2074070.7533 2074102.0069 2074117.6337 3327604.2831 NAnt.Core.BuildException D:\TSbuild\ch

[Nant-users] nunit2 task failing but all tests pass

2005-09-28 Thread Owen Evans
Hi all, The easiest way to demonstrate this is with the output from cruise control as below, this shows that despite all the tests passing the nunit2 task is still reporting as Tests Failed.   Any idea why this might be… is it disliking the 4 ignored tests? I’m not entirely sure how to f

RE: [Nant-users] nUnit2 task: Remove from project

2005-08-23 Thread Tony_Bjerstedt
where the task is located) the documentation should state, which versions of nUnit are supported. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank StriegelSent: Tuesday, August 23, 2005 3:52 AMTo: nant-users@lists.sourceforge.netSubject: AW: [Nant-users] nUnit2 task: R

AW: [Nant-users] nUnit2 task: Remove from project

2005-08-23 Thread Frank Striegel
: Alan Wallace Betreff: RE: [Nant-users] nUnit2 task: Remove from project   I can see the point behind this, and to an extent I agree: if a feature is broken and there’s no intention of fixing it then it should simply be removed, because otherwise people (like me – see my earlier post) are going

RE: [Nant-users] nUnit2 task: Remove from project

2005-08-22 Thread Brass Tilde
> I can see the point behind this, and to an extent I agree: if a feature is broken and there's no intention of fixing it then it > should simply be removed, because otherwise people (like me - see my earlier post) are going to waste a lot of time trying to > get something to work that just won't

RE: [Nant-users] nUnit2 task: Remove from project

2005-08-22 Thread angus.grant
sers@lists.sourceforge.netCc: Alan WallaceSubject: RE: [Nant-users] nUnit2 task: Remove from project I can see the point behind this, and to an extent I agree: if a feature is broken and there’s no intention of fixing it then it should simply be removed, because otherwise people (lik

RE: [Nant-users] nUnit2 task: Remove from project

2005-08-22 Thread Bart Read
Software Ltd +44 (0) 870 160 0037 ext 31 == From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: 19 August 2005 00:25 To: nant-users@lists.sourceforge.net Subject: [Nant-users] nUnit2 task: Remove from project   To in-charge-type

[Nant-users] nUnit2 task: Remove from project

2005-08-18 Thread angus.grant
To in-charge-type-dudes, There seems to be a lot of emails about the nUnit2 task not working properly. And generally the reply is a canned "nUnit2 task is not really supported. You are better off using and the nunit executable" For the 1.0 release, would it be an idea to remove the nUnit2

Re: [Nant-users] NUNIT2 Task Not Stopping After Failure

2005-06-02 Thread Rutger Dijkstra
the failonerror="false" on the loop may have something to do with it. rutger - Original Message - From: "Scott, Larry (TRIAD RESOURCES)" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 31, 2005 21:52 Subject: [Nant-users] NUNIT2 Task Not Stopping After Failure I

[Nant-users] NUNIT2 Task Not Stopping After Failure

2005-06-01 Thread Scott, Larry (TRIAD RESOURCES)
Title: NUNIT2 Task Not Stopping After Failure It appears that failures on NUNIT2 tasks are not being detected.  Failure on the CSC task seems to work properly (subsequent dependent targets do not execute), but a failure on the NUNIT2 task does not appear to stop processing of subsequent targe

[Nant-users] NUnit2 task seems to skip test assembly

2004-06-05 Thread Michael Smith
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)   I have a standard csharp test that works fine through the nuni-gui, but seems to be totally skipped in the build script. I've ensured that the test assembly is referencing the nant.framework.dll from ..\nant\bin to ensure ve

Re: [Nant-users] Nunit2 task second example usage

2004-03-23 Thread Gert Driesen
<[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 2:54 PM Subject: [Nant-users] Nunit2 task second example usage Hi, The following example is found in the NAnt Task Reference docs for nunit2. Run all tests in

[Nant-users] Nunit2 task second example usage

2004-03-23 Thread Osbun, Alex
Hi, The following example is found in the NAnt Task Reference docs for nunit2. Run all tests in files listed in the tests.txt file. I

Re: [Nant-users] Nunit2 Task with 'No TestFixtures' Error

2003-10-09 Thread arif mohammed
ot work when using the NUnit 2.1 framework (which the cvs version of NAnt uses). Gert - Original Message - From: "arif mohammed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 9:21 PM Subject: [Nant-users] Nu

Re: [Nant-users] Nunit2 Task with 'No TestFixtures' Error

2003-10-09 Thread arif mohammed
, was not found. How do i resolve this.please follow up. Thanx Arif. From: Ian MacLean <[EMAIL PROTECTED]> To: Gert Driesen <[EMAIL PROTECTED]> CC: arif mohammed <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: [Nant-users] Nunit2 Task with 'No TestFixtures' Error

Re: [Nant-users] Nunit2 Task with 'No TestFixtures' Error

2003-10-08 Thread Ian MacLean
with NUnit 2.0 framework will not work when using the NUnit 2.1 framework (which the cvs version of NAnt uses). Gert - Original Message - From: "arif mohammed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 08,

Re: [Nant-users] Nunit2 Task with 'No TestFixtures' Error

2003-10-08 Thread Gert Driesen
ammed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 9:21 PM Subject: [Nant-users] Nunit2 Task with 'No TestFixtures' Error > > Hi , > I have Nunit 2.0 Framework and iam using the nuni2

[Nant-users] Nunit2 Task with 'No TestFixtures' Error

2003-10-08 Thread arif mohammed
Hi , I have Nunit 2.0 Framework and iam using the nuni2 task ..When i run ,i get the following error.. NUnit 2.0 Error: D:\Temp\AESTest\Common\Message\bin\Release\AES.Common.Message.dll has no TestFixtures Can anyone help if they ran into a similar problem.. Please help if u guys can. Tha

[Nant-users] NUnit2 task with NUnit 2.1 fails

2003-08-27 Thread Jonathan . Cogley
Has anyone tried using the nunit2 task with nunit 2.1 assemblies? Am I missing the obvious that this shouldn't work - is there a new version of the nunit2 task being worked on for 2.1? I haven't used the nunit2 task before so I don't know if that is the cause of my problem or not. I traced throug