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 gd...@apache.org on 2004/03/31 00:41:02 UTC

cvs commit: ws-axis/java/samples/ws-i/scm build.xml

gdaniels    2004/03/30 14:41:02

  Modified:    java/samples/ws-i/scm build.xml
  Log:
  Brute force fix for multiple build problem.  (duplicate class error when
  built multiple times)
  
  Revision  Changes    Path
  1.3       +1 -1      ws-axis/java/samples/ws-i/scm/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/samples/ws-i/scm/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	21 Feb 2004 19:21:53 -0000	1.2
  +++ build.xml	30 Mar 2004 22:41:02 -0000	1.3
  @@ -51,7 +51,7 @@
   
       <target name="copy" depends="setenv"/>
   
  -    <target name="compile" depends="copy">
  +    <target name="compile" depends="clean,copy">
           <echo message="Running WSDL2Java and Java2WSDL Emitters"/>
           <mkdir dir="${axis.home}/build/work/${componentName}"/>