Author: richard.opalka(a)jboss.com
Date: 2010-03-19 10:30:36 -0400 (Fri, 19 Mar 2010)
New Revision: 11826
Modified:
stack/native/trunk/modules/testsuite/framework-tests/scripts/antrun-wsprovide.xml
Log:
[JBWS-2960] setting desdir for generated java artifacts
Modified:
stack/native/trunk/modules/testsuite/framework-tests/scripts/antrun-wsprovide.xml
===================================================================
---
stack/native/trunk/modules/testsuite/framework-tests/scripts/antrun-wsprovide.xml 2010-03-19
14:21:16 UTC (rev 11825)
+++
stack/native/trunk/modules/testsuite/framework-tests/scripts/antrun-wsprovide.xml 2010-03-19
14:30:36 UTC (rev 11826)
@@ -12,11 +12,11 @@
<!-- Generating sources -->
<!-- ================================================================== -->
- <target name="wsprovide" depends="prepend-jars"
description="Provide JAX-WS contracts">
+ <target name="wsprovide" description="Provide JAX-WS
contracts">
<taskdef name="wsprovide"
classname="org.jboss.wsf.spi.tools.ant.WSProvideTask">
<classpath>
- <pathelement path="${wsprovide.classpath}"/>
+ <pathelement path="${maven.test.classpath}"/>
</classpath>
</taskdef>
@@ -24,12 +24,9 @@
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>
- <target name="prepend-jars">
- <property name="wsprovide.classpath"
value="${maven.test.classpath}"/>
- </target>
-
</project>