[Mono-bugs] [Bug 47400][Min] Changed - /reference argument parser fails if the ref string has a trailing semicolon
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 5 Aug 2003 17:15:18 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47400
--- shadow/47400 Tue Aug 5 13:00:07 2003
+++ shadow/47400.tmp.26904 Tue Aug 5 17:15:18 2003
@@ -1,14 +1,14 @@
Bug#: 47400
Product: Mono/MCS
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: stevel@apache.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -37,6 +37,16 @@
My recommended fix would be to skip empty references in reference lists, as
this should automatically get the trailing semi, and be more robust all
round. We will work around it in Ant soon enough, but worry about other
tools and users.
-steve
+
+------- Additional Comments From miguel@ximian.com 2003-08-05 17:15 -------
+; is a statement separator in shell; so most likely something is
+getting parsed out.
+
+Btw, you need to use:
+
+/reference:library1[;library2]
+
+Miguel