[nant-dev] NUnit2 task doubt. How can I run ALL test assemblies in the fileset with task-global fail on error?

2006-11-14 Thread Alexey 0 Moudrick
Hello, nant-developers,   I am in doubt. I have a target:                                 There are 3 assemblies in the test.assemlies refid.The 1st is green, other two are red. I want to run all the test assemblies in the refid without halt on first fail and have the target fa

[nant-dev] NUnit2 task with multiple assemblies

2005-01-21 Thread Michael Luke
I've been using the NUnit2 task as part of an automated build procedure to run the tests in multiple assemblies and report the results, as follows: According to the documentation, I believe the followin

RE: [nant-dev] NUnit2 Task - How do I get this task to work?

2004-07-08 Thread Noel Gifford
st Subject: [nant-dev] NUnit2 Task - How do I get this task to work? To all NAnt developers and users, I'm trying to use the NUnit2 task to test VB.NET code during my build. I've tried several different routes to get the task to work with no success. I don't really understand the d

[nant-dev] NUnit2 Task - How do I get this task to work?

2004-07-08 Thread Bruce Leggett
To all NAnt developers and users, I'm trying to use the NUnit2 task to test VB.NET code during my build. I've tried several different routes to get the task to work with no success. I don't really understand the documentation when it sais, "you must add the following node to your test config file"

[nant-dev] NUnit2 task problems with config files and Framework 1.1

2003-08-26 Thread David Reed
Still learning as we go with this continuous integration project...  To fix the problem of PInvoke and its metadata (or whatever), I have to add the following to nunit-console.exe.config:                 [Found on http://weblogs.asp.net/JAvery/

[nant-dev] NUnit2 Task Support?

2003-02-07 Thread Griffin Caprio
Hello all, I am trying to use the nunit2 task for running my tests from my NAnt build file. I can't seem to get it to work. It keeps complaining about now being able to find nunit.framework.dll, even though I have tried putting it everywhere. Here is my target: That's it. I have

Re: [nant-dev] NUnit2 task assemblyname attribute problem

2002-10-30 Thread Tomas Restrepo
Hi Gerry, > Yes, this seems like either: > 1. We are missing something, or > 2. A mistake. > > Tomas can you post (maybe just send the post you sent here) to them? > You seem to have the most experience with the issue. Done. I'm waiting to hear on more information. From what I can gather now, it

RE: [nant-dev] NUnit2 task assemblyname attribute problem

2002-10-29 Thread Gerry Shaw
> >I don't know anything about NUnit's internals, nor do I know what they > >pretended to do, but right now, this doesn't look good and puts a bit > >of a showstopper in nant :( > > > We could try posting to the NUnit dev list and see what they say. Yes, this seems like either: 1. We are missi

Re: [nant-dev] NUnit2 task assemblyname attribute problem

2002-10-29 Thread Ian MacLean
Tomas Restrepo wrote: Hi guys... I don't know anything about NUnit's internals, nor do I know what they pretended to do, but right now, this doesn't look good and puts a bit of a showstopper in nant :( We could try posting to the NUnit dev list and see what they say. Ian

Re: [nant-dev] NUnit2 task assemblyname attribute problem

2002-10-29 Thread Tomas Restrepo
ildfile... talk about a catch 22. - Original Message - From: "Tomas Restrepo" <[EMAIL PROTECTED]> To: "'Nant-Developers (E-mail)'" <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 8:34 PM Subject: [nant-dev] NUnit2 task assemblyname attribute

[nant-dev] NUnit2 task assemblyname attribute problem

2002-10-29 Thread Tomas Restrepo
Hi guys... I've been updating tonight the NAntContrib code to use the new NUnit2 tests, and quite quickly ran into a gotcha with the new assemblyname attibute: It is exactly that, an assembly name, and cannot take an assembly _file_ name. In fact, the build files for nant itself pass in an assemb