Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2A028D6A4 for ; Sun, 9 Sep 2012 07:57:31 +0000 (UTC) Received: (qmail 54472 invoked by uid 500); 9 Sep 2012 07:57:21 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 53895 invoked by uid 500); 9 Sep 2012 07:57:13 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 53794 invoked by uid 99); 9 Sep 2012 07:57:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Sep 2012 07:57:09 +0000 Date: Sun, 9 Sep 2012 18:57:08 +1100 (NCT) From: "Steven Rowe (JIRA)" To: dev@lucene.apache.org Message-ID: <1101958543.55219.1347177428701.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (LUCENE-4367) The IntelliJ configuration can't directly handle complex inter-module dependencies involving the test-framework modules MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Steven Rowe created LUCENE-4367: ----------------------------------- Summary: The IntelliJ configuration can't directly handle complex inter-module dependencies involving the test-framework modules Key: LUCENE-4367 URL: https://issues.apache.org/jira/browse/LUCENE-4367 Project: Lucene - Core Issue Type: Bug Components: general/build Affects Versions: 5.0, 4.0 Reporter: Steven Rowe Assignee: Steven Rowe Priority: Minor See LUCENE-4365 for a description of the circular dependencies currently in Lucene/Solr. The IntelliJ configuration produced by {{ant idea}} should be modified similarly to the Maven configuration changes committed under LUCENE-4365: the four modules with circular dependencies involving the Solr or the Lucene test-framework should be split into main/test modules ({{lucene/core}}, {{lucene/codecs}}, {{solr/core}}, and {{solr/solrj}}), which will eliminate the circular dependencies. -- 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-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org