Simon Pepping created FOP-2576:
----------------------------------
Summary: FOP does not use configuration option hyphenation-base
Key: FOP-2576
URL: https://issues.apache.org/jira/browse/FOP-2576
Project: FOP
Issue Type: Bug
Components: unqualified
Affects Versions: 2.1
Reporter: Simon Pepping
Priority: Minor
FOP 2.1 does not use the configuration option hyphenation-base. Instead it uses
the option base.
Places in the code: FopConfParser.configure, FopConfParser.setHyphPatNames:
hyphenation-dir is not used. Instead, base-dir is used. FopFactoryBuilder has
no method setHyphenationBaseURI. The stack Hyphenator.getUserHyphenationTree →
Hyphenator.getHyphenationTreeStream →
InternalResourceResolver.getResource → InternalResourceResolver.resolveFromBase
clearly resolves from the base URI.
The option hyphenation-base is documented at
http://xmlgraphics.apache.org/fop/2.1/configuration.html, Summary of the
General Configuration Options.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)