You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "James Strassburg (JIRA)" <ji...@apache.org> on 2014/12/17 05:38:13 UTC

[jira] [Created] (SOLR-6857) Idea modules missing dependencies

James Strassburg created SOLR-6857:
--------------------------------------

             Summary: Idea modules missing dependencies
                 Key: SOLR-6857
                 URL: https://issues.apache.org/jira/browse/SOLR-6857
             Project: Solr
          Issue Type: Bug
          Components: Build
    Affects Versions: Trunk
         Environment: IntelliJ IDEA
            Reporter: James Strassburg
            Priority: Trivial


The IDEA dev-tools configuration doesn't build in IDEA after running ant idea because the following modules are missing a dependency to analysis-common module:

* velocity
* extraction
* map-reduce
* dataimporthandler-extras

To reproduce, run ant clean-idea followed by ant idea. Open the project in IDEA, configure the JDK, and make the project. The modules listed above will fail with an error finding org.apache.lucene.analysis.util.ResourceLoader. Adding analysis-common as a module dependency fixes this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org