[ 
https://issues.apache.org/jira/browse/SOLR-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13425404#comment-13425404
 ] 

Hoss Man commented on SOLR-3690:
--------------------------------

This sort of requires some careful thining baout how this should be packaged.

Normally if a lucene jar is a solr core dependency, we include it in the war 
and that's it.  

If it's not a core dependency and it's only used by contribs, we ship it in the 
lucene-libs dir of that contrib.

solr-test-framework isn't either of those though -- and doesn't really have a 
place for a "lucene-lib" dir at the moment -- but there's no reason we couldn't 
add test-framework/lucene-libs to the packages i suppose.  probably a good idea 
to include a test-framework/README.txt anyway.


                
> 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

Reply via email to