You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2004/07/29 15:18:26 UTC

cvs commit: jakarta-hivemind/hivebuild jar-module.xml

hlship      2004/07/29 06:18:26

  Modified:    .        status.xml
               hivebuild jar-module.xml
  Log:
  HIVEMIND-31:  Typo in jar-module.xml causes broken build if junit library is missing
  
  Revision  Changes    Path
  1.33      +3 -0      jakarta-hivemind/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/status.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- status.xml	28 Jul 2004 19:19:35 -0000	1.32
  +++ status.xml	29 Jul 2004 13:18:26 -0000	1.33
  @@ -86,6 +86,9 @@
           Moved the code for the Grabber Ant task into the tree and improve the build scripts to dynamically
           compile and use it.
         </action>
  +      <action type="fix" dev="HLS" fixes-bug="HIVEMIND-31" due-to="Johan Lindquist">
  +        Typo in jar-module.xml causes broken build if junit library is missing
  +      </action>
       </release>
     
       <release version="1.0-beta-1" date="Jun 26 2004">
  
  
  
  1.5       +0 -4      jakarta-hivemind/hivebuild/jar-module.xml
  
  Index: jar-module.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/jar-module.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jar-module.xml	28 Jul 2004 19:19:35 -0000	1.4
  +++ jar-module.xml	29 Jul 2004 13:18:26 -0000	1.5
  @@ -164,10 +164,6 @@
     <available property="junit-available" file="${ant.home}/lib/${module.junit.jar}"/>
     
     <target name="-install-junit" unless="junit-available">
  -      <delete verbose="true">
  -        <fileset dir="${ant.home}/lib" include="junit-*.jar"/>
  -      </delete>
  -      
         <copy file="${external.lib.dir}/${module.junit.jar}"
               todir="${ant.home}/lib"/>
                
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org