Yiftach Kaplan (JIRA)
2017-10-03 17:38:00 UTC
Yiftach Kaplan created XALANJ-2611:
--------------------------------------
Summary: serializer-2.7.2.jar look for xml-apis.jar
Key: XALANJ-2611
URL: https://issues.apache.org/jira/browse/XALANJ-2611
Project: XalanJ2
Issue Type: Bug
Security Level: No security risk; visible to anyone (Ordinary problems in Xalan projects. Anybody can view the issue.)
Components: Serialization
Affects Versions: 2.7.2
Reporter: Yiftach Kaplan
Assignee: Steven J. Hathaway
When compiling with serializer-2.7.2.jar I'm getting a warning:
To reproduce:
{code}
wget http://central.maven.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.jar
echo "public class A{}" > ./A.java
javac -classpath ./serializer-2.7.2.jar -Xlint ./A.java
{code}
Results:
{code}
warning: [path] bad path element "./xml-apis.jar": no such file or directory
1 warning
{code}
Expected results:
{code}
{code}
The cause is probably because of the {{Class-Path}} in the {{MANIFEST.MF}}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@xalan.apache.org
For additional commands, e-mail: dev-***@xalan.apache.org
--------------------------------------
Summary: serializer-2.7.2.jar look for xml-apis.jar
Key: XALANJ-2611
URL: https://issues.apache.org/jira/browse/XALANJ-2611
Project: XalanJ2
Issue Type: Bug
Security Level: No security risk; visible to anyone (Ordinary problems in Xalan projects. Anybody can view the issue.)
Components: Serialization
Affects Versions: 2.7.2
Reporter: Yiftach Kaplan
Assignee: Steven J. Hathaway
When compiling with serializer-2.7.2.jar I'm getting a warning:
To reproduce:
{code}
wget http://central.maven.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.jar
echo "public class A{}" > ./A.java
javac -classpath ./serializer-2.7.2.jar -Xlint ./A.java
{code}
Results:
{code}
warning: [path] bad path element "./xml-apis.jar": no such file or directory
1 warning
{code}
Expected results:
{code}
{code}
The cause is probably because of the {{Class-Path}} in the {{MANIFEST.MF}}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@xalan.apache.org
For additional commands, e-mail: dev-***@xalan.apache.org