Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A63BBE6C8 for ; Wed, 6 Feb 2013 18:23:13 +0000 (UTC) Received: (qmail 74996 invoked by uid 500); 6 Feb 2013 18:23:13 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 74972 invoked by uid 500); 6 Feb 2013 18:23:13 -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 74964 invoked by uid 99); 6 Feb 2013 18:23:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 18:23:13 +0000 Date: Wed, 6 Feb 2013 18:23:13 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DERBY-5949) Fix PropertySetter to take account of Java 8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-5949: --------------------------------- Attachment: derby-5949-02-aa-noverify.diff Attaching derby-5949-02-aa-noverify.diff. This patch adds a -noverify switch to the toursdb targets in order to hack around http://bugs.sun.com/view_bug.do?bug_id=8004967 . This allows us to build Derby on Open JDK 8. Committed at subversion revision 1443109. Without this patch, the build dies while trying to generate toursdb. That is because merely connecting to a database trips a VerifyError when running on Java 8. This patch can be backed out after http://bugs.sun.com/view_bug.do?bug_id=8004967 is fixed. With this patch, I can build on Java 8 on my mac provided that I set the following ant property: java18compile.classpath=/Library/Java/JavaVirtualMachines/jdk1.8.0/classes Touches the following file: M java/demo/toursdb/build.xml > Fix PropertySetter to take account of Java 8 > -------------------------------------------- > > Key: DERBY-5949 > URL: https://issues.apache.org/jira/browse/DERBY-5949 > Project: Derby > Issue Type: Improvement > Components: Build tools > Reporter: Dag H. Wanvik > Priority: Minor > Attachments: derby-5949-01-aa-addJava8.diff, derby-5949-02-aa-noverify.diff > > > Early access versions of Java SE 8 are available. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira