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

Russell Teabeault commented on BUILDR-626:
------------------------------------------

As a side note rake's package task uses the zip command to do its zipping and 
unzipping.

http://rake.rubyforge.org/classes/Rake/PackageTask.html
                
> Add option to allow packaging of zip and jar archives using the zip and jar 
> commands
> ------------------------------------------------------------------------------------
>
>                 Key: BUILDR-626
>                 URL: https://issues.apache.org/jira/browse/BUILDR-626
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Packaging
>            Reporter: Russell Teabeault
>
> Zip and Jar packaging in buildr is pretty slow compared to packaging using 
> the zip and jar commands.  Buildr is currently using the rubyzip package to 
> accomplish its packaging.  I propose adding an option so that instead of 
> using the rubyzip lib it will instead shell out and use zip/unzip or jar.  My 
> initial testing shows that packaging one of our zip files using zip takes 
> between 10 and 15 seconds.  Creating the same archive using buildr's rubyzip 
> implementation takes about 1 minute and 15 to 30 seconds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to