[Mono-bugs] [Bug 76469][Cri] Changed - CSharpCodeCompiler doesn't
start mcs.exe on Windows
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 19 16:42:19 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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76469
--- shadow/76469 2005-10-18 11:53:33.000000000 -0400
+++ shadow/76469.tmp.3265 2005-10-19 16:42:19.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 76469
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Critical
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: flashfm at yandex.ru
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -27,6 +27,9 @@
fileNames);
It needs to surround windowsMcsPath by quotes:
mcs.StartInfo.Arguments = "\""+ windowsMcsPath + "\" " + BuildArgs
(options, fileNames);
+
+------- Additional Comments From miguel at ximian.com 2005-10-19 16:42 -------
+Thanks for reporting this bug, it has been fixed.
More information about the mono-bugs
mailing list