Author: thomas.diesler(a)jboss.com
Date: 2008-04-21 11:34:18 -0400 (Mon, 21 Apr 2008)
New Revision: 6582
Modified:
stack/cxf/trunk/ant-import-tests/build-testsuite.xml
Log:
switch test output to maven layout
Modified: stack/cxf/trunk/ant-import-tests/build-testsuite.xml
===================================================================
--- stack/cxf/trunk/ant-import-tests/build-testsuite.xml 2008-04-21 15:27:21 UTC (rev
6581)
+++ stack/cxf/trunk/ant-import-tests/build-testsuite.xml 2008-04-21 15:34:18 UTC (rev
6582)
@@ -10,12 +10,12 @@
<project>
- <property name="tests.output.dir"
value="${int.cxf.dir}/test-output/tests"/>
+ <property name="tests.output.dir"
value="${int.cxf.dir}/output/tests"/>
- <import
file="${int.cxf.dir}/test-src/test-framework/ant-import/build-testsuite.xml"/>
+ <import
file="${int.cxf.dir}/src/test-framework/ant-import/build-testsuite.xml"/>
<!-- Define excludesfile -->
- <property name="excludesfile"
value="${int.cxf.dir}/test-src/test/resources/test-excludes-${jbossws.integration.target}.txt"/>
+ <property name="excludesfile"
value="${int.cxf.dir}/src/test/resources/test-excludes-${jbossws.integration.target}.txt"/>
<!-- ================================================================== -->
<!-- Initialization -->
@@ -24,30 +24,30 @@
<target name="tests-init" depends="tests-classpath">
<path id="ws.stack.classpath">
- <pathelement
location="${int.cxf.dir}/test-thirdparty/jbossws-common.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/jbossws-spi.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/geronimo-javamail_${cxf.geronimo.javamail}.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/geronimo-ws-metadata_${cxf.geronimo.ws.metadata}.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/jaxb-api.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/jaxws-api-${cxf.jaxws.api}.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/jdom-${cxf.jdom}.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/neethi-${cxf.neethi}.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/saaj-api-${cxf.saaj}.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/saaj-impl-${cxf.saaj}.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/spring-beans-${cxf.spring}.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/spring-context-${cxf.spring}.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/spring-core-${cxf.spring}.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/wsdl4j.jar"/>
- <pathelement location="${int.cxf.dir}/test-thirdparty/wstx.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/xml-resolver-${cxf.xml.resolver}.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/XmlSchema-${cxf.xmlschema}.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/jbossws-common.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/jbossws-spi.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/geronimo-javamail_${cxf.geronimo.javamail}.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/geronimo-ws-metadata_${cxf.geronimo.ws.metadata}.jar"/>
+ <pathelement location="${int.cxf.dir}/thirdparty/jaxb-api.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/jaxws-api-${cxf.jaxws.api}.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/jdom-${cxf.jdom}.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/neethi-${cxf.neethi}.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/saaj-api-${cxf.saaj}.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/saaj-impl-${cxf.saaj}.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/spring-beans-${cxf.spring}.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/spring-context-${cxf.spring}.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/spring-core-${cxf.spring}.jar"/>
+ <pathelement location="${int.cxf.dir}/thirdparty/wsdl4j.jar"/>
+ <pathelement location="${int.cxf.dir}/thirdparty/wstx.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/xml-resolver-${cxf.xml.resolver}.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/XmlSchema-${cxf.xmlschema}.jar"/>
</path>
<path id="tests.extra.classpath">
- <pathelement
location="${int.cxf.dir}/test-output/lib/cxf-${cxf.version}.jar"/>
- <pathelement
location="${int.cxf.dir}/test-output/lib/jbossws-cxf-client.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/jbossws-framework.jar"/>
- <pathelement
location="${int.cxf.dir}/test-thirdparty/jaxws-tools.jar"/>
+ <pathelement
location="${int.cxf.dir}/output/lib/cxf-${cxf.version}.jar"/>
+ <pathelement
location="${int.cxf.dir}/output/lib/jbossws-cxf-client.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/jbossws-framework.jar"/>
+ <pathelement location="${int.cxf.dir}/thirdparty/jaxws-tools.jar"/>
</path>
</target>
@@ -73,8 +73,8 @@
<!-- ================================================================== -->
<target name="tests-compile" depends="wsconsume"
description="Compile sources">
- <macro-compile-classes
srcdir="${int.cxf.dir}/test-src/test-framework/java"
excludesfile="${excludesfile}"/>
- <macro-compile-classes srcdir="${int.cxf.dir}/test-src/test/java"
excludesfile="${excludesfile}"/>
+ <macro-compile-classes srcdir="${int.cxf.dir}/src/test-framework/java"
excludesfile="${excludesfile}"/>
+ <macro-compile-classes srcdir="${int.cxf.dir}/src/test/java"
excludesfile="${excludesfile}"/>
</target>
<!-- ================================================================== -->
@@ -83,15 +83,15 @@
<!-- Copy resources -->
<target name="tests-copy-resources" depends="tests-init"
description="Copy the deployment resources.">
- <macro-copy-resources
srcdir="${int.cxf.dir}/test-src/test-framework"/>
- <macro-copy-resources srcdir="${int.cxf.dir}/test-src/test"/>
+ <macro-copy-resources srcdir="${int.cxf.dir}/src/test-framework"/>
+ <macro-copy-resources srcdir="${int.cxf.dir}/src/test"/>
</target>
<target name="tests-jars"
depends="tests-compile,tests-copy-resources" description="Build the
deployments.">
- <ant antfile="${int.cxf.dir}/test-ant-import-tests/build-jars-jaxws.xml"
target="build-testsuite-jars"/>
- <ant
antfile="${int.cxf.dir}/test-ant-import-tests/build-samples-jaxws.xml"
target="build-samples-jaxws"/>
- <ant
antfile="${int.cxf.dir}/test-src/test-framework/ant-import/build-jars-jaxws.xml"
target="build-jars-jaxws"/>
- <ant
antfile="${int.cxf.dir}/test-src/test-framework/ant-import/build-samples-jaxws.xml"
target="build-samples-jaxws"/>
+ <ant antfile="${int.cxf.dir}/ant-import-tests/build-jars-jaxws.xml"
target="build-testsuite-jars"/>
+ <ant antfile="${int.cxf.dir}/ant-import-tests/build-samples-jaxws.xml"
target="build-samples-jaxws"/>
+ <ant
antfile="${int.cxf.dir}/src/test-framework/ant-import/build-jars-jaxws.xml"
target="build-jars-jaxws"/>
+ <ant
antfile="${int.cxf.dir}/src/test-framework/ant-import/build-samples-jaxws.xml"
target="build-samples-jaxws"/>
</target>
<target name="tests-main" depends="tests-jars"
description="Build the deployments."/>
Show replies by date