[Mono-bugs] [Bug 53171][Wis] Changed - CodeDOM requires the $PATH to include mono

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jan 2004 12:56:55 -0500 (EST)


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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=53171

--- shadow/53171	2004-01-21 12:29:02.000000000 -0500
+++ shadow/53171.tmp.5007	2004-01-21 12:56:55.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 53171
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jaak@zd.com.pl               
 QAContact: mono-bugs@ximian.com
@@ -82,6 +82,15 @@
 use mcs.exe in this directory. MS.net probably does something 
 similar -- their csc.exe is in the same directory as mscorlib.dll, so 
 i bet they just use the same directory.
 
 We could also solve this by linking to mcs (there is another bug on 
 this)
+
+------- Additional Comments From gonzalo@ximian.com  2004-01-21 12:56 -------
+Anyway, we don't want to hardcode the path of the mcs executable to
+run in the class libraries.
+
+I think that the user must set the $PATH. This gives more flexibility
+
+I'll add a note to xsp and mod_mono README files about the need for
+mcs directory to be in $PATH.