I am trying to build an extremly simple solution using NAnt.  It has one class Foo and 
one Test Fixture FooTestFixture.  When I build the file:

> nant -buildfile:NAntTest.build

I get the following errors.  The first thing I dont understand is why is it copying 
112 files?  Is there something in the setup I missed?

Thanks,
Nathan


Target(s) specified: build

build:

 [solution] Starting solution build.
 [solution] Building NAntTest [debug]...
                 [copy] Copying 112 files to C:\Documents and Settings\paris.nathan\My 
Documents\Visual Studio Projects\
NAntTest\bin\Debug\.
                 [copy] Copying 6 files to C:\Documents and Settings\paris.nathan\My 
Documents\Visual Studio Projects\NA
ntTest\bin\Debug\.

BUILD FAILED

INTERNAL ERROR

System.ComponentModel.Win32Exception: The system cannot find the file specified
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at NAnt.VSNet.Project.Compile(String configuration, ArrayList alCSCArguments, 
String strLogFile, Boolean bVerbose, Bo
olean bShowCommands) in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp181.tmp\src\NAnt.VSNet\Project.cs:line 390
   at NAnt.VSNet.Solution.Compile(String configuration, ArrayList compilerArguments, 
String logFile, Boolean verbose, Bo
olean showCommands) in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp181.tmp\src\NAnt.VSNet\Solution.cs:line 269
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp181.tmp\src\NAnt.VSNet\Tasks\
SolutionTask.cs:line 321
   at NAnt.Core.Task.Execute() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp181.tmp\src\NAnt.Core\Task.cs:line 151
   at NAnt.Core.Target.Execute() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp181.tmp\src\NAnt.Core\Target.cs:line 207
   at NAnt.Core.Project.Execute(String targetName) in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp181.tmp\src\NAnt.Core\Projec
t.cs:line 753
   at NAnt.Core.Project.Execute() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp181.tmp\src\NAnt.Core\Project.cs:line 729
   at NAnt.Core.Project.Run() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp181.tmp\src\NAnt.Core\Project.cs:line 778

Please send bug report to [EMAIL PROTECTED]

Total time: 18.2 seconds.


Nathan Paris
Application Development
Level(3) Communications
This e-mail, and any subsequent e-mails relating to the topics discussed in this 
e-mail, contains Confidential and Proprietary Information




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to