rubys       02/02/28 07:47:05

  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:
  Ensure that the impls are actually used
  
  Revision  Changes    Path
  1.4       +1 -1      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 28 Feb 2002 14:17:41 -0000      1.3
  +++ build.xml 28 Feb 2002 15:47:04 -0000      1.4
  @@ -20,7 +20,7 @@
       <wsdl2java url="http://www.whitemesa.net/wsdl/r3/compound1.wsdl";
                  output="${root.dir}/build/work" skeleton="yes"/>
   
  -    <copy file="SoapInteropCompound1BindingImpl.java"
  +    <copy file="SoapInteropCompound1BindingImpl.java" overwrite="true"
             todir="${root.dir}/build/work/test/wsdl/interop3/compound1"/>
   
       <copy file="Compound1TestCase.java"
  
  
  
  1.5       +1 -1      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 28 Feb 2002 15:26:27 -0000      1.4
  +++ build.xml 28 Feb 2002 15:47:04 -0000      1.5
  @@ -20,7 +20,7 @@
       <wsdl2java url="http://www.whitemesa.net/wsdl/r3/compound2.wsdl";
                  output="${root.dir}/build/work" skeleton="yes"/>
   
  -    <copy file="SoapInteropCompound2BindingImpl.java"
  +    <copy file="SoapInteropCompound2BindingImpl.java" overwrite="true"
             todir="${root.dir}/build/work/test/wsdl/interop3/compound2"/>
   
       <!-- compile the skeletons -->
  
  
  
  1.5       +1 -1      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 28 Feb 2002 15:26:27 -0000      1.4
  +++ build.xml 28 Feb 2002 15:47:05 -0000      1.5
  @@ -22,7 +22,7 @@
   
       <mkdir dir="${root.dir}/${build.dest}"/>
   
  -    <copy file="WSDLInteropTestDocLitPortBindingImpl.java"
  +    <copy file="WSDLInteropTestDocLitPortBindingImpl.java" overwrite="true"
             todir="${root.dir}/build/work/test/wsdl/interop3/docLit"/>
   
       <!-- compile the skeletons -->
  
  
  
  1.5       +1 -1      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 28 Feb 2002 15:15:36 -0000      1.4
  +++ build.xml 28 Feb 2002 15:47:05 -0000      1.5
  @@ -22,7 +22,7 @@
   
       <mkdir dir="${root.dir}/${build.dest}"/>
   
  -    <copy file="WSDLInteropTestDocLitPortBindingImpl.java"
  +    <copy file="WSDLInteropTestDocLitPortBindingImpl.java" overwrite="true"
             todir="${root.dir}/build/work/test/wsdl/interop3/docLitParam"/>
   
       <!-- compile the skeletons -->
  
  
  
  1.4       +1 -1      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 28 Feb 2002 14:17:41 -0000      1.3
  +++ build.xml 28 Feb 2002 15:47:05 -0000      1.4
  @@ -22,7 +22,7 @@
   
       <mkdir dir="${root.dir}/${build.dest}"/>
   
  -    <copy file="SoapInteropImport1BindingImpl.java"
  +    <copy file="SoapInteropImport1BindingImpl.java" overwrite="true"
             todir="${root.dir}/build/work/test/wsdl/interop3/import1"/>
   
       <copy file="Import1TestCase.java"
  
  
  
  1.5       +1 -1      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 28 Feb 2002 14:49:49 -0000      1.4
  +++ build.xml 28 Feb 2002 15:47:05 -0000      1.5
  @@ -22,7 +22,7 @@
   
       <mkdir dir="${root.dir}/${build.dest}"/>
   
  -    <copy file="SoapInteropImport2BindingImpl.java"
  +    <copy file="SoapInteropImport2BindingImpl.java" overwrite="true"
             todir="${root.dir}/build/work/test/wsdl/interop3/import2"/>
   
       <copy file="Import2TestCase.java"
  
  
  
  1.5       +1 -1      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 28 Feb 2002 14:49:49 -0000      1.4
  +++ build.xml 28 Feb 2002 15:47:05 -0000      1.5
  @@ -22,7 +22,7 @@
   
       <mkdir dir="${root.dir}/${build.dest}"/>
   
  -    <copy file="SoapInteropImport3BindingImpl.java"
  +    <copy file="SoapInteropImport3BindingImpl.java" overwrite="true"
             todir="${root.dir}/build/work/test/wsdl/interop3/import3"/>
   
       <copy file="Import3TestCase.java"
  
  
  
  1.5       +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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 28 Feb 2002 15:15:36 -0000      1.4
  +++ build.xml 28 Feb 2002 15:47:05 -0000      1.5
  @@ -22,8 +22,8 @@
   
       <mkdir dir="${root.dir}/${build.dest}"/>
   
  -    <copy file="WSDLInteropTestRpcEncPortBindingImpl.java"
  -          todir="${root.dir}/build/work/test/wsdl/rpcEnc/import1"/>
  +    <copy file="WSDLInteropTestRpcEncPortBindingImpl.java" overwrite="true"
  +          todir="${root.dir}/build/work/test/wsdl/interop3/rpcEnc"/>
   
       <!-- compile the skeletons -->
       <javac srcdir="${root.dir}/${build.dir}/work" 
  
  
  


Reply via email to