https://issues.apache.org/ooo/show_bug.cgi?id=122424
Bug ID: 122424
Issue Type: DEFECT
Summary: Relative paths in MANIFEST.MF of juh-3.2.1.jar and
jurt-3.2.1.jar prevent deployment on JBoss AS
Product: App Dev
Version: AOO 3.4.1
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: api
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Both juh and jurt jars have relative paths in their MANIFEST.MF files:
juh-3.2.1.jar
Manifest-Version: 1.0
Class-Path: ridl.jar jurt.jar ../../lib/ ../bin/
and
jurt-3.2.1.jar
Manifest-Version: 1.0
Class-Path: ridl.jar unoloader.jar ../../lib/ ../bin/
This is not correct since it makes these JARs not usable in environments where
there's no ../../lib and ../bin/ directories...
Specifically this makes application servers that check this choke, like the
JBoss AS.
For ore details see:
* https://issues.jboss.org/browse/WFLY-788
* http://jira.xwiki.org/browse/XE-1302
PS: I had to selection a version to be able to enter this bug even though I
have no idea what version it corresponds to. I probably chose the wrong
"product" but App Dev seemed the closest choice. Sorry about that. The version
of juh/jurt is 3.2.1. Thanks
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.