RE: [Nant-users] testcase attribute on Nunit2 task not working

2004-05-12 Thread Noel Gifford
Sonali, The obvious change is that the attribute to use is testname, not testcase. I haven't tried it, so I don't know if that's the only problem. Noel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, May 12, 2

[Nant-users] [Fwd: Visual Studio .NET Setup projects.]

2004-05-12 Thread Ian MacLean
fw. Please don't post to the admin alias in future. Use [EMAIL PROTECTED] thanks Ian Original Message Subject:Visual Studio .NET Setup projects. Date: Wed, 12 May 2004 10:40:58 -0700 From: Cagdas Ucar <[EMAIL PROTECTED]> To: NANT Users <[EMAIL PROTECTED]> Hell

[Nant-users] testcase attribute on Nunit2 task not working

2004-05-12 Thread ssonali
Hi I have NUnit 2.1.4 and NAnt 0.84. I need to call each test ( marked as [Test] in my testfixture ) using nUnit2 task I need this so I can change the sequence in which each test is run. I have added the testcase attribute to point to the method marked [Test]. When this task runs, this attribute

[Nant-users] NUnit task implementation

2004-05-12 Thread Gary Feldman
I've started looking at the NUnit task implementation, with the goal of adapting it to work with csUnit. I was surprised to see that NAnt essentially uses NUnit's AppDomain approach, to run the tests directly. While I understand why this is necessary and useful for NUnit, I don't understand why th

[Nant-users] Excludes and includes in fileset

2004-05-12 Thread Bill.Martin
Is there any way to put multiple filters in an excludes block in a FileSet? I have a situation where I want to parse a list of files in a directory, but miss out for example *.build and *.vbproj. I can do this with two separate excludes lines, but it dosn't seem to work with one. i.e. Wo

[Nant-users] Error with task

2004-05-12 Thread Collier, Mike
I'm having a problem with the task in NAnt (version 0.84). My target looks as follows: The error I'm receiving is: Failed to open database ---> System.Runtime.InteropServices.COMException (0x80004005): Unspecified error at SourceS

RE: [Nant-users] Nant config section in external app

2004-05-12 Thread Bill.Martin
That works a treat, Thanks Gert. -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: 11 May 2004 22:24 To: Bill Martin; [EMAIL PROTECTED] Subject: Re: [Nant-users] Nant config section in external app NAnt needs the section to load platform and framework configuration