Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 72106 invoked from network); 31 Oct 2005 17:19:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Oct 2005 17:19:43 -0000 Received: (qmail 31091 invoked by uid 500); 31 Oct 2005 17:19:43 -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 31080 invoked by uid 99); 31 Oct 2005 17:19:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2005 09:19:43 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.34] (HELO brmea-mail-3.sun.com) (192.18.98.34) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2005 09:19:39 -0800 Received: from phys-mpk-1 ([129.146.11.81]) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id j9VHJL3F003191 for ; Mon, 31 Oct 2005 10:19:22 -0700 (MST) Received: from conversion-daemon.mpk-mail1.sfbay.sun.com by mpk-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) id <0IP800H01IAQGU@mpk-mail1.sfbay.sun.com> (original mail from Michelle.Caisse@Sun.COM) for jdo-dev@db.apache.org; Mon, 31 Oct 2005 09:19:21 -0800 (PST) Received: from [129.150.31.191] (vpn-129-150-31-191.SFBay.Sun.COM [129.150.31.191]) by mpk-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTP id <0IP800D1QIS17J@mpk-mail1.sfbay.sun.com> for jdo-dev@db.apache.org; Mon, 31 Oct 2005 09:19:14 -0800 (PST) Date: Mon, 31 Oct 2005 09:22:10 -0800 From: Michelle Caisse Subject: Re: BUILD FAILURE In-reply-to: <4366511F.2070401@spree.de> To: jdo-dev@db.apache.org Message-id: <436652C2.1000402@sun.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803 References: <43664E7E.5070008@sun.com> <4366511F.2070401@spree.de> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm sure that's it, thanks. Sorry for the alarm. -- Michelle Michael Watzek wrote: > Hi Michelle, > > the code compiles fine on my machine. Have you updated and build your > api20 project? Method Query.setRange(String) has been added to the API. > > Regards, > Michael > >> Hi, >> >> I'm getting a build failure after an svn update: >> >> java:compile: >> [echo] Compiling to c:\svn2\jdo\trunk\tck20/target/classes >> [javac] Compiling 13 source files to >> C:\svn2\jdo\trunk\tck20\target\classes >> C:\svn2\jdo\trunk\tck20\test\java\org\apache\jdo\tck\query\QueryElementHolder.java:322: >> setRange(long,long) in javax.jdo.Query cannot be applied to >> (java.lang.String) >> query.setRange(this.fromString + ',' + this.toString); >> ^ >> 1 error >> >> -- Michelle > > >