After I applied the LUCENE-2899.patch file to lucene-solr 4.10.2 release I
tried to run an ant compile persuant to the following directions under
'instillation' :

https://wiki.apache.org/solr/OpenNLP

And I received the following error indicating a dependency is missing - how
do I find that dependency?

:



ivy-configure:
[ivy:configure] :: loading settings :: file =
C:\Users\thearn\Documents\GitHub\lucene-solr-lucene_solr_4_10_2\lucene\ivy-settings.xml

resolve:
[ivy:retrieve]
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve]  requested configuration not found in
org.apache.solr#opennlp;working@thearn: [ 'compile' ]
[ivy:retrieve]
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
C:\Users\thearn\Documents\GitHub\lucene-solr-lucene_solr_4_10_2\build.xml:119:
The following error occurred while executing this line:
C:\Users\thearn\Documents\GitHub\lucene-solr-lucene_solr_4_10_2\solr\common-build.xml:453:
The following error occurred while executing this line:
C:\Users\thearn\Documents\GitHub\lucene-solr-lucene_solr_4_10_2\solr\common-build.xml:438:
The following error occurred while executing this line:
C:\Users\thearn\Documents\GitHub\lucene-solr-lucene_solr_4_10_2\solr\contrib\contrib-build.xml:52:
impossible to resolve dependencies:
        java.lang.IllegalArgumentException: requested configuration not
found in org.apache.solr#opennlp;working@thearn: [ 'compile' ]
        at
org.apache.ivy.core.resolve.ResolveEngine.getDependencies(ResolveEngine.java:550)

Reply via email to