Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cross-project-issues-dev] jar signing

Do you have any nested jars?

The biggest problem I see with signing today is
https://bugs.eclipse.org/bugs/show_bug.cgi?id=163421

As long as this is not understood and fixed, I wouldn't 
invest any time into signing because your signed 
features wouldn't install on a Java5 or Java6 machine.
Today, I fell into this again with the Platform PDE:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=175284

But perhaps these two are not related to the problems
you are seeing.

Cheers,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm 

> -----Original Message-----
> From: cross-project-issues-dev-bounces@xxxxxxxxxxx 
> [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] On 
> Behalf Of Sorin Stoian
> Sent: Friday, February 23, 2007 6:01 PM
> To: cross-project-issues-dev@xxxxxxxxxxx
> Subject: [cross-project-issues-dev] jar signing
> 
> Hi,
> 
> I'm trying to sign jars and I'm following the procedure 
> described here:
> 
> http://wiki.eclipse.org/index.php/JAR_Signing
> 
> The process works fine but Eclipse still complains the jars are not 
> signed. 
> Jarsigner also fails to verify the signed jars:
> 
> hleung@utils:/home/data/httpd/download-staging.priv/tptp/4.4.0
> /signed> 
> jarsigner -verify 
> features/org.eclipse.tptp.monitoring.runtime_4.4.0.v2007021601
> 00--aZEOQzPET2OpON.jar
> jarsigner: unexpected exception
> jarsigner exception text: zip file closed
> 
> Has anyone seen this behaviour? 
> 
> Thanks,
> Sorin
> 
> ----------------------
> Sorin Stoian
> IBM Toronto Lab
> (905)413-5477
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 


Back to the top