[ 
https://issues.apache.org/jira/browse/SOLR-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lance Norskog closed SOLR-3760.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0

The Solr factories have all been moved into Lucene, and so the zig-zag 
dependency problem no longer exists. For the rest of the topic, some other time.
                
> Build packaging of complex contrib packages just plain does not work
> --------------------------------------------------------------------
>
>                 Key: SOLR-3760
>                 URL: https://issues.apache.org/jira/browse/SOLR-3760
>             Project: Solr
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Lance Norskog
>             Fix For: 4.0
>
>
> The build system packages Lucene libraries in the Solr war, but they do not 
> pack libraries required by the Lucene libraries. The UIMA and analysis-extras 
> contrib packages have factories for the Lucene libraries.
> The net effect is that when solrconfig.xml include <lib> directives for 
> dist/xxx-contribX-xxx.jar and solr/contrib/contribX/lib, this fails because 
> the lucene analyzer file inside the solr war cannot find the library files in 
> solr/contrib/contribX/lib because the classloader for the war does not find 
> the libraries from the <lib> directives.
> Two alternative fixes are presented below.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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