https://issues.apache.org/bugzilla/show_bug.cgi?id=45057

           Summary: Support EOL conversion in tar/zip tasks
           Product: Ant
           Version: 1.7.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


It would be useful if tar/zip archives supported conversion of EOL in files.

Tar files are normally targetted at OSes that use EOL=LF, and Zip file users
normally expect EOL=CRLF.

It would be useful if the tar/zip tasks could convert these on the fly.

Perhaps this could be done by enhancing the Resource file type - it could
return an FilterInputStream that did the conversion if the appropriate
attribute was set for the resource.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to