Author: heiko.braun(a)jboss.com
Date: 2007-01-12 11:47:53 -0500 (Fri, 12 Jan 2007)
New Revision: 1948
Modified:
trunk/jbossws-tests/ant-import/build-interop-jars.xml
trunk/jbossws-tests/ant-import/build-interop.xml
Log:
More interop fixes
Modified: trunk/jbossws-tests/ant-import/build-interop-jars.xml
===================================================================
--- trunk/jbossws-tests/ant-import/build-interop-jars.xml 2007-01-12 16:39:05 UTC (rev
1947)
+++ trunk/jbossws-tests/ant-import/build-interop-jars.xml 2007-01-12 16:47:53 UTC (rev
1948)
@@ -10,7 +10,7 @@
<project name="JBossWS">
- <description>JBossWS test archive builder</description>
+ <description>JBossWS test archive builder</description>
<!-- ================================================================== -->
<!-- Building -->
Modified: trunk/jbossws-tests/ant-import/build-interop.xml
===================================================================
--- trunk/jbossws-tests/ant-import/build-interop.xml 2007-01-12 16:39:05 UTC (rev 1947)
+++ trunk/jbossws-tests/ant-import/build-interop.xml 2007-01-12 16:47:53 UTC (rev 1948)
@@ -16,6 +16,11 @@
<property name="wsdl.update.marker"
value="${test.resources.dir}/interop/wsdl.update"/>
<property name="jbossws.client.jar"
value="jbossws-client.jar"/>
+ <property name="test.java.dir" value="src/main/java"/>
+ <property name="test.resources.dir"
value="src/main/resources"/>
+ <property name="build.tests.dir" value="output"/>
+ <property name="build.test.dir" value="output"/>
+
<path id="jwsdp.classpath">
<!--fileset dir="${jwsdp.home}/jaxrpc/lib"/>
<fileset dir="${jwsdp.home}/jwsdp-shared/lib">
@@ -306,7 +311,7 @@
<target name="interop.build" depends="interop.prepare,
copy-resources, interop.compile"
description="Compiles and builds the interop clients and
endpoints">
- <ant antfile="${test.dir}/ant/build-interop-jars.xml"
target="build-interop-jars"/>
+ <ant antfile="ant-import/build-interop-jars.xml"
target="build-interop-jars"/>
</target>
<target name="interop.compile" depends="interop.prepare, init"
description="Compiles the interop clients and endpoints">
Show replies by date