You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by mp...@apache.org on 2002/08/19 13:24:45 UTC

cvs commit: xml-forrest build.xml

mpo         2002/08/19 04:24:45

  Modified:    .        build.xml
  Log:
  Changed bot.conf2build target to ensure that work.build.xml
  and default.parameters.xml always get build.
  
  Revision  Changes    Path
  1.21      +4 -0      xml-forrest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml	30 Jul 2002 01:36:16 -0000	1.20
  +++ build.xml	19 Aug 2002 11:24:44 -0000	1.21
  @@ -568,6 +568,10 @@
     </target>
   
     <target name="bot.conf2build" depends="bot.init" >
  +		<!-- remove previous versions to force generation again -->
  +		<delete file="${bot.work.build.xml}" />
  +		<delete file="${bot.default.parameters.xml}" />
  +
       <!-- builds the different xml files this process needs.  -->
       <style in="${bot.forrestbot.xconf}"
          out="${bot.work.build.xml}"