Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 2104 invoked from network); 12 Nov 2005 20:33:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Nov 2005 20:33:55 -0000 Received: (qmail 39210 invoked by uid 500); 12 Nov 2005 20:33:54 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 39182 invoked by uid 500); 12 Nov 2005 20:33:53 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 39173 invoked by uid 99); 12 Nov 2005 20:33:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Nov 2005 12:33:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [204.174.16.4] (HELO deep.parasun.net) (204.174.16.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Nov 2005 12:33:45 -0800 Received: from cpe-24-143-157-032.cable.alamedanet.net ([24.143.157.32] helo=[127.0.0.1]) by deep.parasun.net with esmtp (Exim 4.43) id 1Eb242-0001Qo-P3 for derby-dev@db.apache.org; Sat, 12 Nov 2005 12:33:30 -0800 Message-ID: <43765199.7080501@amberpoint.com> Date: Sat, 12 Nov 2005 12:33:29 -0800 From: Bryan Pendleton User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: Curious error trying to build derby source with JDK 1.5 on Linux (Sun JDK) References: <43758EF6.5080506@amberpoint.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N >>As part of preparing to work on DERBY-666 I've been setting myself >>up to be able to build and test Derby using JDK 1.5. > > You need to use JDK 1.4 to build Derby. I think I didn't make my question very clear. I already have a JDK 1.4 build environment set up for Derby, and I am able to build it successfully and run the tests. However, I am interested in working on bug DERBY-666, for which the proposed fix involves using some new JDK 1.5 features. This fix would only be available to users who were able to use JDK 1.5 in their environment, but for many users that might be acceptable. So what I'm trying to do is to figure out what is necessary, in the build and test environment, to add JDK 1.5 as a supported environment. And, I tried the naive experiment of simply making JDK 1.5 my "native" environment, and encountered a very strange error which I don't really understand. So, consider my question to be: What is the best way to incorporate JDK 1.5 into the Derby build and test environment as a supported JDK? thanks, bryan