[
https://issues.apache.org/jira/browse/SOLR-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erik Hatcher updated SOLR-7910:
-------------------------------
Comment: was deleted
(was: +1
If you need any help or want me to tackle it say the word. It looks like it'd
be as easy as adding RTimer (and any other classes) to build.xml:
{code}
<jar destfile="${example}/exampledocs/post.jar"
basedir="${dest}/solr-core/classes/java"
includes="org/apache/solr/util/SimplePostTool*.class">
{code}
adjusting includes to add ",org/apache/solr/util/RTimer*.class")
> Build SimplePostTool as a separate module outside solr-core
> -----------------------------------------------------------
>
> Key: SOLR-7910
> URL: https://issues.apache.org/jira/browse/SOLR-7910
> Project: Solr
> Issue Type: Bug
> Reporter: Ramkumar Aiyengar
> Priority: Minor
>
> Spun off SOLR-7859.
> Currently SimplePostTool is a part of solr-core, but has restrictions on the
> dependencies it can use (deps need to be added to bin/post, post.jar should
> be usable by itself etc.) which are not enforced in any way. SOLR-7901 is for
> adding some tests for this purpose, but really this should be checked at
> compile-time by the build system by needing dependencies to be whitelisted
> (if at all).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]