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

2003-10-08 Thread Ian MacLean
ie - you'll need to recompile the test assemblies and they will work. Assuming you compile them against 2.1 nunit.framework.dll that is. Ian Gert Driesen wrote: Arif, What version of NAnt are you using ? Ian very recently checked in support for NUnit 2.1 into NAnt. Assemblies compiled with NUn

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

2003-10-08 Thread Gert Driesen
Arif, What version of NAnt are you using ? Ian very recently checked in support for NUnit 2.1 into NAnt. Assemblies compiled 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"

[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