http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1053
*** shadow/1053 Sun May 20 17:23:39 2001 --- shadow/1053.tmp.19330 Mon Jul 9 21:45:02 2001 *************** *** 1,19 **** ! Bug#: 1053 ! Product: Ant ! Version: 1.2 ! Platform: PC ! OS/Version: Windows NT/2K ! Status: NEW ! Resolution: ! Severity: Major ! Priority: Medium ! Component: Core tasks ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: FixCLRF in 1.2 and 1.3 breaks on very large files ! FixCRLF pre-loads a file before processing it; that doesn't work on huge files. You'll get a java.lang.OutOfMemoryError during execution of the task. --- 1,19 ---- ! +============================================================================+ ! | FixCLRF in 1.2 and 1.3 breaks on very large files | ! +----------------------------------------------------------------------------+ ! | Bug #: 1053 Product: Ant | ! | Status: ASSIGNED Version: 1.2 | ! | Resolution: Platform: PC | ! | Severity: Major OS/Version: Windows NT/2K | ! | Priority: Medium Component: Core tasks | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | FixCRLF pre-loads a file before processing it; that doesn't work on huge files. You'll get a java.lang.OutOfMemoryError during execution of the task. *************** *** 34,36 **** --- 34,39 ---- Created an attachment (id=55) A possible replacement for the execute() method + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-09 21:45 ------- + Just to note that the replace task is similarly afflicted.
