You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/01/17 07:10:35 UTC

DO NOT REPLY [Bug 16195] New: - copy does not preserve Created file date from windows -> unix

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16195>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16195

copy does not preserve Created file date from windows -> unix

           Summary: copy does not preserve Created file date from windows ->
                    unix
           Product: Ant
           Version: 1.5.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: daniel.armbrust@mayo.edu


When ant is executed on a windows machine, which has a drive mapped to a linux
machine (redhat 8 specifically if it matters) and a file is copied across this
drive map, it does not preserve the Created Date.  Instead, it sets the created
date to the same thing as the Modified Date.  This behavior does not happen over
Windows computer file shares.  

The result is that it copies unneeded files, as the next time it runs, it
determines these files need to be copied again, because it set the date wrong
the first time.  

Also, this was executed under Suns 1.4.1 JVM.

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