overture icon indicating copy to clipboard operation
overture copied to clipboard

Signer information does not match signer information of other classes in the same package

Open lausdahl opened this issue 8 years ago • 0 comments

We have used java packages in a wrong way where we have mixed packages between jars.

Eg. the type checker has a package org.overture.ast.factory which is provided by the ast jar.

class "org.overture.ast.factory.AstFactoryTC"'s signer information does not match signer information of other classes in the same package

When the jars are signed it is no longer possible to load the org.overture.ast.factory.AstFactoryTC because its signature differs. Both files are singed by us using the same keystore.

lausdahl avatar Oct 04 '16 13:10 lausdahl