[ 
https://issues.apache.org/jira/browse/COMPRESS-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070955#comment-13070955
 ] 

Stefan Bodewig commented on COMPRESS-36:
----------------------------------------

I also have an archive with > 64k empty files via

$ for a in 0 1 2 3 4 5 6 7 8 9; do for b in 0 1 2 3 4 5 6 7 8 9; do for c in 0 
1 2 3 4 5 6 7 8 9; do for d in 0 1 2 3 4 5 6 7 8 9; do for e in 0 1 2 3 4 5 6 7 
8 9; do mkdir -p $a/$b/$c/$d; touch $a/$b/$c/$d/$e; done; done; done; done; done
$ zip -r 100k_Files.zip [0-9]

but can't attach it because it is 15MB in size and exceeds the JIRA limit.  
Placed it in http://people.apache.org/~bodewig/commons-compress/

> Add Zip64 Suport
> ----------------
>
>                 Key: COMPRESS-36
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-36
>             Project: Commons Compress
>          Issue Type: New Feature
>          Components: Archivers
>            Reporter: Christian Grobmeier
>            Assignee: Stefan Bodewig
>             Fix For: 1.3
>
>         Attachments: 5GB_of_Zeros.zip, zip64-sample.zip
>
>
> Add Zip64 support. This will make it work to deal with zipfiles > 2 GB. 
> Planned for compress 1.1

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to