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 CD21A920A for ; Tue, 25 Oct 2011 21:36:52 +0000 (UTC) Received: (qmail 56729 invoked by uid 500); 25 Oct 2011 21:36:52 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 56710 invoked by uid 500); 25 Oct 2011 21:36:52 -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 56702 invoked by uid 99); 25 Oct 2011 21:36:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2011 21:36:52 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2011 21:36:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3AAA231B63B for ; Tue, 25 Oct 2011 21:34:32 +0000 (UTC) Date: Tue, 25 Oct 2011 21:34:32 +0000 (UTC) From: "Knut Anders Hatlen (Commented) (JIRA)" To: derby-dev@db.apache.org Message-ID: <2136125801.15266.1319578472241.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1224913473.1785.1318881910595.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (DERBY-5469) Make it possible to build Derby if you are on Mac OS X and your JDK is JDK 7 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-5469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13135448#comment-13135448 ] Knut Anders Hatlen commented on DERBY-5469: ------------------------------------------- I got a chance to test the build time with JDK 6 vs JDK 7 on Ubuntu too, and in my experiments there was a significant difference: 5 min 20 sec vs 8 min 50 sec when I ran "ant -q all". If I modified all the build.xml files and specified source and target level 1.5 (or 1.6 or 1.7) instead of 1.4, it improved to 5 min 50 sec. So it definitely looks like there's something that's slower when compiling code targeted for 1.4 with JDK 7. > Make it possible to build Derby if you are on Mac OS X and your JDK is JDK 7 > ---------------------------------------------------------------------------- > > Key: DERBY-5469 > URL: https://issues.apache.org/jira/browse/DERBY-5469 > Project: Derby > Issue Type: Improvement > Components: Build tools > Reporter: Rick Hillegas > Assignee: Rick Hillegas > Attachments: derby-5469-01-ae-add17andJavadoc.diff, derby-5469-01-af-dontSetUprevVariables.diff, derby-5469-01-ag-cleanedUp.diff > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira