Hi, I get the following messages in the log when
I run a NAnt script: NAnt
0.85 (Build 0.85.1932.0; rc3; 4/16/2005) Copyright
(C) 2001-2005 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
'net-2.0' is invalid and has not been loaded : Framework directory
'C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607' does not exist.. 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
'sscli-1.0' is invalid and has not been loaded : Framework directory
'C:\sscli\build\v1.x86fstchk.rotor' does not exist.. I tried changing the default framework to
net-1.1 in NAnt.exe.config (<platform name="win32"
default="net-1.1">) but it doesn’t help Is there a way to suppress these messages? Thanks in advance, |
- [Nant-users] Suppress framework warnings in NAnt log Sandeep