You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2002/10/31 00:55:34 UTC

cvs commit: jakarta-commons/pool build.xml

rwaldhoff    2002/10/30 15:55:34

  Modified:    pool     build.xml
  Log:
  add a little warning
  
  Revision  Changes    Path
  1.17      +2 -2      jakarta-commons/pool/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml	13 Aug 2002 01:45:58 -0000	1.16
  +++ build.xml	30 Oct 2002 23:55:34 -0000	1.17
  @@ -233,7 +233,7 @@
         	</classpath>
         </junit>
         -->
  -      
  +      <echo message="Because we need to sleep to test the eviction threads, this takes a little while (around 35 seconds)..."/>
         <java classname="${test.runner}" fork="yes" failonerror="${test.failonerror}">
           <arg value="${test.entry}"/> 
           <classpath>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>