hi
i was trying build the source code of bugnet using nant tool.
i followed the exact procedure but got error when writing "nant full" on cmd prompt and build failed . i am not able to trace out the problem please help . following r details :
C:\>cd bugnet
C:\BugNET>nant full
NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///C:/BugNET/BugNet.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: full
[sysinfo] Setting system information properties under sys.*
clean:
[delete] Deleting directory 'C:\BugNET\build'.
create-common-assemblyinfo:
[attrib] Setting file attributes for 1 files to Normal.
compile:
[solution] Starting solution build.
[solution] Building 'BugNet' [Release] ...
[solution] Building 'BugNet.UnitTests' [Release] ...
run-unit-tests:
[mkdir] Creating directory 'C:\BugNET\build\test-reports'.
BUILD FAILED
C:\BugNET\BugNet.build(77,4):
'C:\BugNET\tools\nunit\nunit-console.exe' failed to start.
The directory name is invalid
Total time: 1 seconds.
Please help me to get out of problem !!!
Regen