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 2001/02/01 10:50:45 UTC

[Bug 392] New - copy task does a s/\r/\n/ when filtering is on BugRat Report#686

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: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: raphael.pierquin@agisphere.com                               |
+ |      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.