Hi there! As you can tell, I am a new user of NAnt, and I thought I'd try to build the example solutions. I hit a snag on the UserTask example and getting a compile error. I am on .Net 1.1.
Here is what I get:
NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///C:/Tools/nant/examples/UserTask/default.build
[csc] Compiling 1 files to C:\Tools\nant\examples\UserTask\UserTasks.dll.
c:\Tools\nant\examples\UserTask\UserTask.cs(2,24): error CS0234: The type or namespace name 'Attributes' does not exist in the class or namespace 'SourceForge.NAnt' (are you missing an assembly reference?)
c:\Tools\nant\examples\UserTask\UserTask.cs(7,29): error CS0246: The type or namespace name 'Task' could not be found (are you missing a using directive or an assembly reference?)
c:\Tools\nant\examples\UserTask\UserTask.cs(11,10): error CS0246: The type or namespace name 'TaskAttribute' could not be found (are you missing a using directive or an assembly reference?)
c:\Tools\nant\examples\UserTask\UserTask.cs(6,6): error CS0246: The type or namespace name 'TaskName' could not be found (are you missing a using directive or an assembly reference?)
Total time: 0 seconds.
BUILD FAILED
C:\Tools\nant\examples\UserTask\default.build(7,3):
External Program Failed: C:\WINNT\Microsoft.NET\Framework\v1.1.4322\csc.exe (return code was 1)
I could go into the code and figure out the solution since it is a compile, but I am wondering if others are having the same problem or if my set-up is incorrect.
Please let me know.
Thanks!