Hello I'm a new NAnt user trying to use the tool. My problem is this:1. I use ComponentOne (C1) components which require a license.2. I've created the code to generate the .licenses file 3. The script builds ok, but when I run the output, I get popup boxes indicating that I'm not using a licensed v
It would appear I was not precise enough in my description. I was able to get everything building as expected when I specified where NUnit was but I specifically didn't want to be forced to this within the Nant script. I wanted CSC to pick up nunit.framework.dll from whereever it required.
Anyw
You have to specify where nunit.framework.dll is:
...
...
Keep also in mind that you have to use nunit.framework.dll
shipped with nant.
j3d.
> I am having a bit of a problem compiling my NUnit test harnesses using
> Nant. Bascially it appears that Nant is not passing some the refer
I am having a bit of a problem compiling my NUnit test harnesses using Nant. Bascially it appears that Nant is not passing some the reference to nunit.framework.dll unless I full qualify its path.
So my build file looks something like this...