Gert,

>We actually need the verbose output that you get when NAnt is initializing 
>it's framework configuration. This is done at startup.

How can I get that information? I've done following:

nant -t:net-2.0 -verbose

and the output looks as follows:

>>>

NAnt 0.85 (Build 0.85.2344.0; rc4; 02.06.2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.net

Framework 'net-1.0' is invalid and has not been loaded : The 'System.dll' 
assembly does not exist in framework assembly directory 
'C:\Windows\Microsoft.NET\Framework\v1.0.3705'..

Framework 'netcf-2.0' is invalid and has not been loaded : Registry Path Not 
Found! - 
key='SOFTWARE\Microsoft\.NETCompactFramework\v2.0.0.0\InstallRoot\';hive='Microsoft.Win32.RegistryH
ive[]';.

Framework 'mono-1.0' is invalid and has not been loaded : Registry Path Not 
Found! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';.

Framework 'mono-2.0' is invalid and has not been loaded : Registry Path Not 
Found! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';.

Framework 'mono-2.0' is invalid and has not been loaded : Registry Path Not 
Found! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';.

Framework 'mono-2.0' is invalid and has not been loaded : Registry Path Not 
Found! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';.

Framework 'sscli-1.0' is invalid and has not been loaded : Framework directory 
'C:\sscli\build\v1.x86fstchk.rotor' does not exist..

Buildfile: file:///c:/src/entwicklung/net/CaratControl/carat_control.build
Target framework: Microsoft .NET Framework 2.0
Base Directory: c:\src\entwicklung\net\CaratControl.
Target(s) specified: build


init:


build:

     [copy] Copying 0 files to 
'c:\src\entwicklung\net\CaratControl\bin\CaratControl.xml'.
      [csc] Output file 
'c:\src\entwicklung\net\CaratControl\bin\CaratControl.exe' does not exist, 
rebuilding.
      [csc] Compiling 15 files to 
'c:\src\entwicklung\net\CaratControl\bin\CaratControl.exe'.
               [resgen] Output file 
'c:\src\entwicklung\net\CaratControl\src\Carat\Gui\MainForm.de.resources' does 
not exist, rebuilding.
               [resgen] Output file 
'c:\src\entwicklung\net\CaratControl\src\Carat\Gui\MainForm.en.resources' does 
not exist, rebuilding.
               [resgen] Output file 
'c:\src\entwicklung\net\CaratControl\src\Carat\Gui\MainForm.resources' does not 
exist, rebuilding.

BUILD FAILED

The SDK for the 'net-2.0' framework is not available or not configured.:
NAnt.Core.BuildException: The SDK for the 'net-2.0' framework is not available 
or not configured.
   bei NAnt.Core.Tasks.ExternalProgramBase.DetermineFilePath()
   bei NAnt.Core.Tasks.ExternalProgramBase.get_ProgramFileName()
   bei NAnt.DotNet.Tasks.ResGenTask.get_ProgramFileName()
   bei NAnt.Core.Tasks.ExternalProgramBase.PrepareProcess(Process process)
   bei NAnt.DotNet.Tasks.ResGenTask.PrepareProcess(Process process)
   bei NAnt.Core.Tasks.ExternalProgramBase.StartProcess()
   bei NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask()
   bei NAnt.DotNet.Tasks.ResGenTask.ExecuteTask()
   bei NAnt.Core.Task.Execute()
   bei NAnt.DotNet.Tasks.CompilerBase.CompileResxResources(StringCollection 
resxFiles)
   bei NAnt.DotNet.Tasks.CompilerBase.ExecuteTask()
   bei NAnt.Core.Task.Execute()
   bei NAnt.Core.Target.Execute()
   bei NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   bei NAnt.Core.Project.Execute()
   bei NAnt.Core.Project.Run()

Rico


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to