rubys 02/02/28 10:51:04
Modified: java/test/wsdl/interop3/compound1 build.xml
java/test/wsdl/interop3/compound2 build.xml
java/test/wsdl/interop3/docLit build.xml
java/test/wsdl/interop3/docLitParam build.xml
java/test/wsdl/interop3/import1 build.xml
java/test/wsdl/interop3/import2 build.xml
java/test/wsdl/interop3/import3 build.xml
java/test/wsdl/interop3/rpcEnc build.xml
Log:
Clean up build.xml's
Revision Changes Path
1.5 +4 -3 xml-axis/java/test/wsdl/interop3/compound1/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/compound1/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 28 Feb 2002 15:47:04 -0000 1.4
+++ build.xml 28 Feb 2002 18:51:03 -0000 1.5
@@ -15,22 +15,23 @@
</taskdef>
<target name="main">
+ <property name="test.dir" value="compound1"/>
<!-- generate skeletons -->
<wsdl2java url="http://www.whitemesa.net/wsdl/r3/compound1.wsdl"
output="${root.dir}/build/work" skeleton="yes"/>
<copy file="SoapInteropCompound1BindingImpl.java" overwrite="true"
- todir="${root.dir}/build/work/test/wsdl/interop3/compound1"/>
+ todir="${root.dir}/build/work/test/wsdl/interop3/${test.dir}"/>
<copy file="Compound1TestCase.java"
- todir="${root.dir}/build/work/test/wsdl/interop3/compound1"/>
+ todir="${root.dir}/build/work/test/wsdl/interop3/${test.dir}"/>
<!-- compile the skeletons -->
<javac srcdir="${root.dir}/${build.dir}/work"
destdir="${root.dir}/${build.dest}" debug="on">
<classpath refid="test-classpath" />
- <include name="test/wsdl/interop3/**/*.java" />
+ <include name="test/wsdl/interop3/${test.dir}/*.java" />
</javac>
</target>
1.7 +3 -2 xml-axis/java/test/wsdl/interop3/compound2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/compound2/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 28 Feb 2002 18:25:21 -0000 1.6
+++ build.xml 28 Feb 2002 18:51:04 -0000 1.7
@@ -15,13 +15,14 @@
</taskdef>
<target name="main">
+ <property name="test.dir" value="compound2"/>
<!-- generate skeletons -->
<wsdl2java url="http://www.whitemesa.net/wsdl/r3/compound2.wsdl"
output="${root.dir}/build/work" skeleton="yes"/>
<copy file="SoapInteropCompound2BindingImpl.java" overwrite="true"
- todir="${root.dir}/build/work/test/wsdl/interop3/compound2"/>
+ todir="${root.dir}/build/work/test/wsdl/interop3/${test.dir}"/>
<copy file="Compound2TestCase.java"
todir="${root.dir}/build/work/test/wsdl/interop3/compound2"/>
@@ -30,7 +31,7 @@
<javac srcdir="${root.dir}/${build.dir}/work"
destdir="${root.dir}/${build.dest}" debug="on">
<classpath refid="test-classpath" />
- <include name="test/wsdl/interop3/compound2/*.java" />
+ <include name="test/wsdl/interop3/${test.dir}/*.java" />
</javac>
</target>
1.6 +3 -2 xml-axis/java/test/wsdl/interop3/docLit/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/docLit/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 28 Feb 2002 15:47:05 -0000 1.5
+++ build.xml 28 Feb 2002 18:51:04 -0000 1.6
@@ -15,6 +15,7 @@
</taskdef>
<target name="main">
+ <property name="test.dir" value="docLit"/>
<!-- generate skeletons -->
<wsdl2java url="http://www.whitemesa.com/r3/InteropTestDocLit.wsdl"
@@ -23,13 +24,13 @@
<mkdir dir="${root.dir}/${build.dest}"/>
<copy file="WSDLInteropTestDocLitPortBindingImpl.java" overwrite="true"
- todir="${root.dir}/build/work/test/wsdl/interop3/docLit"/>
+ todir="${root.dir}/build/work/test/wsdl/interop3/${test.dir}"/>
<!-- compile the skeletons -->
<javac srcdir="${root.dir}/${build.dir}/work"
destdir="${root.dir}/${build.dest}" debug="on">
<classpath refid="test-classpath" />
- <include name="test/wsdl/interop3/**/*.java" />
+ <include name="test/wsdl/interop3/${test.dir}/*.java" />
</javac>
</target>
1.6 +3 -2 xml-axis/java/test/wsdl/interop3/docLitParam/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/docLitParam/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 28 Feb 2002 15:47:05 -0000 1.5
+++ build.xml 28 Feb 2002 18:51:04 -0000 1.6
@@ -15,6 +15,7 @@
</taskdef>
<target name="main">
+ <property name="test.dir" value="docLitParam"/>
<!-- generate skeletons -->
<wsdl2java url="http://www.whitemesa.com/r3/InteropTestDocLitParameters.wsdl"
@@ -23,13 +24,13 @@
<mkdir dir="${root.dir}/${build.dest}"/>
<copy file="WSDLInteropTestDocLitPortBindingImpl.java" overwrite="true"
- todir="${root.dir}/build/work/test/wsdl/interop3/docLitParam"/>
+ todir="${root.dir}/build/work/test/wsdl/interop3/${test.dir}"/>
<!-- compile the skeletons -->
<javac srcdir="${root.dir}/${build.dir}/work"
destdir="${root.dir}/${build.dest}" debug="on">
<classpath refid="test-classpath" />
- <include name="test/wsdl/interop3/**/*.java" />
+ <include name="test/wsdl/interop3/${test.dir}/*.java" />
</javac>
</target>
1.5 +4 -3 xml-axis/java/test/wsdl/interop3/import1/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/import1/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 28 Feb 2002 15:47:05 -0000 1.4
+++ build.xml 28 Feb 2002 18:51:04 -0000 1.5
@@ -15,6 +15,7 @@
</taskdef>
<target name="main">
+ <property name="test.dir" value="import1"/>
<!-- generate skeletons -->
<wsdl2java url="http://www.whitemesa.com/r3/import1.wsdl"
@@ -23,16 +24,16 @@
<mkdir dir="${root.dir}/${build.dest}"/>
<copy file="SoapInteropImport1BindingImpl.java" overwrite="true"
- todir="${root.dir}/build/work/test/wsdl/interop3/import1"/>
+ todir="${root.dir}/build/work/test/wsdl/interop3/${import1}"/>
<copy file="Import1TestCase.java"
- todir="${root.dir}/build/work/test/wsdl/interop3/import1"/>
+ todir="${root.dir}/build/work/test/wsdl/interop3/${import1}"/>
<!-- compile the skeletons -->
<javac srcdir="${root.dir}/${build.dir}/work"
destdir="${root.dir}/${build.dest}" debug="on">
<classpath refid="test-classpath" />
- <include name="test/wsdl/interop3/**/*.java" />
+ <include name="test/wsdl/interop3/${import1}/*.java" />
</javac>
</target>
1.6 +4 -3 xml-axis/java/test/wsdl/interop3/import2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/import2/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 28 Feb 2002 15:47:05 -0000 1.5
+++ build.xml 28 Feb 2002 18:51:04 -0000 1.6
@@ -15,6 +15,7 @@
</taskdef>
<target name="main">
+ <property name="test.dir" value="import2"/>
<!-- generate skeletons -->
<wsdl2java url="http://www.whitemesa.com/r3/import2.wsdl"
@@ -23,16 +24,16 @@
<mkdir dir="${root.dir}/${build.dest}"/>
<copy file="SoapInteropImport2BindingImpl.java" overwrite="true"
- todir="${root.dir}/build/work/test/wsdl/interop3/import2"/>
+ todir="${root.dir}/build/work/test/wsdl/interop3/${test.dir}"/>
<copy file="Import2TestCase.java"
- todir="${root.dir}/build/work/test/wsdl/interop3/import2"/>
+ todir="${root.dir}/build/work/test/wsdl/interop3/${test.dir}"/>
<!-- compile the skeletons -->
<javac srcdir="${root.dir}/${build.dir}/work"
destdir="${root.dir}/${build.dest}" debug="on">
<classpath refid="test-classpath" />
- <include name="test/wsdl/interop3/**/*.java" />
+ <include name="test/wsdl/interop3/${test.dir}/*.java" />
</javac>
</target>
1.6 +4 -3 xml-axis/java/test/wsdl/interop3/import3/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/import3/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 28 Feb 2002 15:47:05 -0000 1.5
+++ build.xml 28 Feb 2002 18:51:04 -0000 1.6
@@ -15,6 +15,7 @@
</taskdef>
<target name="main">
+ <property name="test.dir" value="import3"/>
<!-- generate skeletons -->
<wsdl2java url="http://www.whitemesa.com/r3/import3.wsdl"
@@ -23,16 +24,16 @@
<mkdir dir="${root.dir}/${build.dest}"/>
<copy file="SoapInteropImport3BindingImpl.java" overwrite="true"
- todir="${root.dir}/build/work/test/wsdl/interop3/import3"/>
+ todir="${root.dir}/build/work/test/wsdl/interop3/${test.dir}"/>
<copy file="Import3TestCase.java"
- todir="${root.dir}/build/work/test/wsdl/interop3/import3"/>
+ todir="${root.dir}/build/work/test/wsdl/interop3/${test.dir}"/>
<!-- compile the skeletons -->
<javac srcdir="${root.dir}/${build.dir}/work"
destdir="${root.dir}/${build.dest}" debug="on">
<classpath refid="test-classpath" />
- <include name="test/wsdl/interop3/**/*.java" />
+ <include name="test/wsdl/interop3/${test.dir}/*.java" />
</javac>
</target>
1.6 +3 -2 xml-axis/java/test/wsdl/interop3/rpcEnc/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/rpcEnc/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 28 Feb 2002 15:47:05 -0000 1.5
+++ build.xml 28 Feb 2002 18:51:04 -0000 1.6
@@ -15,6 +15,7 @@
</taskdef>
<target name="main">
+ <property name="test.dir" value="rpcEnc"/>
<!-- generate skeletons -->
<wsdl2java url="http://www.whitemesa.com/r3/InteropTestRpcEnc.wsdl"
@@ -23,13 +24,13 @@
<mkdir dir="${root.dir}/${build.dest}"/>
<copy file="WSDLInteropTestRpcEncPortBindingImpl.java" overwrite="true"
- todir="${root.dir}/build/work/test/wsdl/interop3/rpcEnc"/>
+ todir="${root.dir}/build/work/test/wsdl/interop3/${test.dir}"/>
<!-- compile the skeletons -->
<javac srcdir="${root.dir}/${build.dir}/work"
destdir="${root.dir}/${build.dest}" debug="on">
<classpath refid="test-classpath" />
- <include name="test/wsdl/interop3/**/*.java" />
+ <include name="test/wsdl/interop3/${test.dir}/*.java" />
</javac>
</target>