[ 
http://jira.magnolia-cms.com/browse/MGNLDMS-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=23890#action_23890
 ] 

Jan Haderka commented on MGNLDMS-169:
-------------------------------------

Sure, there is no rush. I just wanted to point out in jira that the original 
reason for using ant (as described in the code) no longer applies.
Default JDK implementation of Zip file handling has also issue with beg files 
since it keeps entry list in native memory and can run out of memory while 
handling zip files with many entries (one of the reasons why we use gzip in 
backup module). This is probably also an issue for ant based implementation 
(see MGNLDMS-151).

> Don't use ant Zipfile
> ---------------------
>
>                 Key: MGNLDMS-169
>                 URL: http://jira.magnolia-cms.com/browse/MGNLDMS-169
>             Project: Magnolia DMS Module
>          Issue Type: Task
>            Reporter: Jan Haderka
>            Assignee: Philipp Bärfuss
>
> {{ZipFile}} from {{ant-1.6.5}} have been used in {{ZipUpload}} to work around 
> Java 1.4.2 bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4244499
> Since the bug is fixed in Java 1.5 and we do not support Java 1.4.2 any more 
> there is no longer need to use ant based {{ZipFile}} in {{ZipUpload}}. 
> Removing use of ant will reduce size of the bundle by 1MB.
> {code}
> -rw-r--r-- 1 had had 1034049 2009-07-24 11:31 ant-1.6.5.jar
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to