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/07/10 06:45:02 UTC

[Bug 1053] - FixCLRF in 1.2 and 1.3 breaks on very large files

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: ant-dev@jakarta.apache.org                            
! ReportedBy: pinchbac@mpi.com               
! 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: ant-dev@jakarta.apache.org                                   |
! |  Reported By: pinchbac@mpi.com                                             |
! |      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 conor@cortexebusiness.com.au  2001-07-09 21:45 -------
+ Just to note that the replace task is similarly afflicted.