Joseph,
 
You should install the .NET Framework SDK. More recent versions of NAnt
(http://nant.sourceforge.net/nightly/builds) will provide a more meaningful
error message.
 
Hope this helps,
 
Gert


________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mink,
Joseph
        Sent: donderdag 28 oktober 2004 21:46
        To: '[EMAIL PROTECTED]'
        Subject: [nant-dev] bug report for nant from Joey Mink
        
        
        Hi,
         
        I got the following error message, and since it said to send it your
way, I thought I'd do so!  First I'll list the short nant build file I made,
then the error that resulted.
         
        Thanks!
        Joey
         
        ----------------------------BUILD FILE------------------------------
        <?xml version="1.0"?>
         
        <project name="prototypeJoey" default="buildPrototypeJoey">
         
         <target name="buildPrototypeJoey">
          <!--The following builds all source projects...it does not build
the cat
              deployment project because nant does not support this yet-->
          
          <!--ATTEMPT1:<solution configuration="release"
solutionfile="prototypeJoey.sln" />-->
                    <solution configuration="release">
                        <projects>
                            <includes name="prototypeJoey.csproj" />
                        </projects>
                    </solution>  
         
          <!--The following builds the cab project-->
          <exec
            program="C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\IDE\devenv.exe"
            commandline="/rebuild Debug
../prototypeJoeyCab/prototypeJoeyCab.vdproj /out devEnvOutput.log" />
         </target>
         
        </project>
        ----------------------------END FILE--------------------------------
         
        C:\dotNetProjects\prototypeJoey>nant
        NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)
        Copyright (C) 2001-2003 Gerry Shaw
        http://nant.sourceforge.net <http://nant.sourceforge.net> 
         
        Buildfile:
file:///C:/dotNetProjects/prototypeJoey/buildPrototypeJoey.build
<file:///C:/dotNetProjects/prototypeJoey/buildPrototypeJoey.build> 
        Target(s) specified: buildPrototypeJoey
         
        buildPrototypeJoey:
         
         [solution] Starting solution build.
         [solution] Building prototypeJoey [release]...
         
        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]
<mailto:[EMAIL PROTECTED]> .
         
        Total time: 0.8 seconds.
         

        C:\dotNetProjects\prototypeJoey>
        




-------------------------------------------------------
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to