Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 15314 invoked from network); 14 Dec 2005 04:02:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Dec 2005 04:02:29 -0000 Received: (qmail 84939 invoked by uid 500); 14 Dec 2005 04:02:28 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 84873 invoked by uid 500); 14 Dec 2005 04:02:27 -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 84812 invoked by uid 99); 14 Dec 2005 04:02:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2005 20:02:27 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.19.6] (HELO sineb-mail-1.sun.com) (192.18.19.6) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2005 20:02:26 -0800 Received: from fe-apac-05.sun.com (fe-apac-05.sun.com [192.18.19.176] (may be forged)) by sineb-mail-1.sun.com (8.12.10+Sun/8.12.9) with ESMTP id jBE423Rb008779 for ; Wed, 14 Dec 2005 12:02:04 +0800 (SGT) Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0IRG00801Z16RX00@mail-apac.sun.com> (original mail from V.Narayanan@Sun.COM) for derby-dev@db.apache.org; Wed, 14 Dec 2005 12:02:03 +0800 (SGT) Received: from sun.com ([129.158.123.8]) by mail-apac.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTP id <0IRG009G9Z7FC5A9@mail-apac.sun.com> for derby-dev@db.apache.org; Wed, 14 Dec 2005 12:02:03 +0800 (SGT) Received: from [129.158.71.40] (Forwarded-For: 129.158.233.69) by sedge1-mail1.singapore.sun.com (mshttpd); Wed, 14 Dec 2005 09:02:03 +0500 Date: Wed, 14 Dec 2005 09:02:03 +0500 From: V Narayanan Subject: Re: IBM Java 5.0 class file for test harness To: derby-dev@db.apache.org Message-id: MIME-version: 1.0 X-Mailer: Sun Java(tm) System Messenger Express 6.2-4.02 (built Sep 9 2005) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en Priority: normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andrew McIntyre wrote: Hi, can you please confirm that the compilation was done with jdk16 variable in ant.properties pointing to mustang home. The ClientPooledConnection40.java gets compiled only with this variable included. thanx V.Narayanan > On 12/12/05, Rajesh Kartha wrote: > >>Anyways till then, we can use the attached ibm15 class to run our tests >>on IBM Java 5.0 as usual. Please >>review the ibm15.java file and if everything looks about right can one >>of the committers please commit >>this into the trunk and the v10.1 branch. > > > Committed, revision 356492 (trunk) and 356495 (10.1) > > Accidentally chucked an unused import from > ClientPooledConnection40.class on the trunk with this change as well. > Everything still compiles, I'll assume it is ok. > > andrew >