Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » site.p2.zip signing problem
site.p2.zip signing problem [message #534488] Wed, 19 May 2010 10:49 Go to next message
Maciej Oledzki is currently offline Maciej OledzkiFriend
Messages: 23
Registered: July 2009
Junior Member
Hi,

I can't produce p2 update site with signed files, I've added following parameters to site.p2.zip perform action:
-Dlocal.keystore.alias=PRODUCT
-Dlocal.keystore.password=password
-Dsite.signing=yes
-Dsigning.type=local
-Dlocal.keystore.path=/usr/share/tomcat6/.keystore
-Dsite.pack200=true
-Dcbi.include.source=false

but all plugins are still not signed.

There is no mistake in path, password or keystore alias because:
-sh-3.2$ jarsigner -keystore /usr/share/tomcat6/.keystore in.jar PRODUCT
Enter Passphrase for keystore
-sh-3.2$

works fine.

There is also no errors in logfile and I can't figure out what is wrong with my setup.
Re: site.p2.zip signing problem [message #534504 is a reply to message #534488] Wed, 19 May 2010 11:31 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Try site.signing=true instead of site.signing=yes.

- thomas

On 05/19/2010 12:49 PM, Maciej Oledzki wrote:
> Hi,
>
> I can't produce p2 update site with signed files, I've added following
> parameters to site.p2.zip perform action:
> -Dlocal.keystore.alias=PRODUCT
> -Dlocal.keystore.password=password
> -Dsite.signing=yes
> -Dsigning.type=local
> -Dlocal.keystore.path=/usr/share/tomcat6/.keystore
> -Dsite.pack200=true
> -Dcbi.include.source=false
> but all plugins are still not signed.
>
> There is no mistake in path, password or keystore alias because:
> -sh-3.2$ jarsigner -keystore /usr/share/tomcat6/.keystore in.jar PRODUCT
> Enter Passphrase for keystore
> -sh-3.2$
> works fine.
>
> There is also no errors in logfile and I can't figure out what is wrong
> with my setup.
>
Re: site.p2.zip signing problem [message #534516 is a reply to message #534504] Wed, 19 May 2010 12:08 Go to previous message
Maciej Oledzki is currently offline Maciej OledzkiFriend
Messages: 23
Registered: July 2009
Junior Member
Thanks, of course it solve the problem. I still don't know why I put 'yes' as a value, and haven't noticed this Embarrassed
Previous Topic:merge new build into p2 repository?
Next Topic:internal error during importing
Goto Forum:
  


Current Time: Thu Apr 25 20:30:44 GMT 2024

Powered by FUDForum. Page generated in 0.02979 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top