nicolaken    02/03/19 06:34:21

  Modified:    tools/centipede/targets robot.xtarget test.xtarget
  Log:
  Make gump build docs even is compile fails.
  Added jar generation to the gump build that was missing.
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-poi/tools/centipede/targets/robot.xtarget
  
  Index: robot.xtarget
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/tools/centipede/targets/robot.xtarget,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- robot.xtarget     19 Mar 2002 09:24:33 -0000      1.5
  +++ robot.xtarget     19 Mar 2002 14:34:21 -0000      1.6
  @@ -77,7 +77,7 @@
     <!-- =================================================================== -->
     <!-- Calls the targets needed for Gump                                   -->
     <!-- =================================================================== -->  
  -  <target name="gump" depends="testmodule">
  +  <target name="gump" depends="testmodule, package">
     </target>
     
     
  
  
  
  1.5       +1 -1      jakarta-poi/tools/centipede/targets/test.xtarget
  
  Index: test.xtarget
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/tools/centipede/targets/test.xtarget,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- test.xtarget      19 Mar 2002 09:22:47 -0000      1.4
  +++ test.xtarget      19 Mar 2002 14:34:21 -0000      1.5
  @@ -46,6 +46,6 @@
     <!-- =================================================================== -->
     <!-- Testing that all major targets work; useful before a commit         -->
     <!-- =================================================================== -->
  -  <target name="testmodule" depends="clean, test, site" 
  +  <target name="testmodule" depends="clean, docs, test, javadocs" 
             description="Testing that all major targets work; useful before a commit  
">
     </target>
  
  
  


Reply via email to