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 di...@apache.org on 2002/09/19 18:30:19 UTC

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

dims        2002/09/19 09:30:18

  Modified:    java/test/wsdl/attachments build.xml
  Log:
  Run this test only if jimiAndattachments.present is true.
  
  Revision  Changes    Path
  1.8       +1 -1      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	10 Sep 2002 16:06:53 -0000	1.7
  +++ build.xml	19 Sep 2002 16:30:18 -0000	1.8
  @@ -50,7 +50,7 @@
   
   <target name="copy" depends="setenv"/>
   
  -<target name="compile" depends="copy">
  +<target name="compile" depends="copy" if="jimiAndAttachments.present">
     <echo message="Compiling test.wsdl.attachments"/>
       <wsdl2java url="${axis.home}/test/wsdl/attachments/mime.wsdl"
                  output="${axis.home}/build/work"