[Mono-bugs] [Bug 76308][Wis] New - mono-51075 don; t compile nant-cvs-2005-10-1

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Oct 1 09:01:42 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by hys545 at dreamwiz.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76308

--- shadow/76308	2005-10-01 09:01:42.000000000 -0400
+++ shadow/76308.tmp.8952	2005-10-01 09:01:42.000000000 -0400
@@ -0,0 +1,88 @@
+Bug#: 76308
+Product: Mono: Class Libraries
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: hys545 at dreamwiz.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono-51075 don;t compile nant-cvs-2005-10-1
+
+Please fill in this template when reporting a bug, unless you know what you 
+are doing.
+Description of Problem:
+
+hys545 at localhost nant]$ make
+mkdir -p bootstrap
+cp -R lib/ bootstrap/lib
+# Mono loads log4net before privatebinpath is set-up, so we need this in 
+the same directory
+# as NAnt.exe
+cp lib/log4net.dll bootstrap
+cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config
+mcs -target:exe -define:MONO -out:bootstrap/NAnt.exe -r:bootstrap/log4net.
+dll \
+-recurse:src/NAnt.Console/*.cs src/CommonAssemblyInfo.cs
+resgen  src/NAnt.Core/Resources/Strings.resx bootstrap/NAnt.Core.Resources.
+Strings.resources
+Read in 183 resources from 'src/NAnt.Core/Resources/Strings.resx'
+Writing resource file...  Done.
+mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.Core.dll -
+debug \
+-resource:bootstrap/NAnt.Core.Resources.Strings.resources -r:lib/log4net.
+dll \
+-r:System.Web.dll -recurse:src/NAnt.Core/*.cs src/CommonAssemblyInfo.cs
+resgen  src/NAnt.DotNet/Resources/Strings.resx bootstrap/NAnt.DotNet.
+Resources.Strings.resources
+Read in 70 resources from 'src/NAnt.DotNet/Resources/Strings.resx'
+Writing resource file...  Done.
+mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.DotNetTasks.
+dll \
+-r:./bootstrap/NAnt.Core.dll -r:bootstrap/lib/mono/1.0/NDoc.Core.dll \
+-recurse:src/NAnt.DotNet/*.cs -resource:bootstrap/NAnt.DotNet.Resources.
+Strings.resources \
+        src/CommonAssemblyInfo.cs
+mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.
+CompressionTasks.dll \
+-r:./bootstrap/NAnt.Core.dll -r:bootstrap/lib/ICSharpCode.SharpZipLib.dll \
+-recurse:src/NAnt.Compression/*.cs src/CommonAssemblyInfo.cs
+mono bootstrap/NAnt.exe -f:NAnt.build build
+NAnt 0.85 (Build 0.85.1977.0; dev; 05/31/2005)
+Copyright (C) 2001-2005 Gerry Shaw
+http://nant.sourceforge.net
+
+
+INTERNAL ERROR
+
+Object reference not set to an instance of an object
+
+For more information regarding the cause of the build failure, run the 
+build again in verbose mode.
+
+Please send a bug report (including the version of NAnt you're using) to 
+nant-developers at lists.sourceforge.net
+make: *** [build-nant] Error 2
+[hys545 at localhost nant]$                                               
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list