Title: Message
What would happen if you removed the assemblyfolders tag?
I can't understand why you need those. You should reference
all that in the sln or VS can't compile it anyway.
/Nicke
-----Original Message-----
From: Bob Peterson [mailto:[EMAIL PROTECTED]
Sent: den 17 februari 2004 21:43
To: [EMAIL PROTECTED]
Subject: [nant-dev] Bug report, <solution> dies

NAnt asked me to send this to you:
 
            build:
 
                 [echo] Building App1 version 0.9 (build #0, repository revision #547)
             [solution] Starting solution build.
             [solution] Building DataAccessLibrary [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, Boolean bShowCommands)
   at NAnt.VSNet.Solution.Compile(String configuration, ArrayList compilerArguments, String logFile, Boolean verbose, Boolean showCommands)
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()
 
            Please send bug report to [EMAIL PROTECTED].
 
The fragment that caused this was:
<project name="App1" default="all" basedir="src">
...
<solution solutionfile="${WORKING_COPY}\src\${nant.project.name}.sln" configuration="${CONFIGURATION}">
    <assemblyfolders>
        <includes name="C:\WINDOWS\Microsoft.NET\Framework\**"/>
       </assemblyfolders>
</solution>
 
The property values are:
CONFIGURATION = "Debug"
INFORMATIONAL_VERSION = "0.9"
BUILD_NUMBER = "0"
REVISION_NUMBER = "547"
WORKING_COPY = "C:\Documents and Settings\bob\My Documents\Projects\build\trunk\clean"
 
If there's anything else you need to know, or help you'd like to throw my way, I'm right here.
 
Regards,

\bob peterson
 Memento, Inc., 35 Forest Ridge Rd, Concord, MA 01742
 v: 978.405.2541   f:978.405.2173
 [EMAIL PROTECTED]   YahooIM:memento-bob

Reply via email to