[Mono-bugs] [Bug 22673] Changed - implementation of System.Diagnostics.Process missing

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
28 Mar 2002 11:31:11 -0000


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

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

--- shadow/22673	Thu Mar 28 04:03:03 2002
+++ shadow/22673.tmp.30775	Thu Mar 28 06:31:11 2002
@@ -1,23 +1,23 @@
 Bug#: 22673
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: japj-bugzilla-ximian@darius.demon.nl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: assertion failed when running mint on NAnt (build with csc)
+Summary: implementation of System.Diagnostics.Process missing
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 Trying to run a csc build NAnt.exe with mint under cygwin results in a
 assertion failure.
@@ -38,6 +38,12 @@
  Try `NAnt -help' for more information.
 
 How often does this happen? 
 Always
 
 Additional Information:
+
+------- Additional Comments From lupus@ximian.com  2002-03-28 06:31 -------
+I got rid of the assertion so that the runtime can issue a proper
+exception: we still haven't implemented the System.Diagnostics.Process
+class: that is the underlying problem. Dick is working on that so that
+we can run nant with the mono runtime.