[Mono-bugs] [Bug 58672][Nor] Changed - options with introducing - are not recognised
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 31 May 2004 06:26:59 -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 rafaelteixeirabr@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58672
--- shadow/58672 2004-05-18 16:26:34.000000000 -0400
+++ shadow/58672.tmp.12358 2004-05-31 06:26:59.000000000 -0400
@@ -1,20 +1,23 @@
Bug#: 58672
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Basic
AssignedTo: mono-bugs@ximian.com
ReportedBy: edd@usefulinc.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: options with introducing - are not recognised
mbas only understands options like /r:foo.dll not -r:foo.dll, despite
advertising both in the command line help.
+
+------- Additional Comments From rafaelteixeirabr@hotmail.com 2004-05-31 06:26 -------
+The problem was in Mono.GetOptions - It's fixed now