Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 53027 invoked from network); 21 Apr 2006 01:21:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Apr 2006 01:21:21 -0000 Received: (qmail 74724 invoked by uid 500); 21 Apr 2006 01:21:17 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 74668 invoked by uid 500); 21 Apr 2006 01:21:17 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 74634 invoked by uid 99); 21 Apr 2006 01:21:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 18:21:17 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Apr 2006 18:21:16 -0700 Received: (qmail 52728 invoked by uid 65534); 21 Apr 2006 01:20:56 -0000 Message-ID: <20060421012056.52727.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r395749 - in /db/derby/code/trunk: BUILDING.txt java/client/build.xml java/demo/build.xml java/engine/org/apache/derby/iapi/jdbc/build.xml Date: Fri, 21 Apr 2006 01:20:55 -0000 To: derby-commits@db.apache.org From: fuzzylogic@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: fuzzylogic Date: Thu Apr 20 18:20:54 2006 New Revision: 395749 URL: http://svn.apache.org/viewcvs?rev=395749&view=rev Log: DERBY-1078: Fix client and demo to work with JDK 1.3 when compiled with JDK 1.5 or higher. For client, ask the compiler to generate 1.3 classes, but then feed it the 1.4 runtime classes. Client does the right things internally to work properly on 1.3. Also, update BUILDING.txt to mention need for Ant 1.6.3 or higher. Modified: db/derby/code/trunk/BUILDING.txt db/derby/code/trunk/java/client/build.xml db/derby/code/trunk/java/demo/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/jdbc/build.xml Modified: db/derby/code/trunk/BUILDING.txt URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/BUILDING.txt?rev=395749&r1=395748&r2=395749&view=diff ============================================================================== --- db/derby/code/trunk/BUILDING.txt (original) +++ db/derby/code/trunk/BUILDING.txt Thu Apr 20 18:20:54 2006 @@ -11,7 +11,7 @@ 2 Downloads 2.1 Download source code 2.2 Download required software -2.2.1 Download and install Apache Ant 1.6.x2 +2.2.1 Download and install Apache Ant 1.6.3 or higher 2.2.2 Download and install Java Development Kit release 1.4.x 2.2.3 Download and install Java Development Kit release 1.3.x 2.2.4 Download extensions for Java Development Kit release 1.3.x @@ -118,7 +118,7 @@ -2.2.1 Download and install Apache Ant 1.6.x +2.2.1 Download and install Apache Ant 1.6.3 or higher (1) Download a binary distribution of Ant 1.6.x from: http://ant.apache.org/bindownload.cgi Modified: db/derby/code/trunk/java/client/build.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/client/build.xml?rev=395749&r1=395748&r2=395749&view=diff ============================================================================== --- db/derby/code/trunk/java/client/build.xml (original) +++ db/derby/code/trunk/java/client/build.xml Thu Apr 20 18:20:54 2006 @@ -34,8 +34,8 @@ - + - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/jdbc/build.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/engine/org/apache/derby/iapi/jdbc/build.xml?rev=395749&r1=395748&r2=395749&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/jdbc/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/jdbc/build.xml Thu Apr 20 18:20:54 2006 @@ -81,8 +81,8 @@