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/09/19 03:45:13 UTC

DO NOT REPLY [Bug 23262] New: - fixCRLF adds extraneous character at the end of file.

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

fixCRLF adds extraneous character at the end of file.

           Summary: fixCRLF adds extraneous character at the end of file.
           Product: Ant
           Version: 1.5.4
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: cwwat@rogers.com


The fixcrlf task adds an extra newline character to the end of each file to be 
converted that does not already have a newline character at the end. This is 
causing a lot of problems when a diff is done on files that are converted and 
files that are not converted. Ideally the task should not be modifying the 
content of the file except for replacing newline characters appropriately.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org