rombert / ereviewboard

A mylyn-based Eclipse integration for Review Board
46 stars 31 forks source link

Cannot install from zipped site #109

Closed markphip closed 12 years ago

markphip commented 12 years ago

I was able to install 0.13 directly from the p2 repository fine, but when I try to install from the zipped archive it fails due to problems with the signatures. My recommendation would be to ditch the signatures as they are not worth the trouble. You can always sign the zip file if you really want it.

This is important for me, because I currently re-host your plugins on my update site to make it easier for our users to install it.

rombert commented 12 years ago

What problem did you have with the signatures?

Sent from my (old) computer

markphip commented 12 years ago

This is the exception: Caused by: java.security.NoSuchAlgorithmException: No algorithm found for 2.16.840.1.101.3.4.2.1

Turns out it happens via p2 as well. I had simply tried with a different Eclipse install when it failed from zip file.

markphip commented 12 years ago

See: http://swdevadventures.blogspot.com/2011/09/signing-eclipse-plugin-with-java-7.html

rombert commented 12 years ago

Hm, I was sure I built it with Java 6.... I'll build 0.13.1 in a couple of hours.

Sent from my (old) computer

markphip commented 12 years ago

Thanks. The JAR's have this: Build-Jdk: 1.7.0_b147-icedtea

rombert commented 12 years ago

I've just pushed a new version to the update site. It should come up as 0.13.1

Let me know if it works so I can close the release.

markphip commented 12 years ago

Yes, it installs OK now

rombert commented 12 years ago

Out of curiosity, where are you re-hosting the plugins?

markphip commented 12 years ago

http://desktop-eclipse.open.collab.net/

Currently only in the dev-builds.

rombert commented 12 years ago

Good to know, thanks.