Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » signer information does not match
signer information does not match [message #335669] Mon, 20 April 2009 16:19 Go to next message
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
I am trying to do some experimental work the StyledText and would like to
access some of the package protected methods.

So I have created a plugin with package org.eclipse.swt.custom which has
my own renderer and ExtendedStyledText.

In the SWT plugin i have edited the eclipse.inf and added the line:
jarprocessor.exclude = true

I am trying to turn off checking of jar signatures for the SWT plugin.

Unfortunately no matter what I do I get always-
"signer information does not match signer information of other classes in
the same package"

Any any one have any ideas?

By the way there seems to be a typo on this page.
http://wiki.eclipse.org/JarProcessor_Options

jarprocesor is spelled correctly jarprocessor. Which kind of begs the
question which property should be set. But I have tried both of them.

thanks a mil.

kentusha
Re: signer information does not match [message #335671 is a reply to message #335669] Mon, 20 April 2009 19:38 Go to previous messageGo to next message
Robin Rosenberg is currently offline Robin RosenbergFriend
Messages: 332
Registered: July 2009
Senior Member
kent gibson wrote:

> I am trying to do some experimental work the StyledText and would like to
> access some of the package protected methods.
>
> So I have created a plugin with package org.eclipse.swt.custom which has
> my own renderer and ExtendedStyledText.
>
> In the SWT plugin i have edited the eclipse.inf and added the line:
> jarprocessor.exclude = true
>
> I am trying to turn off checking of jar signatures for the SWT plugin.
>
> Unfortunately no matter what I do I get always-
> "signer information does not match signer information of other classes in
> the same package"

My guess is you have two different version of some jar so it gets some
classes for a certain package from one jar and others from another. Check
all your jars for duplicate paths at the package level.

-- robin
Re: signer information does not match [message #335675 is a reply to message #335669] Mon, 20 April 2009 22:38 Go to previous messageGo to next message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
kent gibson wrote:
> I am trying to do some experimental work the StyledText and would like
> to access some of the package protected methods.
>
> So I have created a plugin with package org.eclipse.swt.custom which has
> my own renderer and ExtendedStyledText.
>
> In the SWT plugin i have edited the eclipse.inf and added the line:
> jarprocessor.exclude = true
>
> I am trying to turn off checking of jar signatures for the SWT plugin.
>
> Unfortunately no matter what I do I get always-
> "signer information does not match signer information of other classes
> in the same package"

Are you getting this at runtime or at build time?

If at runtime, are you using SWT outside of Eclipse (i.e just adding it
to your java classpath). I would not expect this error in an Eclipse
runtime unless you enabled the runtime signing support and your plugin
which accesses SWT protected methods is a fragment of SWT.

Tom
Re: signer information does not match [message #335685 is a reply to message #335675] Tue, 21 April 2009 15:52 Go to previous message
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
yup I was having this problem at runtime.

I reckon the problem what that the classes where coming from two different
places.

alrighty.

thanks.
Previous Topic:Extract methods across classes?
Next Topic:Closing/Restarting an already closed workbench.
Goto Forum:
  


Current Time: Tue Apr 23 16:58:35 GMT 2024

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

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

Back to the top