Author: ropalka
Date: 2012-05-17 08:21:46 -0400 (Thu, 17 May 2012)
New Revision: 16286
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml
Log:
[JBPAPP-8917] do not compile java sources using CXF tools, use our test framework to
compile sources
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml 2012-05-17
10:52:36 UTC (rev 16285)
+++
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml 2012-05-17
12:21:46 UTC (rev 16286)
@@ -21,8 +21,8 @@
</classpath>
</taskdef>
- <wsconsume
wsdl="${tests.resources.dir}/jaxws/complex/META-INF/wsdl/RegistrationService.wsdl"
package="org.jboss.test.ws.jaxws.complex"
sourcedestdir="${tests.output.dir}/wsconsume/java"
destdir="${tests.output.dir}/test-classes" keep="true"
verbose="false"/>
- <wsconsume
wsdl="${tests.resources.dir}/jaxws/holder/META-INF/wsdl/HolderService.wsdl"
package="org.jboss.test.ws.jaxws.holder"
sourcedestdir="${tests.output.dir}/wsconsume/java"
destdir="${tests.output.dir}/test-classes" keep="true"
verbose="false"/>
+ <wsconsume
wsdl="${tests.resources.dir}/jaxws/complex/META-INF/wsdl/RegistrationService.wsdl"
package="org.jboss.test.ws.jaxws.complex"
sourcedestdir="${tests.output.dir}/wsconsume/java"
destdir="${tests.output.dir}/test-classes" keep="true"
verbose="false" nocompile="true"/>
+ <wsconsume
wsdl="${tests.resources.dir}/jaxws/holder/META-INF/wsdl/HolderService.wsdl"
package="org.jboss.test.ws.jaxws.holder"
sourcedestdir="${tests.output.dir}/wsconsume/java"
destdir="${tests.output.dir}/test-classes" keep="true"
verbose="false" nocompile="true"/>
</target>
</project>
\ No newline at end of file
Show replies by date