Re: [Nant-users] Using NUnit Task

2002-10-15 Thread Ian MacLean
Mike, Since you mention the [TestFixture] attributes I'm assuming that you have nUnit 2.0. Currently the NAnt nunit task is still working against nunit 1 which did not use the attributed syntax. We are in the process of updating to NUnit 2.0. Once that is done your tests should run fine. Ian

[Nant-users] Using NUnit Task

2002-10-15 Thread Mike Ratliff
I am trying to get NAnt and NUnit working in together and experiencing a problem.   After sifting through the NAnt unit test source, it appears that people are using the concept of an AllTests class that examines a given assembly for types that inherit from TestCase. Is that the only way

Re: [Nant-users] MCS task

2002-10-15 Thread Carlos Guzmán Álvarez
Hello: > Carlos, > thanks for the report. I found this myself on the weekend while > compiling NAnt on mono on linux. That code uses interop services which > is currently specific to the .NetFramework. I'll have a patch for this > in cvs later today. :)), thanks. Best regards Carlos Guzmán

Re: [Nant-users] MCS task

2002-10-15 Thread Ian MacLean
Carlos, thanks for the report. I found this myself on the weekend while compiling NAnt on mono on linux. That code uses interop services which is currently specific to the .NetFramework. I'll have a patch for this in cvs later today. Ian > Hello: > > The mcs task doesn´t work (tested in the l

[Nant-users] MCS task

2002-10-15 Thread Carlos Guzmán Álvarez
Hello: The mcs task doesn´t work (tested in the last snapshot), seems to be a problem with the path, it´s trying to execute the mcs in the path of the csc.exe of the .Net Framework, i solve this with remove the path and add a .bat to the mcs task name only for the mcs task (making this the