You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2004/04/05 10:33:32 UTC

DO NOT REPLY [Bug 28200] New: - xalan.jar in 2jars distro contains junk manifest entries

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: xalan-dev@xml.apache.org
        ReportedBy: sergei_ivanov@mail.ru


[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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org