[Mono-bugs] [Bug 65484][Nor] Changed - mbas does not support quoted arguments in response file
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 8 Sep 2004 12:02:36 -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=65484
--- shadow/65484 2004-09-07 17:27:43.000000000 -0400
+++ shadow/65484.tmp.29894 2004-09-08 12:02:36.000000000 -0400
@@ -2,16 +2,16 @@
Product: Mono: Compilers
Version: unspecified
OS: GNU/Linux [Other]
OS Details: Gentoo 2.6.8 R2
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Basic
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: rafaelteixeirabr@hotmail.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: mbas does not support quoted arguments in response file
@@ -48,6 +48,9 @@
error BC2001: Source file '"/target:exe"' could not be found!!!
error BC2001: Source file '"test.vb"' could not be found!!!
Compilation failed: 3 Error(s), 0 warnings
This works fine using vbc, but also when I specify these arguments to
mbas on the command line (instead of using a response file).
+
+------- Additional Comments From rafaelteixeirabr@hotmail.com 2004-09-08 12:02 -------
+The problem is really within Mono.GetOptions. I'll look at that.