You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Ittay Dror (JIRA)" <ji...@apache.org> on 2009/02/17 17:04:59 UTC

[jira] Created: (BUILDR-253) ZipTask, JarTask and similar do not compress

ZipTask, JarTask and similar do not compress
--------------------------------------------

                 Key: BUILDR-253
                 URL: https://issues.apache.org/jira/browse/BUILDR-253
             Project: Buildr
          Issue Type: Bug
    Affects Versions: 1.3.4
            Reporter: Ittay Dror
             Fix For: 1.3.4


ZipTask has an attribute compression_level that defaults to Zlib::NO_COMPRESSION. to compare, a jar created with the 'jar' command has ~ 55% compression

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (BUILDR-253) ZipTask, JarTask and similar do not compress

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674373#action_12674373 ] 

Alex Boisvert commented on BUILDR-253:
--------------------------------------

Assaf, is/was there any reason not to use compression by default?  If not, I'd be happy to fix this.

> ZipTask, JarTask and similar do not compress
> --------------------------------------------
>
>                 Key: BUILDR-253
>                 URL: https://issues.apache.org/jira/browse/BUILDR-253
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3.4
>            Reporter: Ittay Dror
>             Fix For: 1.3.4
>
>
> ZipTask has an attribute compression_level that defaults to Zlib::NO_COMPRESSION. to compare, a jar created with the 'jar' command has ~ 55% compression

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (BUILDR-253) ZipTask, JarTask and similar do not compress

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert resolved BUILDR-253.
----------------------------------

    Resolution: Fixed

Assaf said there was no good reason.  And that's a good reason to fix this.

Fixed.

boisvert@sixtine:~/svn/buildr-trunk/lib$ svn commit -m "BUILDR-253: ZipTask now uses Zlib::DEFAULT_COMPRESSION instead of NO_COMPRESSION" buildr/packaging/ziptask.rb
Sending        buildr/packaging/ziptask.rb
Transmitting file data .
Committed revision 751151.


> ZipTask, JarTask and similar do not compress
> --------------------------------------------
>
>                 Key: BUILDR-253
>                 URL: https://issues.apache.org/jira/browse/BUILDR-253
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3.4
>            Reporter: Ittay Dror
>             Fix For: 1.3.4
>
>
> ZipTask has an attribute compression_level that defaults to Zlib::NO_COMPRESSION. to compare, a jar created with the 'jar' command has ~ 55% compression

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.