You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2001/11/02 15:13:05 UTC

cvs commit: jakarta-ant/src/etc/testcases/taskdefs dependset.xml

bodewig     01/11/02 06:13:05

  Modified:    src/etc/testcases/taskdefs dependset.xml
  Log:
  one more JDK 1.1 fix - testcase will fail as touch with and without
  argument will result in the same file modification time.
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-ant/src/etc/testcases/taskdefs/dependset.xml
  
  Index: dependset.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/etc/testcases/taskdefs/dependset.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dependset.xml	2001/08/06 14:32:46	1.1
  +++ dependset.xml	2001/11/02 14:13:05	1.2
  @@ -27,7 +27,8 @@
     </target>
   
     <target name="test5">
  -    <touch millis="0" file="older.tmp"/>
  +    <touch file="older.tmp"/>
  +    <sleep seconds="3" />
       <touch file="newer.tmp"/>
       <dependset>
         <srcfilelist dir="." files="newer.tmp"/>
  
  
  

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