Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 40435 invoked from network); 23 Sep 2009 10:54:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Sep 2009 10:54:06 -0000 Received: (qmail 15124 invoked by uid 500); 23 Sep 2009 10:54:05 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 15048 invoked by uid 500); 23 Sep 2009 10:54:05 -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 15040 invoked by uid 99); 23 Sep 2009 10:54:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 10:54:05 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL 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, 23 Sep 2009 10:53:55 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id 807ECD36002 for ; Wed, 23 Sep 2009 12:53:34 +0200 (CEST) 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 jSZSw2fe84vh for ; Wed, 23 Sep 2009 12:53:34 +0200 (CEST) Received: from VEGA (unknown [134.102.249.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTPSA id 3F300D36001 for ; Wed, 23 Sep 2009 12:53:34 +0200 (CEST) From: "Uwe Schindler" To: References: <4AB7B2A4.1050109@gmail.com> Subject: RE: [VOTE] Release Lucene 2.9.0 Date: Wed, 23 Sep 2009 12:53:33 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-reply-to: <4AB7B2A4.1050109@gmail.com> Thread-Index: Aco63f/2RC93/FePR6e874zfRuaxmQBXg+0w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I also tested the whole artifacts, works with 1.5. I do not know if it prevents us from releasing it, but I am the bad guy and started to use Java 1.4.2 to build and test. Core works perfect, and after removing all contribs that use -target=1.5 the compilation still fails (there is also the problem that the build script does not automatically detect your JVM and should leave the 1.5 contribs unbuild. This would be possible, if we add a ANT regexp into the contrib-crawl and exclude all contribs which build script contains "1.5" if java<1.5): - db/bdb fails to compile with 1.4 because of a ClassFormatError in one of the bundled libs, so this contrib is in reality 1.5 only. - Tests of contrib/misc use String.contains(), which is 1.5 only. As it just searches for an whitespace, it can be replaced by indexOf(' ')>=0 - contrib/regex fails to build, because the JavaRegExpCapability defines an (unused) constant based on the value in Pattern.LITERAL, which does not exist in 1.4. Removing this constant fixes the problem. What should we do? ----- 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: Monday, September 21, 2009 7:07 PM > To: java-dev@lucene.apache.org; general@lucene.apache.org > Subject: [VOTE] Release Lucene 2.9.0 > > Okay, lets give this a shot: > > The (proposed) release artifacts have been built and are up at: > > http://people.apache.org/~markrmiller/staging-area/lucene2.9/ > > The changes are here: > > http://people.apache.org/~markrmiller/staging-area/lucene2.9changes/ > > > Please vote to officially release these artifacts as 2.9.0, or point out > any errors and I'll fix and repackage. > > We need at least 3 binding (PMC) votes. > > Thanks everyone for all their hard work on this! This has been some > release. > > -- > - 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