[ https://issues.apache.org/jira/browse/SOLR-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680547#comment-14680547 ]
Erik Hatcher commented on SOLR-7910: ------------------------------------ +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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org