http://nagoya.apache.org/bugzilla/show_bug.cgi?id=392
*** shadow/392 Thu Feb 1 01:50:45 2001 --- shadow/392.tmp.8700 Thu Feb 1 01:50:45 2001 *************** *** 0 **** --- 1,24 ---- + +============================================================================+ + | copy task does a s/\r/\n/ when filtering is on BugRat Report#686 | + +----------------------------------------------------------------------------+ + | Bug #: 392 Product: Ant | + | Status: UNCONFIRMED Version: 1.2 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: High Component: Main | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + If filtering is set to "yes" all ctrl_R a replaced with + ctrl_N in destination file of a copy task. + + (as well as the rest of CRLF management : a newline is + appended at end of file if none present, and so on...) + + fixCRLF does'nt help if the file to be copied is a + binary file.
