You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by se...@apache.org on 2002/08/26 22:00:12 UTC

cvs commit: xml-axis/java/test/wsdl/attachments build.xml

seibert     2002/08/26 13:00:10

  Modified:    java/test/wsdl/attachments build.xml
  Log:
  In order to keep up with the Wsdl2javaTestSuite.xml change
  
  Revision  Changes    Path
  1.2       +6 -2      xml-axis/java/test/wsdl/attachments/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/attachments/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	22 Aug 2002 17:52:28 -0000	1.1
  +++ build.xml	26 Aug 2002 20:00:10 -0000	1.2
  @@ -42,7 +42,11 @@
           &taskdefs_post_compile;
           &targets;
   
  -<target name="clean"/>
  +<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="copy" depends="setenv"/>
   
  @@ -51,7 +55,7 @@
       <wsdl2java url="${axis.home}/test/wsdl/attachments/mime.wsdl"
                  output="${axis.home}/build/work"
                  serverSide="yes"
  -               skeletonDeploy="yes"
  +               skeletonDeploy="no"
                  testcase="yes">
       </wsdl2java>