[jbossws-commits] JBossWS SVN: r4890 - stack/native/branches/jbossws-native-2.0.2/ant-import-tests.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Oct 26 01:21:22 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-10-26 01:21:22 -0400 (Fri, 26 Oct 2007)
New Revision: 4890

Modified:
   stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-testsuite.xml
Log:
[JBWS-1852] Failed to create a new SAX parser

Modified: stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-testsuite.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-testsuite.xml	2007-10-25 16:39:00 UTC (rev 4889)
+++ stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-testsuite.xml	2007-10-26 05:21:22 UTC (rev 4890)
@@ -179,8 +179,10 @@
 			<classpath location="${tests.output.dir}/resources/jaxws/samples/wssecurityAnnotatedpolicy"/>
 		</taskdef>
 
+    <!-- JBWS-1852 Failed to create a new SAX parser
 		<wsprovide resourcedestdir="${tests.output.dir}/wsprovide/resources/jaxws/samples/wssecurity" genwsdl="true" sei="org.jboss.test.ws.jaxws.samples.wssecurity.HelloJavaBean" verbose="true"/>
 		<wsprovide resourcedestdir="${tests.output.dir}/wsprovide/resources/jaxws/samples/wssecurityAnnotatedpolicy" genwsdl="true" sei="org.jboss.test.ws.jaxws.samples.wssecurityAnnotatedpolicy.HelloJavaBean"/>
+    -->
 	</target>
 
 	<target name="tests-compile-generated-resources" depends="servicegen,wstools,wsprovide">




More information about the jbossws-commits mailing list