Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] pack200:normalize cannot be called for signed jar

Thank you for addition of "-Peclipse-sign".
And problem solved by exclusion of original META-INF/MANIFEST.MF

On Wed, Nov 9, 2016 at 11:23 PM Evgeny Mandrikov <mandrikov@xxxxxxxxx> wrote:
On Wed, Nov 9, 2016 at 10:51 PM Roland Grunberg <rgrunber@xxxxxxxxxx> wrote:
It shouldn't be a problem to add -Peclipse-sign as part of the gerrit
build as well. I can try adding just that for the sake of being as
similar to the actual build as possible (not skipping jar signing)
given that the full build itself doesn't take that much extra time. 

Great. This will be really helpful!
Unfortunately I stumbled across another re-signing problem - https://hudson.eclipse.org/orbit/job/orbit-recipes/87/console :(
Caused by presence of both new "SHA-256-Digest" and old "SHA1-Digest", and a bit puzzled why "resigningStrategy=OVERWRITE" doesn't remove existing. Maybe you have an idea?

Regards,
Evgeny


Back to the top