I need help on how to fix the error I'm getting when I try to build nantcontrib:

 

Here are the steps I took:

1) Download Nant 0.8.3

2) Download nantcontrib 10/03 build

2) Unzip nant

3) Unzip nantcontrib into the nant directory

4) Change nant.exe.config to run .net framework 1.1

5) Go to the nant directory and run

nant -D:nant.dir= C:\projects\nant-0.8.3.50105 -f:NAntContrib.build

 

And i get the following error:

compile.schematask:

 

      [csc] Compiling 1 files to C:\projects\nant-0.8.3.50105\build\nantcontrib-

0.8.4-debug\bin\NAnt.Xsd.Tasks.dll.

            c:\projects\nant-0.8.3.50105\src\Tasks\XsdTask.cs(54,6): error CS024

6: The type or namespace name 'ProgramLocation' could not be found (are you miss ing a using directive or an assembly reference?) Total time: 1 seconds.

 

BUILD FAILED

 

C:\projects\nant-0.8.3.50105\nantcontrib.build(79,10):

 External Program Failed: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe ( return code was 1)

 

 

Reply via email to