Re: [nant-dev] [Nant-users] How to use nunit2 task (resend)

2003-04-02 Thread Matthew Mastracci
TECTED]> Sent: Wednesday, April 02, 2003 9:58 AM Subject: RE: [nant-dev] [Nant-users] How to use nunit2 task (resend) This maybe silly, but instead of just giving a relative path to bestbuy.enterprise.tests.dll, try giving it a fully qualified path includi

Re: [nant-dev] [Nant-users] How to use nunit2 task (resend)

2003-04-02 Thread Scott Hernandez
From: "Anthony Francisco" <[EMAIL PROTECTED]> To: "'Wang, Gang'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 9:58 AM Subject: RE: [nant-dev] [Nant-users] How to use nunit2 task (rese

RE: [nant-dev] [Nant-users] How to use nunit2 task (resend)

2003-04-02 Thread Anthony Francisco
| Wang, Gang | Sent: Wednesday, 02 April, 2003 07:37 | To: Anthony Francisco | Cc: [EMAIL PROTECTED]; | [EMAIL PROTECTED] | Subject: RE: [nant-dev] [Nant-users] How to use nunit2 task (resend) | | | Here's the error and call stack I'm getting. Please let me | know what might caused t

RE: [nant-dev] [Nant-users] How to use nunit2 task (resend)

2003-04-02 Thread Wang, Gang
thew Mastracci' Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [nant-dev] [Nant-users] How to use nunit2 task (resend) Hmmm, nunit.framework.dll was put into the GAC when I installed Nunit. (Peeking at the .MSI file for Nunit, it looks like it suppose to do that.) So unless you've been c

RE: [nant-dev] [Nant-users] How to use nunit2 task (resend)

2003-04-01 Thread Anthony Francisco
[mailto:[EMAIL PROTECTED] | Sent: Tuesday, 01 April, 2003 14:23 | To: Anthony Francisco; Matthew Mastracci | Cc: [EMAIL PROTECTED]; | [EMAIL PROTECTED] | Subject: RE: [nant-dev] [Nant-users] How to use nunit2 task (resend) | | | Anthony, I got the same error yesterday when I tried to run | Nuni

Re: [nant-dev] [Nant-users] How to use nunit2 task (resend)

2003-03-28 Thread Matthew Mastracci
Make sure that you're using the same version of NUnit for linking your test assemblies that NAnt uses. You'll get this error if there is a mismatch. I'm not sure what we can do to fix the issue of linking against the wrong NUnit, but I'm guessing that this is what the problem is. Anthony Fran

RE: [nant-dev] [Nant-users] How to use nunit2 task (resend)

2003-03-28 Thread Philip Nelson
gt; > - Ants > > | -Original Message- > | From: Matthew Mastracci [mailto:[EMAIL PROTECTED] > | Sent: Friday, 28 March, 2003 07:59 > | To: Anthony Francisco > | Cc: [EMAIL PROTECTED]; > | [EMAIL PROTECTED] > | Subject: Re: [nant-dev] [Nant-users] How to use nunit2 tas

RE: [nant-dev] [Nant-users] How to use nunit2 task (resend)

2003-03-28 Thread Anthony Francisco
[mailto:[EMAIL PROTECTED] On Behalf Of | Anthony Francisco | Sent: Friday, 28 March, 2003 15:19 | To: 'Arnaud PICHERY' | Cc: [EMAIL PROTECTED] | Subject: RE: [nant-dev] [Nant-users] How to use nunit2 task (resend) | | | Yup, I tried that as my first attempt to solve the problem. I | w

RE: [nant-dev] [Nant-users] How to use nunit2 task (resend)

2003-03-28 Thread Anthony Francisco
: RE: [nant-dev] [Nant-users] How to use nunit2 task (resend) | | | I have encountered the same problem and solved it by copying | the nunit.framework.dll Assembly from the nant directory to | the directory where my assembly containing the test cases resides. | | Here are extracts fro

RE: [nant-dev] [Nant-users] How to use nunit2 task (resend)

2003-03-28 Thread Arnaud PICHERY
I have encountered the same problem and solved it by copying the nunit.framework.dll Assembly from the nant directory to the directory where my assembly containing the test cases resides. Here are extracts from my build file:

RE: [nant-dev] [Nant-users] How to use nunit2 task (resend)

AIL PROTECTED]; | [EMAIL PROTECTED] | Subject: RE: [nant-dev] [Nant-users] How to use nunit2 task (resend) | | | Can you run the NUnit gui correctly? Is it installed under | "Program Files" or somewhere else? Have you tried setting | the assembly reference in your test project to t

RE: [nant-dev] [Nant-users] How to use nunit2 task (resend)

: Matthew Mastracci [mailto:[EMAIL PROTECTED] | Sent: Friday, 28 March, 2003 07:59 | To: Anthony Francisco | Cc: [EMAIL PROTECTED]; | [EMAIL PROTECTED] | Subject: Re: [nant-dev] [Nant-users] How to use nunit2 task (resend) | | | Make sure that you're using the same version of NUni