Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 64262 invoked from network); 7 Jul 2010 17:06:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jul 2010 17:06:46 -0000 Received: (qmail 11086 invoked by uid 500); 7 Jul 2010 17:06:46 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 11006 invoked by uid 500); 7 Jul 2010 17:06:45 -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 10998 invoked by uid 99); 7 Jul 2010 17:06:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 17:06:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 17:06:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o67GwosL002782 for ; Wed, 7 Jul 2010 16:58:50 GMT Message-ID: <23293262.241531278521930130.JavaMail.jira@thor> Date: Wed, 7 Jul 2010 12:58:50 -0400 (EDT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4694) Build breaks on Mac OS X due to JDK classpath issues In-Reply-To: <15193013.213681275901919510.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885986#action_12885986 ] Kristian Waagan commented on DERBY-4694: ---------------------------------------- Thanks, Kathey. Your concern regarding classes.jar has already been taken care of (as part of the commit on/around 28th of June), unless the script is so confused that it doesn't even understand that it's on a Mac :) > Build breaks on Mac OS X due to JDK classpath issues > ---------------------------------------------------- > > Key: DERBY-4694 > URL: https://issues.apache.org/jira/browse/DERBY-4694 > Project: Derby > Issue Type: Bug > Components: Build tools > Affects Versions: 10.7.0.0 > Environment: Mac OS X JDK 1.6 > Reporter: Kristian Waagan > Assignee: Kristian Waagan > Fix For: 10.7.0.0 > > Attachments: 1.6.0allfiles.txt, 1.6.0dirStructure.txt, antPrintCompilerPropertiesVerbose.txt, antwithlibset.txt, antwithpatch_diff.txt, derby-4694-1a.diff, derby-4694-2a-debugging.diff > > > The Derby build breaks on OS X, apparently trying to use JDK 1.5/1.6 compile classpath for JDK 1.4. > A quick look indicates that PropertySetter is only using defaults when configuring the classpaths, and this fails when OS X (?) creates symlinks 1.4 -> 1.6 and 1.5 -> 1.6. > We should investigate whether the current JAR inspection logic works on OS X with Apple JDKs as well (it is currently used for Sun and IBM JDKs, as well as for other / unknown JDKs). > Issue was reported on derby-dev (see http://db.markmail.org/thread/wqe73b27rknuezm7 ). > See also this thread for a related issue that may affect OS X: http://markmail.org/thread/7w24qwmvgxfctndi -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.