Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT and Pack200

Check the parent pom where we do signing. I thought we already included the pack200 stuff there.

Doug.

________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Pascal Rapicault [pascal@xxxxxxxxxxxx]
Sent: Thursday, May 22, 2014 12:02 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] CDT and Pack200

A couple things to pay attention to:
- pack200 and signing "interfere" with each others since pack200 changes
the class files (don't worry it won't change CDT into another language
support :)). The typical way to proceed is to "condition the jar" (which
means pack, unpack), then sign it, then pack it. But afaik, this is
whole thing should be taken care of by the CBI.
- Bundles who include nested jars (jars within jars), since the process
used to pack and sign pack200 process is not

HTH

Pascal

On 22/05/2014 11:51 AM, Marc Khouzam wrote:
> Hi,
>
> I saw from this report [1] that CDT does not use Pack200.  Pack200 [2] is a jar compression tool that should make our downloads smaller and maybe our builds too.  I just found out it even existed.
>
> Is there any reason why we are not using it? Or is it simply that it was never looked into?
>
> I can look at enabling that packing if there is no known issue for CDT.
>
> Thanks
>
> Marc
>
> [1] http://build.eclipse.org/simrel/luna/reporeports/reports/pack200data.txt
> [2] https://wiki.eclipse.org/Pack200
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top