I'm not able to run NAnt under mono on linux. I've downloaded the 20031028 snapshot. When running make i get this error:
make bootstrap make[1]: Entering directory `/home/marco/nant' if test x = xWindows_NT; then make windows-bootstrap; else make linux-bootstrap; fi make[2]: Entering directory `/home/marco/nant' cp lib/*.* bin/ cp lib/mono/1.0/*.* bin/ make linux-bootstrap-nant make[3]: Entering directory `/home/marco/nant' mcs -target:exe -define:MONO -debug -o bin/NAnt.exe -r:lib/mono/1.0/log4net.dll -recurse:src/NAnt.Console/*.cs src/CommonAssemblyInfo.cs ïCompilation succeeded cp src/NAnt.Console/NAnt.Console.exe.config bin/NAnt.exe.config make[3]: Leaving directory `/home/marco/nant' make linux-bootstrap-nant.core make[3]: Entering directory `/home/marco/nant' mcs -target:library -define:MONO -debug -o bin/NAnt.Core.dll -r:bin/log4net.dll -r:System.Web.dll -recurse:src/NAnt.Core/*.cs src/CommonAssemblyInfo.cs ïsrc/NAnt.Core/ConsoleDriver.cs(242) warning CS0618: Method `XslTransform.Load(System.Xml.XmlReader)' is obsolete: `You should pass evidence.' src/NAnt.Core/Tasks/StyleTask.cs(280) warning CS0618: Method `XslTransform.Load(System.Xml.XmlReader)' is obsolete: `You should pass evidence.' Compilation succeeded - 2 warning(s) make[3]: Leaving directory `/home/marco/nant' make linux-bootstrap-nant.dotnet make[3]: Entering directory `/home/marco/nant' mcs -target:library -define:MONO -debug -o bin/NAnt.DotNetTasks.dll -r:./bin/NAnt.Core.dll -r:bin/NDoc.Core.dll -recurse:src/NAnt.DotNet/*.cs src/CommonAssemblyInfo.cs ïCompilation succeeded make[3]: Leaving directory `/home/marco/nant' make[2]: Leaving directory `/home/marco/nant' make[1]: Leaving directory `/home/marco/nant' make nant make[1]: Entering directory `/home/marco/nant' if test x = xWindows_NT; then make windows-nant; else make linux-nant; fi make[2]: Entering directory `/home/marco/nant' mono bin/NAnt.exe -buildfile:NAnt.build build ïNAnt version 0.8.4 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net ** (bin/NAnt.exe:14055): WARNING **: Could not find assembly Microsoft.JScript ** (bin/NAnt.exe:14055): WARNING **: Could not find assembly Microsoft.JScript ** (bin/NAnt.exe:14055): WARNING **: Could not find assembly NAnt.Win32Tasks INTERNAL ERROR An exception was thrown by the type initializer for NAnt.Core.TypeFactory For more information regarding the cause of the build failure, enable log4net using the instructions in NAnt.exe.config and run the build again. Please send bug report to [EMAIL PROTECTED] make[2]: *** [linux-nant] Error 2 make[2]: Leaving directory `/home/marco/nant' make[1]: *** [nant] Error 2 make[1]: Leaving directory `/home/marco/nant' make: *** [all] Error 2 Is there a way to workaround that? -- Marco Canini <[EMAIL PROTECTED]> ------------------------------------------------------- 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-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users