Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 65109 invoked from network); 23 Feb 2010 17:37:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2010 17:37:20 -0000 Received: (qmail 74179 invoked by uid 500); 23 Feb 2010 17:37:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 74145 invoked by uid 500); 23 Feb 2010 17:37: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 74137 invoked by uid 99); 23 Feb 2010 17:37:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 17:37:19 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.18.43.133] (HELO sca-es-mail-2.sun.com) (192.18.43.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 17:37:10 +0000 Received: from fe-sfbay-09.sun.com ([192.18.43.129]) by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o1NHamfA019667 for ; Tue, 23 Feb 2010 09:36:48 -0800 (PST) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul 2 2009)) id <0KYB009001XSWV00@fe-sfbay-09.sun.com> for derby-dev@db.apache.org; Tue, 23 Feb 2010 09:36:48 -0800 (PST) Received: from richard-hillegas-computer.local ([unknown] [129.150.225.1]) by fe-sfbay-09.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul 2 2009)) with ESMTPSA id <0KYB00I50299KU60@fe-sfbay-09.sun.com> for derby-dev@db.apache.org; Tue, 23 Feb 2010 09:36:45 -0800 (PST) Date: Tue, 23 Feb 2010 09:36:43 -0800 From: Rick Hillegas Subject: Re: build broken In-reply-to: <4B8408B6.7030009@sun.com> Sender: Richard.Hillegas@Sun.COM To: derby-dev@db.apache.org Message-id: <4B84122B.3070508@sun.com> References: <4B8408B6.7030009@sun.com> User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) X-Virus-Checked: Checked by ClamAV on apache.org May be related to my foolishly letting my machine apply suggested updates from the manufacturer yesterday. Sigh. Rick Hillegas wrote: > I have just sync'd to the head of the trunk and the build is now > broken for me: > > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [java] Warning: Lookahead adequacy checking not being performed > since option LOOKAHEAD is more than 1. Set option FORCE_LA_CHECK to > true to force checking. > [java] Warning: ParseException.java: File is obsolete. Please > rename or delete this file so that a new one can be generated for you. > [java] Warning: Token.java: File is obsolete. Please rename or > delete this file so that a new one can be generated for you. > [java] Warning: CharStream.java: File is obsolete. Please rename > or delete this file so that a new one can be generated for you. > [javac] > /Users/rh161140/derby/mainline/trunk/java/engine/org/apache/derby/iapi/jdbc/FailedProperties40.java:27: > cannot access java.util.HashMap > [javac] bad class file: > /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Classes/alt-rt.jar(java/util/HashMap.class) > > [javac] class file has wrong version 50.0, should be 49.0 > [javac] Please remove or make sure it appears in the correct > subdirectory of the classpath. > [javac] import java.util.HashMap; > [javac] ^ > [javac] 1 error > > BUILD FAILED > > Regards, > -Rick