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=25770>.
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=25770

FixCRLF "preserveLastModified"

           Summary: FixCRLF "preserveLastModified"
           Product: Ant
           Version: 1.6.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


can a boolean preserveLastModified attribute (that behaves similar to copy's) 
be added to FixCRLF:

example use case:
<fixCRLF srcDir="/badEOL" destDir="/fixedEOL" preserveLastModified="true">
<ftp ... depends="yes"/>

currently, fixCRLF will always generate a file w/ the current timestamp which 
means that FTP (which uses TS for dependency checking) will always transfer it

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to