Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Signing service configuration

Hi Andreas,
many thanks for explanation, I was not aware about the naming scheme.
The name ECLIPSE_* already looked strange to me, now I know why it is like it is.
I found the following regarding the signature file name [1]:


I wonder if we could extend eclipse-jarsigner-plugin [2] to simply bypass such an option to the signing service.

Best regards,
Dennis



Am 09.03.2016 um 10:06 schrieb Andreas Sewe <andreas.sewe@xxxxxxxxxxxxxx>:

Hi Dennis,

Now we face a new problem in an android environment. [1]
Android complains about duplicate classpath entries except of META-INF/MANIFEST.MF
In our case this are now :
'META-INF/ECLIPSE_.RSA'
'META-INF/ECLIPSE_.SF'

We already solved the same problem with about.html [2]  but can’t solve the new issue on our side.
So my question is, would it possible to tell the signing webservice (using cbi maven signing plugin config) what file name it should use for
.RSA and .SF files? I was thinking about similar approach as with about.html

ECLIPSE_<bundle.id>_.RSA
ECLIPSE_<bundle.id>_.SF

That naming scheme won't be possible, as the name of those files always
has to be 8 characters long.

That being said, the name is (if you use plain jarsigner, at least)
derived from the key's alias in the keystore. Maybe you are able to
configure the signing service to use a key with a different alias.

Hope that helps already. (If not, I'm sure there's someone more
knowledgeable on this list.)

Andreas

--
Codetrails GmbH
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Phone: +49-6151-276-7092
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cbi-dev

Viele Grüße,
Dennis Hübner

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


Back to the top