[Mono-bugs] [Bug 45518][Cri] Changed - MCS throws TypeInitializationException on 0.25/Windows
bugzilla-daemon@indri.ximian.com
bugzilla-daemon@indri.ximian.com
Mon, 11 Aug 2003 20:14:30 -0400 (EDT)
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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45518
--- shadow/45518 2003-06-27 18:24:01.000000000 -0400
+++ shadow/45518.tmp.1677 2003-08-11 20:14:29.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 45518
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details: Windows 2003
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Critical
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
@@ -71,6 +71,28 @@
------- Additional Comments From gert.driesen@pandora.be 2003-06-27 18:24 -------
I do not have this issue on Linux when I build mono from cvs, so it
could indeed be runtime issue.
+
+------- Additional Comments From duncan@ximian.com 2003-08-11 20:14 -------
+I can build NAnt 0.82rc2 just fine on a pre-0.26 setup:
+
+diphthong:~/Desktop/nant-0.8.3-rc2 $ make -f makefile.linux
+mcs --unsafe -define:mono -debug -o bin/linux/mininant.exe -r
+./bin/NDoc.Core.dll -r ./bin/log4net-net-1.0.dll -r System.Web.dll \
+'./src/NAnt.Core/*.cs' \
+'./src/NAnt.Core/Types/*.cs' \
+'./src/NAnt.Core/Util/*.cs' \
+'./src/NAnt.Core/Attributes/*.cs' \
+'./src/NAnt.Core/Tasks/*.cs' \
+'./src/NAnt.DotNet/Types/*.cs' \
+'./src/NAnt.DotNet/*.cs' \
+'./src/NAnt.DotNet/Tasks/*.cs'
+WROTE SYMFILE: 98 sources, 1185 methods, 937 types, 5830 line numbers,
+758 locals, 357 namespaces, 104523 bytes of string data
+OffsetTable [315424 - 52:298800 - 98:313072:2352 - 1185:298852:14220 -
+937]
+Compilation succeeded
+
+Marking this bug as fixed.