  | |  | Xalan 2.7 compilation | Xalan 2.7 compilation 2006-05-25 - By Joaquín Sánchez Jiménez
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. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2800.1528" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Hi all:</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>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:</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>jarsigner: java.lang.SecurityException: SHA1 digest error for org/apache/xalan/xsltc/compiler/ApplyImports.class</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>In fact there are some package that cannot be verified, so I must use --pass-file option to exclude this packages from compression.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Exluding this packages and classes from pack200 I can use xalan2.7.jar.pack.gz file:</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2> org/apache/xalan/templates<BR> org /apache/xalan/trace<BR> org/apache/xalan/transformer<BR> org/apache/xalan/Version.class</FONT></DIV> <DIV><FONT face=Arial size=2> org/apache/xalan/xslt<BR> org/apache /xalan/xsltc/cmdline<BR> org/apache/xalan/xsltc/compiler</FONT> </DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2> </DIV> <DIV>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?<BR></DIV> <DIV>Thanks.</DIV></FONT> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Bye.</FONT></DIV></BODY></HTML>
|
|
 |