[Mono-bugs] [Bug 63081][Nor] Changed - Mono's XSD does not support third party CodeDom provider using /language option
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 16 Aug 2004 04:37:47 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=63081
--- shadow/63081 2004-08-14 05:58:06.000000000 -0400
+++ shadow/63081.tmp.11846 2004-08-16 04:37:47.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 63081
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: VERIFIED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -24,6 +24,9 @@
which defined that the /language option is :
The language to use for the generated code. Choose
from 'CS', 'VB', 'JS', 'VJS' or provide a fully-qualified name for a
class implementing System.CodeDom.Compiler.CodeDomProvider. The default
is 'CS' (CSharp). Short form is '/l:'.
+
+------- Additional Comments From atsushi@ximian.com 2004-08-16 04:37 -------
+Thanks. Fixed in cvs (VJS/JS are still not supported, of course ;-)