nicolaken    02/04/11 10:49:25

  Modified:    tools/antipede build.xtarget
  Log:
  Added header echo to any build that shows java.vm info and other stuff
  
  Revision  Changes    Path
  1.10      +12 -0     jakarta-poi/tools/antipede/build.xtarget
  
  Index: build.xtarget
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/tools/antipede/build.xtarget,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xtarget     9 Apr 2002 17:02:20 -0000       1.9
  +++ build.xtarget     11 Apr 2002 17:49:25 -0000      1.10
  @@ -4,7 +4,19 @@
      </tstamp>
      
      <buildnumber/>
  +   <echo>
  +    --------------------------------------------------------------
   
  +      Using ${ant.version}
  +      Build file ${ant.file}
  +      Build number ${build.number}
  +      Project Name ${ant.project.name}
  +      Java Version ${ant.java.version}      
  +      Timestamp ${DSTAMP}${TSTAMP}
  +
  +    --------------------------------------------------------------
  +   </echo>
  +       
      <!--
       The location of tools.jar, relative to the JAVA_HOME home.
       If tools.jar is not present, exit with an error, since it
  
  
  


Reply via email to