Author: arina
Date: 2008-01-29 03:45:50 -0500 (Tue, 29 Jan 2008)
New Revision: 94234
Modified:
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/SoapDocumentationHandler.cs
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/WebServiceHandlerFactory.cs
Log:
TARGET_JVM: Restoring of the flow before 94231 revision for TARGET_JVM
compilation.
Modified:
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/SoapDocumentationHandler.cs
===================================================================
---
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/SoapDocumentationHandler.cs
2008-01-29 08:45:21 UTC (rev 94233)
+++
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/SoapDocumentationHandler.cs
2008-01-29 08:45:50 UTC (rev 94234)
@@ -105,7 +105,7 @@
throw new InvalidOperationException
("Documentation page '" + physPath + "' not found");
#endif
-#if NET_2_0
+#if NET_2_0 && !TARGET_JVM
// Since BuildManager expects the virtualPath to be
mappable into the
// application virtual root directory and the WSDL help
generator possibly
// lives outside the location (by default in
$prefix/etc/mono/2.0/), we need
Modified:
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/WebServiceHandlerFactory.cs
===================================================================
---
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/WebServiceHandlerFactory.cs
2008-01-29 08:45:21 UTC (rev 94233)
+++
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/WebServiceHandlerFactory.cs
2008-01-29 08:45:50 UTC (rev 94234)
@@ -106,7 +106,7 @@
#endif
Type type;
-#if NET_2_0
+#if NET_2_0 && !TARGET_JVM
type = BuildManager.GetCompiledType (url);
#else
type = WebServiceParser.GetCompiledType (fp, context);
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches