Author: thomas.diesler(a)jboss.com
Date: 2008-04-08 03:18:46 -0400 (Tue, 08 Apr 2008)
New Revision: 6270
Modified:
stack/native/trunk/ant-import-tests/build-testsuite.xml
stack/native/trunk/ant-import/build-bin-dist.xml
stack/native/trunk/src/main/distro/bin-dist-build.xml
Log:
Split the framework test build scripts
Modified: stack/native/trunk/ant-import/build-bin-dist.xml
===================================================================
--- stack/native/trunk/ant-import/build-bin-dist.xml 2008-04-08 07:13:09 UTC (rev 6269)
+++ stack/native/trunk/ant-import/build-bin-dist.xml 2008-04-08 07:18:46 UTC (rev 6270)
@@ -86,7 +86,8 @@
<!-- tests -->
<copy todir="${bindist.tests.dir}" overwrite="true">
<fileset dir="${core.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/native/trunk/ant-import-tests/build-testsuite.xml
===================================================================
--- stack/native/trunk/ant-import-tests/build-testsuite.xml 2008-04-08 07:13:09 UTC (rev
6269)
+++ stack/native/trunk/ant-import-tests/build-testsuite.xml 2008-04-08 07:18:46 UTC (rev
6270)
@@ -223,6 +223,7 @@
<ant antfile="${core.dir}/ant-import-tests/build-jars-jaxws.xml"
target="build-jars-jaxws"/>
<ant antfile="${core.dir}/ant-import-tests/build-samples-jaxws.xml"
target="build-samples-jaxws"/>
<ant
antfile="${core.dir}/src/test-framework/ant-import/build-jars-jaxws.xml"
target="build-jars-jaxws"/>
+ <ant
antfile="${core.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/native/trunk/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/native/trunk/src/main/distro/bin-dist-build.xml 2008-04-08 07:13:09 UTC (rev
6269)
+++ stack/native/trunk/src/main/distro/bin-dist-build.xml 2008-04-08 07:18:46 UTC (rev
6270)
@@ -162,7 +162,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