Return-Path: X-Original-To: apmail-db-jdo-dev-archive@www.apache.org Delivered-To: apmail-db-jdo-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 8375F7722 for ; Sat, 8 Oct 2011 15:07:19 +0000 (UTC) Received: (qmail 45238 invoked by uid 500); 8 Oct 2011 15:07:19 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 45230 invoked by uid 99); 8 Oct 2011 15:07:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Oct 2011 15:07:19 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [213.238.49.81] (HELO mailgateway.akquinet.de) (213.238.49.81) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Oct 2011 15:07:14 +0000 Received: from akqhpwpex05.akquinet.de ([172.20.8.21]:23938) by mailgateway.akquinet.de with esmtp (Exim 4.76) (envelope-from ) id 1RCYUD-0004Oj-2i for jdo-dev@db.apache.org; Sat, 08 Oct 2011 17:06:49 +0200 Received: from styx.spree.de (172.20.8.22) by akqhpwpex05.akquinet.de (172.20.8.21) with Microsoft SMTP Server (TLS) id 14.1.255.0; Sat, 8 Oct 2011 17:06:49 +0200 X-CTCH-RefID: str=0001.0A0B020B.4E906709.0109,ss=1,re=0.000,fgs=0 Message-ID: <4E906708.8090802@akquinet.de> Date: Sat, 8 Oct 2011 17:06:48 +0200 From: Michael Bouschen Organization: akquinet tech@spree GmbH User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Subject: Re: API : compilation failure References: <201110081124.09867.andy@datanucleus.org> In-Reply-To: <201110081124.09867.andy@datanucleus.org> Content-Type: multipart/alternative; boundary="------------010001000000000705070805" X-Originating-IP: [172.20.8.22] --------------010001000000000705070805 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 8bit Hi Andy, thanks for pointing this out. I fixed EnhancerTest by adding back the import statements for the three constants. With this change the issues in ObjectStateTest and BatchTestRunner are reported as warning and I recall seeing them before. I think they can be fixed later. Regards Michael > Anyone know why SVN trunk of "api" won't build any more ? Using JDK1.6 on > Linux > > cd api; > mvn clean install > > > [INFO] Compilation failure > > /usr/local/tck/jdo/trunk/api/test/java/javax/jdo/ObjectStateTest.java:[220,51] > [unchecked] unchecked call to > getDeclaredMethod(java.lang.String,java.lang.Class...) as a member of the > raw type java.lang.Class > > /usr/local/tck/jdo/trunk/api/test/java/javax/jdo/EnhancerTest.java:[81,44] > cannot find symbol > symbol : variable ENHANCER_USAGE_ERROR > location: class javax.jdo.EnhancerTest > > /usr/local/tck/jdo/trunk/api/test/java/javax/jdo/EnhancerTest.java:[92,139] > cannot find symbol > symbol : variable PROPERTY_ENHANCER_VENDOR_NAME > location: class javax.jdo.EnhancerTest > > /usr/local/tck/jdo/trunk/api/test/java/javax/jdo/EnhancerTest.java:[93,140] > cannot find symbol > symbol : variable PROPERTY_ENHANCER_VERSION_NUMBER > location: class javax.jdo.EnhancerTest > > /usr/local/tck/jdo/trunk/api/test/java/javax/jdo/util/BatchTestRunner.java: > [116,59] [unchecked] unchecked call to getConstructor(java.lang.Class...) > as a member of the raw type java.lang.Class > > > -- *Michael Bouschen* *Prokurist* akquinet tech@spree GmbH B�lowstr. 66, D-10783 Berlin Fon: +49 30 235 520-33 Fax: +49 30 217 520-12 Email: michael.bouschen@akquinet.de Web: www.akquinet.de akquinet tech@spree GmbH, Berlin Gesch�ftsf�hrung: Martin Weber, Dr. Torsten Fink Amtsgericht Berlin-Charlottenburg HRB 86780 B USt.-Id. Nr.: DE 225 964 680 --------------010001000000000705070805--