gdaniels    2002/10/04 23:14:49

  Modified:    java/test/wsdl/interop4/groupH/simpleRPCenc Tag: interop4
                        build.xml
  Added:       java/test/wsdl/interop4/groupH/complexDocLit Tag: interop4
                        complex-doc-literal.wsdl
               java/test/wsdl/interop4/groupH/simpleDocLit Tag: interop4
                        build.xml simple-doc-literal.wsdl
  Log:
  Framework for doc/lit tests
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +329 -0    
xml-axis/java/test/wsdl/interop4/groupH/complexDocLit/Attic/complex-doc-literal.wsdl
  
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +80 -0     
xml-axis/java/test/wsdl/interop4/groupH/simpleDocLit/Attic/build.xml
  
  
  
  
  1.1.2.1   +420 -0    
xml-axis/java/test/wsdl/interop4/groupH/simpleDocLit/Attic/simple-doc-literal.wsdl
  
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +42 -42    
xml-axis/java/test/wsdl/interop4/groupH/simpleRPCenc/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-axis/java/test/wsdl/interop4/groupH/simpleRPCenc/Attic/build.xml,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- build.xml 4 Oct 2002 23:36:34 -0000       1.1.2.4
  +++ build.xml 5 Oct 2002 06:14:49 -0000       1.1.2.5
  @@ -33,47 +33,47 @@
   ==================================================================== -->
   
   <project name="Round4" default="compile">
  -<property name="axis.home" location="../../../../.." />
  -<property name="componentName" value="test/wsdl/interop4/groupH/simpleRPCenc" />
  -        &properties;
  -        &paths;
  -        &taskdefs;
  -        &taskdefs_post_compile;
  -        &targets;
  -  <property name="root.dir" value="../../../../.."/>
  -<target name="clean">
  -    <echo message="Removing ${build.dir}/classes/${componentName} and 
${build.dir}/work/${componentName}" />
  -    <delete dir="${build.dir}/classes/${componentName}"/>
  -    <delete dir="${build.dir}/work/${componentName}"/>
  -</target>
  -
  -  <target name="compile">
  -    <property name="testname" value="simpleRPCenc"/>
  -
  -    <!-- generate skeletons -->
  -    <wsdl2java 
url="${axis.home}/test/wsdl/interop4/groupH/simpleRPCenc/simple-rpc-encoded.wsdl"
  -               output="${root.dir}/build/work" skeletonDeploy="no"
  -               serverSide="yes">
  -        <mapping namespace="http://soapinterop.org/types"; 
package="test.wsdl.interop4.groupH.simpleRPCenc"/>
  -        <mapping namespace="http://soapinterop.org/wsdl"; 
package="test.wsdl.interop4.groupH.simpleRPCenc"/>
  -    </wsdl2java>
  -
  -    <mkdir dir="${build.dest}"/>
  -
  -    <copy file="SimpleRpcEncBindingImpl.java" overwrite="true"
  -          todir="${root.dir}/build/work/test/wsdl/interop4/groupH/${testname}"/>
  -    <copy file="SimpleRpcEncServiceTestCase.java"
  -         todir="${root.dir}/build/work/test/wsdl/interop4/groupH/${testname}"/>
  -
  -    <!-- compile the code -->
  -    <javac srcdir="${build.dir}/work"
  -      destdir="${build.dest}" debug="on">
  -      <classpath refid="classpath" />
  -      <include name="test/wsdl/interop4/groupH/simpleRPCenc/*.java" />
  -    </javac>
  -  </target>
  -<target name="run" >
  -  <antcall target="execute-Component" />
  -</target>
  +    <property name="axis.home" location="../../../../.." />
  +    <property name="componentName" value="test/wsdl/interop4/groupH/simpleRPCenc" />
  +    &properties;
  +    &paths;
  +    &taskdefs;
  +    &taskdefs_post_compile;
  +    &targets;
  +    <property name="root.dir" value="../../../../.."/>
  +    <target name="clean">
  +        <echo message="Removing ${build.dir}/classes/${componentName} and 
${build.dir}/work/${componentName}" />
  +        <delete dir="${build.dir}/classes/${componentName}"/>
  +        <delete dir="${build.dir}/work/${componentName}"/>
  +    </target>
  +    
  +    <target name="compile">
  +        <property name="testname" value="simpleRPCenc"/>
  +        
  +        <!-- generate skeletons -->
  +        <wsdl2java 
url="${axis.home}/test/wsdl/interop4/groupH/simpleRPCenc/simple-rpc-encoded.wsdl"
  +            output="${root.dir}/build/work" skeletonDeploy="no"
  +            serverSide="yes">
  +            <mapping namespace="http://soapinterop.org/types"; 
package="test.wsdl.interop4.groupH.simpleRPCenc"/>
  +            <mapping namespace="http://soapinterop.org/wsdl"; 
package="test.wsdl.interop4.groupH.simpleRPCenc"/>
  +        </wsdl2java>
  +        
  +        <mkdir dir="${build.dest}"/>
  +        
  +        <copy file="SimpleRpcEncBindingImpl.java" overwrite="true"
  +            todir="${root.dir}/build/work/test/wsdl/interop4/groupH/${testname}"/>
  +        <copy file="SimpleRpcEncServiceTestCase.java"
  +            todir="${root.dir}/build/work/test/wsdl/interop4/groupH/${testname}"/>
  +        
  +        <!-- compile the code -->
  +        <javac srcdir="${build.dir}/work"
  +            destdir="${build.dest}" debug="on">
  +            <classpath refid="classpath" />
  +            <include name="test/wsdl/interop4/groupH/simpleRPCenc/*.java" />
  +        </javac>
  +    </target>
  +    <target name="run" >
  +        <antcall target="execute-Component" />
  +    </target>
   
   </project>
  
  
  


Reply via email to