Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 98328 invoked from network); 12 Dec 2008 14:15:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2008 14:15:07 -0000 Received: (qmail 25951 invoked by uid 500); 12 Dec 2008 14:15:19 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 25921 invoked by uid 500); 12 Dec 2008 14:15:19 -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 25912 invoked by uid 99); 12 Dec 2008 14:15:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 06:15:19 -0800 X-ASF-Spam-Status: No, hits=-3.8 required=10.0 tests=RCVD_IN_DNSWL_MED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 14:15:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 52A14234C3B1 for ; Fri, 12 Dec 2008 06:14:44 -0800 (PST) Message-ID: <2120519696.1229091284337.JavaMail.jira@brutus> Date: Fri, 12 Dec 2008 06:14:44 -0800 (PST) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3966) Do not require JRE 1.4 libraries at compile time since SUN's JDK 1.4 went out of support and can be used on JRE 1.4 without any problem In-Reply-To: <1063177997.1227811364568.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656020#action_12656020 ] Rick Hillegas commented on DERBY-3966: -------------------------------------- Here's how to test this patch (your help is appreciated): 1) Apply the patch 2) Hide your 1.4 jdk by moving it outside the directory tree where your jdks live. So, for instance, if your jdks live in /home/sw/java, then move the 1.4 jdk up one level into /home/sw 3) To see what's going on, add "printCompilerProperties=true" to your ant.properties directives. 4) Rebuild Derby. Check the printCompilerProperties output to verify that the build is now picking up the Java 5 libraries for building the 1.4 classes Thanks! > Do not require JRE 1.4 libraries at compile time since SUN's JDK 1.4 went out of support and can be used on JRE 1.4 without any problem > --------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-3966 > URL: https://issues.apache.org/jira/browse/DERBY-3966 > Project: Derby > Issue Type: Task > Components: Build tools > Reporter: Pedro Faundez Gonzalez > Attachments: derby-3966-01-aa-jdbc3stubs.diff, derby-3966-01-ab-jdbc3jdbc4stubs.diff, derby-3966-01-ac-jdbc3jdbc4stubs.diff, derby-3966-02-aa-buildTools.diff, derby-3966-03-aa-notice.diff, derby-3966-04-aa-missingJDK14.diff > > > In the "JDK 1.4 support" conversation at Derby Users: > http://www.nabble.com/JDK-1.4-support--td20650279.html > I made a point that JRE 1.4 should not be required for build since SUN's JRE 1.4 went End Of Life. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.