Author: richard.opalka(a)jboss.com
Date: 2010-05-11 09:59:04 -0400 (Tue, 11 May 2010)
New Revision: 12204
Removed:
stack/native/trunk/modules/testsuite/framework-tests/scripts/antrun-wsprovide.xml
Modified:
stack/native/trunk/modules/testsuite/framework-tests/pom.xml
Log:
[JBWS-2960] endorsing workaround - refactoring test. Since now WSDL is generated on
endpoint deploy, and WSDL is generated using server runtime.
Modified: stack/native/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/framework-tests/pom.xml 2010-05-11 13:53:14 UTC
(rev 12203)
+++ stack/native/trunk/modules/testsuite/framework-tests/pom.xml 2010-05-11 13:59:04 UTC
(rev 12204)
@@ -112,7 +112,6 @@
<property name="tests.resources.dir"
value="${basedir}/src/test/resources" />
<property name="tests.output.dir"
value="${project.build.directory}" />
<property name="project.version"
value="${project.version}" />
- <ant antfile="scripts/antrun-wsprovide.xml"
target="wsprovide" />
<ant antfile="src/test/ant-import/build-jars-jaxws.xml"
target="build-jars-jaxws" />
<ant
antfile="src/test/ant-import/build-samples-jaxws.xml"
target="build-samples-jaxws" />
<ant
antfile="src/test/ant-import/build-samples-jaxrpc.xml"
target="build-samples-jaxrpc"/>
Deleted:
stack/native/trunk/modules/testsuite/framework-tests/scripts/antrun-wsprovide.xml
===================================================================
---
stack/native/trunk/modules/testsuite/framework-tests/scripts/antrun-wsprovide.xml 2010-05-11
13:53:14 UTC (rev 12203)
+++
stack/native/trunk/modules/testsuite/framework-tests/scripts/antrun-wsprovide.xml 2010-05-11
13:59:04 UTC (rev 12204)
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ============================================================ -->
-<!-- JBoss, the OpenSource J2EE webOS -->
-<!-- Distributable under LGPL license. -->
-<!-- See terms of license at
http://www.gnu.org. -->
-<!-- ============================================================ -->
-
-<project>
-
- <!-- ================================================================== -->
- <!-- Generating sources -->
- <!-- ================================================================== -->
-
- <target name="wsprovide" description="Provide JAX-WS
contracts">
-
- <taskdef name="wsprovide"
classname="org.jboss.wsf.spi.tools.ant.WSProvideTask">
- <classpath>
- <pathelement path="${maven.test.classpath}"/>
- </classpath>
- </taskdef>
-
- <wsprovide
- genwsdl="true"
- sei="org.jboss.test.ws.jaxws.jbws2960.AddNumbersImpl"
- classpath="${tests.output.dir}/test-classes"
- destdir="${tests.output.dir}/test-resources/jaxws/jbws2960"
- resourcedestdir="${tests.output.dir}/test-resources/jaxws/jbws2960"
- />
- </target>
-
-</project>