[
https://issues.apache.org/jira/browse/TIKA-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14986630#comment-14986630
]
Bob Paulin commented on TIKA-1785:
----------------------------------
So the problem with keeping the files in the same location is that we still
have a split package on the external parser since the same package exists in
both tika-core and tika-parser. Could we potentially consider moving the
tika-external-parsers.xml from tika-parsers to tika-core in the same package in
1.x? That would also resolve the split package making the external parsers
OSGi friendly.
> Move Tika Parser Configuration Files to org/apache/tika/parser/config
> directory
> -------------------------------------------------------------------------------
>
> Key: TIKA-1785
> URL: https://issues.apache.org/jira/browse/TIKA-1785
> Project: Tika
> Issue Type: Bug
> Reporter: Bob Paulin
>
> Currently configuration files for the Tika Parser jar reside in specific
> directories within the the JAR file's package structure. This organization
> causes split package issues in OSGi when these packages are used in other
> JARs. It also tends to bury the config within the projects making them hard
> to find. I would like to propose moving the configuration xml and properties
> files to org/apache/tika/parser/config directory within the tika. This
> directory would not host code but simply be for configuration files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)