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: [email protected]
For additional commands, e-mail: [email protected]