You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2001/12/08 06:38:01 UTC

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/util SourceFileScanner.java

stevel      01/12/07 21:38:01

  Modified:    src/main/org/apache/tools/ant/util SourceFileScanner.java
  Log:
  little clarification in the code
  
  Revision  Changes    Path
  1.11      +3 -0      jakarta-ant/src/main/org/apache/tools/ant/util/SourceFileScanner.java
  
  Index: SourceFileScanner.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/util/SourceFileScanner.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- SourceFileScanner.java	2001/11/02 07:56:53	1.10
  +++ SourceFileScanner.java	2001/12/08 05:38:01	1.11
  @@ -106,6 +106,9 @@
             If we're on Windows, we have to munge the time up to 2 secs to
             be able to check file modification times.
             (Windows has a max resolution of two secs for modification times)
  +          Actually this is a feature of the FAT file system, NTFS does
  +          not have it, so if we could reliably passively test for an NTFS
  +          file systems we could turn this off...
           */
           if (Os.isFamily("windows")) {
               now += 2000;
  
  
  

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