rubys 02/02/28 06:17:41
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:
Fix classpaths
Revision Changes Path
1.3 +2 -2 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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 28 Feb 2002 13:58:10 -0000 1.2
+++ build.xml 28 Feb 2002 14:17:41 -0000 1.3
@@ -2,10 +2,10 @@
<property name="root.dir" value="../../../.."/>
<path id="test-classpath">
- <pathelement location="${build.dest}" />
+ <pathelement location="${root.dir}/${build.dest}" />
<pathelement path="${java.class.path}" />
<pathelement location="${java.home}/../lib/tools.jar"/>
- <fileset dir="../../../lib">
+ <fileset dir="${root.dir}/lib">
<include name="*.jar"/>
</fileset>
</path>
1.3 +2 -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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 28 Feb 2002 13:58:10 -0000 1.2
+++ build.xml 28 Feb 2002 14:17:41 -0000 1.3
@@ -2,10 +2,10 @@
<property name="root.dir" value="../../../.."/>
<path id="test-classpath">
- <pathelement location="${build.dest}" />
+ <pathelement location="${root.dir}/${build.dest}" />
<pathelement path="${java.class.path}" />
<pathelement location="${java.home}/../lib/tools.jar"/>
- <fileset dir="../../../lib">
+ <fileset dir="${root.dir}/lib">
<include name="*.jar"/>
</fileset>
</path>
1.3 +2 -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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 28 Feb 2002 13:58:10 -0000 1.2
+++ build.xml 28 Feb 2002 14:17:41 -0000 1.3
@@ -2,10 +2,10 @@
<property name="root.dir" value="../../../.."/>
<path id="test-classpath">
- <pathelement location="${build.dest}" />
+ <pathelement location="${root.dir}/${build.dest}" />
<pathelement path="${java.class.path}" />
<pathelement location="${java.home}/../lib/tools.jar"/>
- <fileset dir="../../../lib">
+ <fileset dir="${root.dir}/lib">
<include name="*.jar"/>
</fileset>
</path>
1.3 +2 -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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 28 Feb 2002 13:58:10 -0000 1.2
+++ build.xml 28 Feb 2002 14:17:41 -0000 1.3
@@ -2,10 +2,10 @@
<property name="root.dir" value="../../../.."/>
<path id="test-classpath">
- <pathelement location="${build.dest}" />
+ <pathelement location="${root.dir}/${build.dest}" />
<pathelement path="${java.class.path}" />
<pathelement location="${java.home}/../lib/tools.jar"/>
- <fileset dir="../../../lib">
+ <fileset dir="${root.dir}/lib">
<include name="*.jar"/>
</fileset>
</path>
1.3 +2 -2 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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 28 Feb 2002 13:58:10 -0000 1.2
+++ build.xml 28 Feb 2002 14:17:41 -0000 1.3
@@ -2,10 +2,10 @@
<property name="root.dir" value="../../../.."/>
<path id="test-classpath">
- <pathelement location="${build.dest}" />
+ <pathelement location="${root.dir}/${build.dest}" />
<pathelement path="${java.class.path}" />
<pathelement location="${java.home}/../lib/tools.jar"/>
- <fileset dir="../../../lib">
+ <fileset dir="${root.dir}/lib">
<include name="*.jar"/>
</fileset>
</path>
1.3 +2 -2 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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 28 Feb 2002 13:58:10 -0000 1.2
+++ build.xml 28 Feb 2002 14:17:41 -0000 1.3
@@ -2,10 +2,10 @@
<property name="root.dir" value="../../../.."/>
<path id="test-classpath">
- <pathelement location="${build.dest}" />
+ <pathelement location="${root.dir}/${build.dest}" />
<pathelement path="${java.class.path}" />
<pathelement location="${java.home}/../lib/tools.jar"/>
- <fileset dir="../../../lib">
+ <fileset dir="${root.dir}/lib">
<include name="*.jar"/>
</fileset>
</path>
1.3 +2 -2 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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 28 Feb 2002 13:58:11 -0000 1.2
+++ build.xml 28 Feb 2002 14:17:41 -0000 1.3
@@ -2,10 +2,10 @@
<property name="root.dir" value="../../../.."/>
<path id="test-classpath">
- <pathelement location="${build.dest}" />
+ <pathelement location="${root.dir}/${build.dest}" />
<pathelement path="${java.class.path}" />
<pathelement location="${java.home}/../lib/tools.jar"/>
- <fileset dir="../../../lib">
+ <fileset dir="${root.dir}/lib">
<include name="*.jar"/>
</fileset>
</path>
1.3 +2 -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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 28 Feb 2002 13:58:11 -0000 1.2
+++ build.xml 28 Feb 2002 14:17:41 -0000 1.3
@@ -2,10 +2,10 @@
<property name="root.dir" value="../../../.."/>
<path id="test-classpath">
- <pathelement location="${build.dest}" />
+ <pathelement location="${root.dir}/${build.dest}" />
<pathelement path="${java.class.path}" />
<pathelement location="${java.home}/../lib/tools.jar"/>
- <fileset dir="../../../lib">
+ <fileset dir="${root.dir}/lib">
<include name="*.jar"/>
</fileset>
</path>