[Mono-bugs] [Bug 76432][Nor] Changed - XSP fails to compile webservices

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Oct 18 14:14:31 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=76432

--- shadow/76432	2005-10-16 08:55:02.000000000 -0400
+++ shadow/76432.tmp.1529	2005-10-18 14:14:31.000000000 -0400
@@ -10,13 +10,13 @@
 Component: Basic
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: idan at fastmail.fm               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
+Cc: atsushi at ximian.com,rharinath at novell.com
 Summary: XSP fails to compile webservices
 
 XSP fails to compile sample webservice asmx's, or any others.
 
 To replicate:
 
@@ -59,6 +59,28 @@
 Effectively, XSP is "broken" on win32 for the 1.1.9.x series (I
 understand that it's a compiler thing, but that's the effective outcome).
 
 Otherwise I guess this bug is resolved/fixed? Correct? If there's some
 way I can help test please let me know, however I'm not up to the task
 of building from HEAD on win32 (I have HEAD on my linux machine).
+
+------- Additional Comments From miguel at ximian.com  2005-10-18 14:14 -------
+I believed that this bug was in the compiler tokenizer, but it turns
+out it is not.  
+
+It might be something below, encoding wise, but I do not remember
+which patch fixed this problem, might be something related to the
+encoding state.
+
+Basically the problem is that the input stream gets "ng" instead of
+"obin" in this line:
+
+MimeXmlBinding mxb = (MimeXmlBinding) obin.Output.Extensions.Find 
+                                      ^
+                                      |
+                               Here the lexer on Windows is 
+                               returning ng instead of obin.
+
+Am CCing a few folks, maybe they can remember what patch fixes this.
+
+
+


More information about the mono-bugs mailing list