[ https://issues.apache.org/jira/browse/SOLR-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434230#comment-13434230 ]
Hoss Man commented on SOLR-3690: -------------------------------- bq. It would be good to think about: ideally in the future we could imagine more lucene .jar's easily pluggable into Solr. right, this is what i was asking about in LUCENE-4044... bq. FWIW: The other issue to consider here is how the packaging of these "uber-module-jars" will work in Solr binary pacakges ... right now it's the solr contribs that provide the factories that ensure the lucene modules they depend on make it into the final tgx/zip files ... if lucene modules start providing the factories themselves, we'll need some build.xml shenanigans to copy those module jars into the solr package dirs. ...but we punted on it there. bq. It would be nice to be consistent with the other analyzers and their dependencies (e.g. ICU or morfologik jars), the same way as lucene-test-framework and its dependencies (randomized-runner, etc). We might have more modules Agreed. I think we should continue to punt on the larger issue (of including arbitrary lucene jars like codecs and what not) in the binary release, and focus here in this issue on treating the solr-test-framework the same as a solr-contrib and have it pull in it's lucene-libs and external dependencies via ivy.xml I'll start working on a patch > binary solr package isn't including lucene test-framework jar > ------------------------------------------------------------- > > Key: SOLR-3690 > URL: https://issues.apache.org/jira/browse/SOLR-3690 > Project: Solr > Issue Type: Bug > Affects Versions: 4.0-ALPHA > Reporter: Hoss Man > Priority: Blocker > Fix For: 4.0 > > > As noted by Koorosh on the solr-user list... > {quote} > I have been developing extensions to SOLR code using 4.0 truck. For JUnit > testing I am extending AbstractSolrTestCase which in the ALPHA release is > located in JAR apache-solr-test-framework-4.0.0-ALPHA.jar. However, this > class extends LuceneTestCase which comes from JAR > lucene-test-framework-4.0-SNAPSHOT.jar. In the ALPHA release the later JAR is > not shipped or I can't find it. > {quote} > ...i confirmed that Solr 4.0.0-ALPHA binary package the solr test framework > is in test./dist/apache-solr-test-framework-4.0.0-ALPHA.jar but the lucene > test-framework jar isn't included at all. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org