Joachim Beckers created XALANJ-2791: ---------------------------------------
Summary: xalan jar manifest contains incorrect Class-Path entry Key: XALANJ-2791 URL: https://issues.apache.org/jira/browse/XALANJ-2791 Project: XalanJ2 Issue Type: Bug Security Level: No security risk; visible to anyone (Ordinary problems in Xalan projects. Anybody can view the issue.) Affects Versions: 2.7.3 Reporter: Joachim Beckers xalan.jar!META-INF/MANIFEST.MF contains the following: {noformat} Class-Path: xercesImpl.jar xml-apis.jar serializer.jar{noformat} This is of course incorrect. xalan.jar cannot decide what the names of the jars of its dependencies are. The user of xalan should be the one to decide the contents of the classpath. In my case for example, the jars are xercesImpl-2.12.2.jar xml-apis-1.4.01.jar and serializer-2.7.3.jar (and this may change over time). The correct thing to do, would be to omit this line from the manifest -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org