[
https://issues.apache.org/jira/browse/ANY23-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16436811#comment-16436811
]
Hudson commented on ANY23-331:
------------------------------
SUCCESS: Integrated in Jenkins build Any23-trunk #1558 (See
[https://builds.apache.org/job/Any23-trunk/1558/])
ANY23-331 put META-INF/services tool entries into correct jar file (hans: rev
258c191507cd42ba01fcc59d82219b951c2801da)
* (add) cli/src/main/resources/META-INF/services/org.apache.any23.cli.Tool
* (add) cli/src/test/java/org/apache/any23/cli/Any23PluginManagerToolsTest.java
* (delete) core/src/main/resources/META-INF/services/org.apache.any23.cli.Tool
* (edit) core/src/test/java/org/apache/any23/plugin/Any23PluginManagerTest.java
> Tool service implementations declared in wrong module?
> ------------------------------------------------------
>
> Key: ANY23-331
> URL: https://issues.apache.org/jira/browse/ANY23-331
> Project: Apache Any23
> Issue Type: Bug
> Components: CLI, core
> Affects Versions: 2.1
> Reporter: Hans Brende
> Priority: Major
> Fix For: 2.3
>
>
> It appears that all the {{org.apache.any23.cli.Tool}}-implementing classes
> are declared in the *core*/src/main/resources/META-INF/services directory
> instead of the *cli*/src/main/resources/META-INF/services directory (even
> though all of the referenced Tool implementations occur in theĀ *cli* module,
> *not* the core module). I'm not sure what effect (if any) this would have on
> service loading, but this feels wrong. Comments anyone?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)