Hi all:
I am packaging xalan.jar with pack200 (with rsa
signature). When verifing extracted (and signed) xalan2.7.jar from pack.gz file
jarsigner shows something like this:
jarsigner: java.lang.SecurityException: SHA1 digest
error for org/apache/xalan/xsltc/compiler/ApplyImports.class
In fact there are some package that cannot be
verified, so I must use --pass-file option to exclude this packages from
compression.
Exluding this packages and classes from pack200 I
can use xalan2.7.jar.pack.gz file:
org/apache/xalan/templates
org/apache/xalan/trace org/apache/xalan/transformer org/apache/xalan/Version.class org/apache/xalan/xslt
org/apache/xalan/xsltc/cmdline org/apache/xalan/xsltc/compiler What javac version/manufacturer was used to compile and make xalan2.7.jar?
Is there any compilation attribute that may cause the Packer to
malfunction?
Thanks.
Bye.
|