Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 54015 invoked from network); 28 Oct 2009 23:53:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Oct 2009 23:53:21 -0000 Received: (qmail 84177 invoked by uid 500); 28 Oct 2009 23:53:20 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 84100 invoked by uid 500); 28 Oct 2009 23:53:20 -0000 Mailing-List: contact java-dev-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-dev@lucene.apache.org Received: (qmail 84092 invoked by uid 99); 28 Oct 2009 23:53:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 23:53:20 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [85.25.71.29] (HELO mail.troja.net) (85.25.71.29) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 23:53:16 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id 36ABF45F0F9 for ; Thu, 29 Oct 2009 00:52:54 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.troja.net Received: from mail.troja.net ([127.0.0.1]) by localhost (megaira.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OyRU7FfCGvrA for ; Thu, 29 Oct 2009 00:52:45 +0100 (CET) Received: from VEGA (port-83-236-62-3.dynamic.qsc.de [83.236.62.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTPSA id 5BC0145F0EF for ; Thu, 29 Oct 2009 00:52:45 +0100 (CET) From: "Uwe Schindler" To: References: <4AE87601.6090905@gmail.com> <4AE87973.4000404@gmail.com> <4AE880A6.8010706@gmail.com> <8f0ad1f30910281045o73747cdnb2592fdccd508191@mail.gmail.com> <2D117111-9AAA-4AC0-85EA-90CCA859392E@gmail.com> <4AE8D79A.4000909@gmail.com> Subject: RE: Lucene as projects in Eclipse Date: Thu, 29 Oct 2009 00:52:43 +0100 Message-ID: <7E20C3A3ECB8415C9C2F42FE5BFD6388@VEGA> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_000D_01CA5832.1FC0AB50" X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <4AE8D79A.4000909@gmail.com> Thread-Index: AcpYKNbZujkmeQvcT1edLhGb8MVJMwAAMYQw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 ------=_NextPart_000_000D_01CA5832.1FC0AB50 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Here is mine with fixed generics, but may be different from the one on Solr page (I created it myself some time ago). But It looks correct and was inherited from the Java Default Style. ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe@thetaphi.de > -----Original Message----- > From: Mark Miller [mailto:markrmiller@gmail.com] > Sent: Thursday, October 29, 2009 12:46 AM > To: java-dev@lucene.apache.org > Subject: Re: Lucene as projects in Eclipse > > DM Smith wrote: > > > > On Oct 28, 2009, at 1:45 PM, Robert Muir wrote: > > > >> DM, > >> > >> I create one project (new project, checkout projects from SVN, and > >> let it set it as a java project). > >> I then set the source folders like you mentioned below. > >> I add lib/junit*whatever.jar to library classpath, and set UTF-8 > >> default encoding for the project. > >> and set the formatter to the lucene style xml file here: > >> http://wiki.apache.org/lucene-java/HowToContribute > > > > The two links at the bottom of the page are dead. One is for Eclipse > > and the other for IntelliJ. > > > Bummer - gotto fix that. And when we do, lets modify at least the > eclipse one (not sure about IntelliJ) to properly format generics as was > previously discussed. Currently it puts a space. > > -- > - Mark > > http://www.lucidimagination.com > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org ------=_NextPart_000_000D_01CA5832.1FC0AB50 Content-Type: text/xml; name="Eclipse-Lucene-Codestyle.xml" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Eclipse-Lucene-Codestyle.xml" ------=_NextPart_000_000D_01CA5832.1FC0AB50 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org ------=_NextPart_000_000D_01CA5832.1FC0AB50--