Author: thomas.diesler(a)jboss.com
Date: 2008-04-08 03:13:09 -0400 (Tue, 08 Apr 2008)
New Revision: 6269
Modified:
stack/cxf/trunk/ant-import-tests/build-testsuite.xml
stack/cxf/trunk/ant-import/build-bin-dist.xml
stack/cxf/trunk/src/main/distro/bin-dist-build.xml
Log:
Split the framework test build scripts
Modified: stack/cxf/trunk/ant-import/build-bin-dist.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-bin-dist.xml 2008-04-08 07:03:29 UTC (rev 6268)
+++ stack/cxf/trunk/ant-import/build-bin-dist.xml 2008-04-08 07:13:09 UTC (rev 6269)
@@ -81,7 +81,8 @@
<!-- tests -->
<copy todir="${bindist.tests.dir}" overwrite="true">
<fileset dir="${cxf.dir}/src/test-framework">
- <include name="ant-import/**"/>
+ <include name="ant-import/build-testsuite.xml"/>
+ <include name="ant-import/build-samples-jaxws.xml"/>
<include name="etc/**"/>
<include name="java/**/jaxws/samples/**"/>
<include name="java/**/jaxws/smoke/**"/>
Modified: stack/cxf/trunk/ant-import-tests/build-testsuite.xml
===================================================================
--- stack/cxf/trunk/ant-import-tests/build-testsuite.xml 2008-04-08 07:03:29 UTC (rev
6268)
+++ stack/cxf/trunk/ant-import-tests/build-testsuite.xml 2008-04-08 07:13:09 UTC (rev
6269)
@@ -88,8 +88,9 @@
</target>
<target name="tests-jars"
depends="tests-compile,tests-copy-resources" description="Build the
deployments.">
+ <ant antfile="${int.cxf.dir}/ant-import-tests/build-jars-jaxws.xml"
target="build-testsuite-jars"/>
<ant
antfile="${int.cxf.dir}/src/test-framework/ant-import/build-jars-jaxws.xml"
target="build-jars-jaxws"/>
- <ant antfile="${int.cxf.dir}/ant-import-tests/build-jars-jaxws.xml"
target="build-testsuite-jars"/>
+ <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."/>
Modified: stack/cxf/trunk/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/cxf/trunk/src/main/distro/bin-dist-build.xml 2008-04-08 07:03:29 UTC (rev 6268)
+++ stack/cxf/trunk/src/main/distro/bin-dist-build.xml 2008-04-08 07:13:09 UTC (rev 6269)
@@ -163,7 +163,7 @@
</target>
<target name="tests-jars"
depends="tests-compile,tests-copy-resources">
- <ant antfile="${tests.dir}/ant-import/build-jars-jaxws.xml"
target="build-jars-jaxws" inheritall="true"/>
+ <ant antfile="${tests.dir}/ant-import/build-samples-jaxws.xml"
target="build-samples-jaxws" inheritall="true"/>
</target>
<target name="tests-main" depends="tests-jars"
description="Build the test deployments."/>
Show replies by date