Return-Path: Delivered-To: apmail-incubator-cassandra-dev-archive@minotaur.apache.org Received: (qmail 23831 invoked from network); 25 Jan 2010 14:05:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2010 14:05:14 -0000 Received: (qmail 88959 invoked by uid 500); 25 Jan 2010 14:05:13 -0000 Delivered-To: apmail-incubator-cassandra-dev-archive@incubator.apache.org Received: (qmail 88928 invoked by uid 500); 25 Jan 2010 14:05:13 -0000 Mailing-List: contact cassandra-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-dev@incubator.apache.org Received: (qmail 88918 invoked by uid 99); 25 Jan 2010 14:05:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 14:05:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jbellis@gmail.com designates 209.85.219.212 as permitted sender) Received: from [209.85.219.212] (HELO mail-ew0-f212.google.com) (209.85.219.212) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 14:05:06 +0000 Received: by ewy4 with SMTP id 4so4221476ewy.27 for ; Mon, 25 Jan 2010 06:04:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=59spG1KaHZCbPzI3iIY84Hvx7m0L84XQTGkIZXAHoBs=; b=EBRrz/helMqOQF6SQ9kI9MdsMhlsTYjQNCNF6m7JJyDFwkCej7sBEw6JCcKhiJnmFk IX3YewQ0/Slsq3ISPdlhu+7p21ElyWgW0f24qM5xH3k0n7vk1VmkbylB6SrPTrVgYt2G C/s1wHsKt42BrMg2EpAc7n8C9zQNgXqi3UW3A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=YBid3jvhcxJPVDTrx3uro81fqVdK3kiSkQC0DApIEczC9W55ocionRHplftf2MxoJi vHxRn/WvXd6/33rh1ZoCmfv/LNlY76AVs8DrwIc/0NglDNiQlbrZB3aJLogv5j+oWLjX B4tPUhUyDMP3Ms+CL7ABhR5Pa3cPtbcNJLeCc= MIME-Version: 1.0 Received: by 10.216.90.212 with SMTP id e62mr2533349wef.26.1264428285149; Mon, 25 Jan 2010 06:04:45 -0800 (PST) In-Reply-To: References: From: Jonathan Ellis Date: Mon, 25 Jan 2010 08:04:25 -0600 Message-ID: Subject: Re: error in apache-cassandra-incubating-0.5.0-src.tar.gz To: cassandra-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 1, 2: this is because you need to run ant to generate the thrift code 3: this is a warning, not an error 2010/1/25 Lu Ming : > I downloaded apache-cassandra-incubating-0.5.0-src.tar.gz and imported so= urce files into Eclipse. > and find three errors; > > 1)in org.apache.cassandra.cli.CliClient: =A0 =A0 =A0 =A0 line 53,56... et= c: =A0 =A0CliParser can not be resolved > 2)in org.apache.cassandra.cli.CliCompiler: =A0 =A0 line 66 .... =A0 : =A0= =A0 =A0 =A0CliLexer&CliParser can not be resolved > 3)in org.apache.cassandra.service.StorageProxy > line 542 and line 543 Type mismatch: cannot convert from Object to Decora= tedKey > this error is caused by Collections.max and Collections.min > >