[NAnt-users] Problem with and ComponentOne

2006-07-28 Thread Juan Carlos Becerra Irene
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

Re: [Nant-users] Problem with and

2004-03-24 Thread Neil Logan
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

Re: [Nant-users] Problem with and

2004-03-19 Thread Giuseppe Greco
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

[Nant-users] Problem with and

2004-03-19 Thread Neil Logan
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...