Title: Message
I synced up to the latest version of NAnt from CVS and tried to build. Is there another project I need to be enlisted on to build NAnt nowadays ?
 
I'm getting the following output:
 
NAnt version 0.8.2 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net
 
Buildfile: file:///C:/bin/NAnt/NAnt.build
     [echo] Using 'net-1.0' Framework
 
init:
 
debug:
 
build:
     [echo] Build Directory is C:\bin\NAnt/build/nant-0.8.3-debug
     [nant] src/NAnt.Core/NAnt.Core.build build
            Buildfile:
file:///C:/bin/NAnt/src/NAnt.Core/NAnt.Core.build
 
            build:
 
            BUILD SUCCEEDED
 
            Total time: 0 seconds
     [nant] src/NAnt.Console/NAnt.Console.build build
            Buildfile:
file:///C:/bin/NAnt/src/NAnt.Console/NAnt.Console.build
 
            build:
 
            BUILD SUCCEEDED
 
            Total time: 0 seconds
     [nant] src/NAnt.DotNet/NAnt.DotNet.build build
            Buildfile:
file:///C:/bin/NAnt/src/NAnt.DotNet/NAnt.DotNet.build
 
            build:
 
            BUILD SUCCEEDED
 
            Total time: 0 seconds
     [nant] src/NAnt.Zip/NAnt.Zip.build build
            Buildfile:
file:///C:/bin/NAnt/src/NAnt.Zip/NAnt.Zip.build
 
            build:
 
            BUILD SUCCEEDED
 
            Total time: 0 seconds
     [nant] src/NAnt.NUnit/NAnt.NUnit.build build
            Buildfile:
file:///C:/bin/NAnt/src/NAnt.NUnit/NAnt.NUnit.build
 
            build:
 
            BUILD SUCCEEDED
 
            Total time: 0 seconds
     [nant] src/NAnt.SourceControl/NAnt.SourceControl.build build
            Buildfile:
file:///C:/bin/NAnt/src/NAnt.SourceControl/NAnt.SourceCon
trol.build
 
            build:
                  [csc] Compiling 3 files to C:\bin\NAnt\build\nant-0.8.3-debug\
bin\NAnt.SourceControlTasks.dll
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(30,19): error CS0234: The type or namespace name 'SharpCvsLib' does not exis
t in the class or namespace 'ICSharpCode' (are you missing an assembly reference
?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(31,19): error CS0234: The type or namespace name 'SharpCvsLib' does not exis
t in the class or namespace 'ICSharpCode' (are you missing an assembly reference
?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(32,19): error CS0234: The type or namespace name 'SharpCvsLib' does not exis
t in the class or namespace 'ICSharpCode' (are you missing an assembly reference
?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(33,19): error CS0234: The type or namespace name 'SharpCvsLib' does not exis
t in the class or namespace 'ICSharpCode' (are you missing an assembly reference
?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(34,19): error CS0234: The type or namespace name 'SharpCvsLib' does not exis
t in the class or namespace 'ICSharpCode' (are you missing an assembly reference
?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\CheckoutTask.cs
(27,19): error CS0234: The type or namespace name 'SharpCvsLib' does not exist i
n the class or namespace 'ICSharpCode' (are you missing an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\UpdateTask.cs(2
8,19): error CS0234: The type or namespace name 'SharpCvsLib' does not exist in
the class or namespace 'ICSharpCode' (are you missing an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\UpdateTask.cs(2
9,19): error CS0234: The type or namespace name 'SharpCvsLib' does not exist in
the class or namespace 'ICSharpCode' (are you missing an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\UpdateTask.cs(3
0,19): error CS0234: The type or namespace name 'SharpCvsLib' does not exist in
the class or namespace 'ICSharpCode' (are you missing an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\UpdateTask.cs(6
4,28): error CS0246: The type or namespace name 'ICommand' could not be found (a
re you missing a using directive or an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\UpdateTask.cs(7
7,39): error CS0246: The type or namespace name 'WorkingDirectory' could not be
found (are you missing a using directive or an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\CheckoutTask.cs
(61,28): error CS0246: The type or namespace name 'ICommand' could not be found
(are you missing a using directive or an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(65,17): error CS0246: The type or namespace name 'CvsRoot' could not be foun
d (are you missing a using directive or an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(66,17): error CS0246: The type or namespace name 'WorkingDirectory' could no
t be found (are you missing a using directive or an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(67,17): error CS0246: The type or namespace name 'CVSServerConnection' could
 not be found (are you missing a using directive or an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(68,17): error CS0246: The type or namespace name 'ICommand' could not be fou
nd (are you missing a using directive or an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(109,19): error CS0246: The type or namespace name 'CvsRoot' could not be fou
nd (are you missing a using directive or an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(118,19): error CS0246: The type or namespace name 'WorkingDirectory' could n
ot be found (are you missing a using directive or an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(126,19): error CS0246: The type or namespace name 'CVSServerConnection' coul
d not be found (are you missing a using directive or an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(135,19): error CS0246: The type or namespace name 'ICommand' could not be fo
und (are you missing a using directive or an assembly reference?)
                        C:\bin\NAnt\src\NAnt.SourceControl\Tasks\AbstractCvsTask
.cs(216,28): error CS0246: The type or namespace name 'ICommand' could not be fo
und (are you missing a using directive or an assembly reference?)
 
BUILD FAILED
C:\bin\NAnt\src\NAnt.SourceControl\NAnt.SourceControl.build(13,10):
 External Program Failed: c:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe (re
turn code was 1)
 
BUILD FAILED
Nested build failed.  Refer to build log for exact reason.

Reply via email to