DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28200>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28200 xalan.jar in 2jars distro contains junk manifest entries Summary: xalan.jar in 2jars distro contains junk manifest entries Product: XalanJ2 Version: CurrentCVS Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] [Reported against version 2.6.0, but there's no such version entry in Bugzilla yet] The following entries should be removed from manifest of xalan.jar (stripped down version, without xsltc stuff), because they refer to inexisting entries. Name: org/apache/xalan/xsltc Name: runtime Name: org/apache/bcel Name: org/apache/regexp Also, names of the package entries should end with slash: "org/apache/xalan/" instead of "org/apache/xalan". This is not stated exactly in the specification, however all the examples in Sun's docs use terminating slash; the digest, computed by jarsigner tool, also depends on the presence of slash. See: http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html http://java.sun.com/j2se/1.4.2/docs/guide/extensions/spec.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
