apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.66k stars 1.03k forks source link

Maven Build Broken - Bootstrap fails [LUCENE-3941] #5014

Closed asfimport closed 12 years ago

asfimport commented 12 years ago

Building Lucene/Solr as described in dev-tools/maven/README.maven fails, because a contributed lib is missing.

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install-file (install-langdetect) on project lucene-solr-grandparent: 
Error installing artifact 'org.apache.solr:solr-langdetect:jar': 
Failed to install artifact org.apache.solr:solr-langdetect:jar:4.0-SNAPSHOT: 
/home/truebner/dev/workspace/apache-lucene/solr/contrib/langid/lib/langdetect-r111.jar (No such file or directory) -> [Help 1]

Migrated from LUCENE-3941 by Tobias Rübner, resolved Apr 02 2012

asfimport commented 12 years ago

Tobias Rübner (migrated from JIRA)

The file name has changed. It now has a git revision number: langdetect-c51112119be53a81e59706ce57bacaa90c052284.jar

asfimport commented 12 years ago

Steven Rowe (@sarowe) (migrated from JIRA)

Hi Tobias,

Thanks for reporting.

I'm working on it. Should be functional later today.

asfimport commented 12 years ago

Steven Rowe (@sarowe) (migrated from JIRA)

Committed fixes in r1308456. The Maven build works now.