[Mono-bugs] [Bug 58511][Maj] Changed - XSP not working on Windows
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 21:29:09 -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 danielmorgan@verizon.net.
http://bugzilla.ximian.com/show_bug.cgi?id=58511
--- shadow/58511 2004-06-23 21:25:47.000000000 -0400
+++ shadow/58511.tmp.20004 2004-06-23 21:29:09.000000000 -0400
@@ -348,6 +348,31 @@
------- Additional Comments From danielmorgan@verizon.net 2004-06-23 21:25 -------
Created an attachment (id=8320)
Proposed Patch by eno getting xsp to work on mono on windows again
+
+------- Additional Comments From danielmorgan@verizon.net 2004-06-23 21:29 -------
+From: Atsushi Eno <atsushi@ximian.com>
+To: mono-devel-list@ximian.com
+Subject: [Mono-devel-list] CSharpCodeCompiler patch to get xsp
+runnable on Windows
+Date: Wed, 23 Jun 2004 10:39:48 +0900
+
+Hello,
+
+There are some problem in CSharpCodeCompiler and thus currently we
+cannot run xsp on Windows. The patch will make xsp runnable.
+
+ - we won't have path/to/mcs in _windows_ PATH
+ - Some kind of weird bug in UseShellExecute and/or
+ RedirectStandardOutput in System.Diagnostics.Procss.
+
+The patch is not beautiful one and I wonder if there might be better
+solution. The fix way won't work with the future version of our GAC
+structures. (it has been changing many times since its birth day ;-)
+
+I think the same problem were there at beta1 stage as well.
+
+Atsushi Eno
+