[jbosstools-issues] [JBoss JIRA] (JBIDE-13266) Use pack200 to speed up download and install

Mickael Istria (JIRA) jira-events at lists.jboss.org
Fri Jan 4 05:04:08 EST 2013


    [ https://issues.jboss.org/browse/JBIDE-13266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743480#comment-12743480 ] 

Mickael Istria commented on JBIDE-13266:
----------------------------------------

Pack200 has been used for awhile in many Eclipse projects. Also the tycho pack200 plugins are working well and maintained as part of the CBI. Most issue linked are refering to older JVM version or older p2.

The big gain is:
* more 50% less bytes to download at installation (the download speed is currently the bottleneck when installing JBT)
We can also expect:
* Saved some time at build time to get other JBT artifacts

The cost is:
* +30 to 40% size of our repository (consumed on download.jboss.org)

pack200 seems worth giving it a try.
                
> Use pack200 to speed up download and install
> --------------------------------------------
>
>                 Key: JBIDE-13266
>                 URL: https://issues.jboss.org/browse/JBIDE-13266
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: Build/Releng
>    Affects Versions: 4.0.0.CR1
>            Reporter: Mickael Istria
>            Assignee: Mickael Istria
>            Priority: Minor
>             Fix For: 4.0.1.Final, 4.1.0.Alpha1
>
>
> p2 provides the pack200 stuff, which offers a better compressions for jars, and then that makes downloads faster when installing.
> We should set up our repo to create the pack200'd artifacts.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list