[
https://issues.jboss.org/browse/JBIDE-13266?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-13266 at 2/1/13 12:20 PM:
-------------------------------------------------------------
http://wiki.eclipse.org/Tycho/Pack200#Pack200_and_Signing suggests that when signing AND
packing, we need to do this:
{code}
* pack200a:normalize [only needed for signing]
* sign
* pack200b:pack
* Alter p2 metadata ("I have altered the metadata. Pray that I don't alter it
further." - Darth Tycho)
{code}
Therefore, need one profile for normalize+sign (later, in JBIDE-13407), and a second one
for pack+altering_metadata.
was (Author: nickboldt):
http://wiki.eclipse.org/Tycho/Pack200#Pack200_and_Signing suggests that when signing
AND packing, we need to do this:
{code}
* pack200a:normalize
* sign
* pack200b:pack
* Alter p2 metadata ("I have altered the metadata. Pray that I don't alter it
further." - Darth Tycho)
{code}
So maybe we need two profiles for packing?
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