Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 7102 invoked from network); 14 Jul 2009 00:57:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jul 2009 00:57:26 -0000 Received: (qmail 1593 invoked by uid 500); 14 Jul 2009 00:57:34 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 1524 invoked by uid 500); 14 Jul 2009 00:57:34 -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 1516 invoked by uid 99); 14 Jul 2009 00:57:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 00:57:34 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of adrianocrestani@gmail.com designates 74.125.92.25 as permitted sender) Received: from [74.125.92.25] (HELO qw-out-2122.google.com) (74.125.92.25) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 00:57:25 +0000 Received: by qw-out-2122.google.com with SMTP id 8so1029900qwh.53 for ; Mon, 13 Jul 2009 17:57:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=awKXFOE0EF+xH/HmikRN53HQveEToO4Rr7p1fXnk+4I=; b=CRdtmCs3/dhZRNbS+gvMOxRM3s+JghlzLd/qFwxCsSN2dhD99xKrBuAkk6Sg711xDs jGMmad+YC0iluOLRqOsX4+BCDbzvQzcs/katndVr+Ar1ySPUd0tEfD9lKS/QomB+Jf9B KPnBN6BwGxenFJsj10EujqZQPjePnHf/WpBAc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=fjhCXKBjEbxwsNIRuvuGxAgkdVH/oybuLLH+IVEAioVwWrJ3Sx/yMxrYuiW4OB+9u5 cs7+6qQW83ii1KOfxR+JZsVftR1hYaiAMmAMVFQZO8+LfTtSJ3E03n7gjPuDL+Cms2Xz T/rZnBhHXaqYHQU2pMSc/cLP+sYA7ukEnkexI= MIME-Version: 1.0 Received: by 10.229.81.67 with SMTP id w3mr952688qck.6.1247533024115; Mon, 13 Jul 2009 17:57:04 -0700 (PDT) In-Reply-To: References: <55e2bf7e0907131644u76e2ca86h2f832af75d2d4297@mail.gmail.com> From: Adriano Crestani Date: Mon, 13 Jul 2009 17:56:44 -0700 Message-ID: <55e2bf7e0907131756u1eda590eq61c47e19d2e0d1dd@mail.gmail.com> Subject: Re: Lucene contrib build failing on jdk 1.4 To: java-dev@lucene.apache.org Content-Type: multipart/alternative; boundary=00163646d40abf7ba4046e9fea9d X-Virus-Checked: Checked by ClamAV on apache.org --00163646d40abf7ba4046e9fea9d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Mark, Thanks for the explanation, it makes sense now : ) Adriano Crestani Campos On Mon, Jul 13, 2009 at 5:41 PM, Mark Miller wrote: > Hey Adriano, > > Only core is fully 1.4. To build all of contrib you must use at least java > 1.5. If you want to build a contrib that is supposed to 1.4 with 1.4, use > the individual build file for that contrib. > > -- > - Mark > > http://www.lucidimagination.com > > > > On Mon, Jul 13, 2009 at 7:44 PM, Adriano Crestani < > adrianocrestani@apache.org> wrote: > >> Hi, >> >> I checked out Lucene java trunk and ran "build-contrib". When I run using >> Sun JDK 1.6.0_07 it builds successfully, but using Sun JDK 1.4.2_19 I get >> the error below. Am I doing something wrong? >> >> Thanks in advance, >> Adriano Crestani Campos >> >> ... >> build-artifacts-and-tests: >> >> bdb: >> >> BUILD FAILED >> /home/adcampos/lucene/trunk2/build.xml:626: The following error occurred >> while executing this line: >> /home/adcampos/lucene/trunk2/build.xml:616: The following error occurred >> while executing this line: >> /home/adcampos/lucene/trunk2/contrib/db/build.xml:29: The following error >> occurred while executing this line: >> /home/adcampos/lucene/trunk2/contrib/db/bdb/build.xml:14: >> java.lang.UnsupportedClassVersionError: com/sleepycat/db/internal/Db >> (Unsupported major.minor version 49.0) >> >> Total time: 17 seconds >> >> > > --00163646d40abf7ba4046e9fea9d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Mark,

Thanks for the explanation, it makes sense now : )

A= driano Crestani Campos

On Mon, Jul 13, 20= 09 at 5:41 PM, Mark Miller <markrmiller@gmail.com> wrote:
Hey Adriano,
<= br>Only core is fully 1.4. To build all of contrib you must use at least ja= va 1.5. If you want to build a contrib that is supposed to 1.4 with 1.4, us= e the individual build file for that contrib.

--
- Mark

http://www.lucidimagination.com



On Mon, Jul 13, 2009 at 7:44 PM, A= driano Crestani <adrianocrestani@apache.org> wrote:=
Hi,

I chec= ked out Lucene java trunk and ran "build-contrib". When I run usi= ng Sun JDK 1.6.0_07 it builds successfully, but using Sun JDK 1.4.2_19 I ge= t the error below. Am I doing something wrong?

Thanks in advance,
Adriano Crestani Campos

...
build-artifacts-and-tests:

bdb= :

BUILD FAILED
/home/adcampos/lucene/trunk2/build.xml:626: The fo= llowing error occurred while executing this line:
/home/adcampos/lucene/= trunk2/build.xml:616: The following error occurred while executing this lin= e:
/home/adcampos/lucene/trunk2/contrib/db/build.xml:29: The following error o= ccurred while executing this line:
/home/adcampos/lucene/trunk2/contrib/= db/bdb/build.xml:14: java.lang.UnsupportedClassVersionError: com/sleepycat/= db/internal/Db (Unsupported major.minor version 49.0)

Total time: 17 seconds




--00163646d40abf7ba4046e9fea9d--