Return-Path: X-Original-To: apmail-lucene-java-commits-archive@www.apache.org Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1B8309FDC for ; Sat, 10 Dec 2011 19:27:59 +0000 (UTC) Received: (qmail 87215 invoked by uid 500); 10 Dec 2011 19:27:59 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 87184 invoked by uid 500); 10 Dec 2011 19:27:59 -0000 Mailing-List: contact java-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-commits@lucene.apache.org Received: (qmail 87177 invoked by uid 99); 10 Dec 2011 19:27:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2011 19:27:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2011 19:27:57 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id ECDEE36F for ; Sat, 10 Dec 2011 19:27:36 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sat, 10 Dec 2011 19:27:36 -0000 Message-ID: <20111210192736.16209.36574@eos.apache.org> Subject: =?utf-8?q?=5BLucene-java_Wiki=5D_Update_of_=22HowtoConfigureIntelliJ=22_b?= =?utf-8?q?y_SteveRowe?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" f= or change notification. The "HowtoConfigureIntelliJ" page has been changed by SteveRowe: http://wiki.apache.org/lucene-java/HowtoConfigureIntelliJ?action=3Ddiff&rev= 1=3D18&rev2=3D19 =3D Configure IntelliJ =3D =3D=3D IntelliJ (tested with v9, v10, and v11) =3D=3D - In Lucene/Solr `branches/lucene_solr_'''X'''_'''Y'''/`, `branches/branch_= 3x/` and `trunk/`, running '''`ant idea`''' from the command line will popu= late your working copy with the configuration files IntelliJ needs to be ab= le to compile, test, and debug Lucene and Solr. To then open the code in In= telliJ IDEA, simply hit File->Open Project and Choose the directory contain= ing the checked out source (i.e. the top level directory that contains both= the lucene and solr directories.) + In Lucene/Solr `branches/lucene_solr_X_Y/`, `branches/branch_3x/` and `tr= unk/`, running '''`ant idea`''' from the command line will populate your wo= rking copy with the configuration files IntelliJ needs to be able to compil= e, test, and debug Lucene and Solr. To then open the code in IntelliJ IDEA,= simply hit File->Open Project and Choose the directory containing the chec= ked out source (i.e. the top level directory that contains both the lucene = and solr directories.) = The project configuration will have: =20