Original Message
Subject:RE: [Nant-users] Integration of NAnt with NUnit
Date: Thu, 8 Jan 2004 01:18:40 -0600
From: David Reed <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Yogesh, there's a appconfig attribute on the nunit2 task that you need
t
Hi,
I have integrated NAnt with NUnit.
I have an attribute in my test class file called "[TestFixtureSetUp]".
This has to read certain values from a config file.
When I run the Assembly from the GUI, it is able to read the values from the
config file.
But, when I run it, after integrating with N
Jarek
- Original Message -
From: "Yogesh T Bagmar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 06, 2004 2:09 PM
Subject: [Nant-users] Integration of NAnt with NUnit
> Hi,
>
> I have placed the following lines in my build.xml.
>
>
Hi,
I have placed the following lines in my build.xml.
When I run NAnt, it gives the following error :
The located assembly's manifest definition with name 'nunit.framework' does
not match the assembly reference.
If I remove the line from the build.xml, NAnt is able to create the
a