From user-return-15311-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Fri Apr 01 01:17:30 2011 Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 96421 invoked from network); 1 Apr 2011 01:17:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Apr 2011 01:17:30 -0000 Received: (qmail 77468 invoked by uid 500); 1 Apr 2011 01:17:28 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 77437 invoked by uid 500); 1 Apr 2011 01:17:28 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 77429 invoked by uid 99); 1 Apr 2011 01:17:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2011 01:17:28 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of watanabe.maki@gmail.com designates 209.85.214.44 as permitted sender) Received: from [209.85.214.44] (HELO mail-bw0-f44.google.com) (209.85.214.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2011 01:17:21 +0000 Received: by bwz13 with SMTP id 13so2367313bwz.31 for ; Thu, 31 Mar 2011 18:17:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=JsZc/2r+nxjEHG3FWvKfPvRT+9/s7NU5OH4nqCGqNEQ=; b=bvXHTwTIYjtkzGBQxhTN/LuxhJRXG/BHEID6WaSwVFkvUk9RokFb9o7j/bRDKHVbSG Hh3bLCrNFZFHu8l1oQyf04KICB2gGKB8geAAR/G+rr/PPorLbQFdBm677mi5rWdZ1Mp6 BR7lNNihWQ47h4KFIRUfCS/qq1Wz0ZX2xzTLs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=a/fp1jQqI+NEJfYnL1VNHb1SVtEH22XYpTeSAaM1zNkiRBrIrjBSOURekvetURb5eb S4CQx6oieWsI2IXr5+YMvutu3rD/OAxNJyIo+i+A1tCc6Y5s1pw58Behvs4+mnsyaR0A rsWhKjiwh9qnAMXnsr+nhNX2WzraGWS4gx5yk= MIME-Version: 1.0 Received: by 10.204.175.194 with SMTP id bb2mr3077751bkb.121.1301620620206; Thu, 31 Mar 2011 18:17:00 -0700 (PDT) Received: by 10.204.49.85 with HTTP; Thu, 31 Mar 2011 18:17:00 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Apr 2011 10:17:00 +0900 Message-ID: Subject: Re: Does anyone build 0.7.4 on IDEA? From: Maki Watanabe To: =?ISO-8859-1?Q?Tommy_Tynj=E4?= Cc: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org ant on my command line had completed without error. Next I tried to build cassandra 0.7.4 in eclipse, and had luck. So I'll explore cassandra code with eclipse, rather than IDEA. maki 2011/3/31 Maki Watanabe : > Not yet. I'll try. > > maki > > 2011/3/31 Tommy Tynj=E4 : >> Have you assured you are able to build Cassandra outside >> of IDEA, e.g. on command line? >> >> Best regards, >> Tommy >> @tommysdk >> >> On Thu, Mar 31, 2011 at 3:56 AM, Maki Watanabe = wrote: >>> Hello, >>> >>> I'm trying to build and run cassandra 0.7.4-src on IntelliJ IDEA 10 CE >>> on OSX with reading >>> http://wiki.apache.org/cassandra/RunningCassandraInIDEA. >>> Though I need to omit interface/avro/gen-java, exclude >>> java/org/apache/cassandra/hadoop, and >>> download&add jna.jar into library path, I could kill most of errors. >>> >>> However, now it complains on compiling >>> java/org/apache/cassandra/db/ReadResponse.java, because of: >>> =A0Error:(93, 27) can't access to org.apache.cassandra.db.RowSerializer >>> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0can't find class file of >>> org.apache.cassandra.db.RowSerializer >>> >>> I found the class RowSerializer in Row.java, as package >>> org.apache.cassandra.db scope, >>> But ReadResponse.java is in the package also. Then I can't understand >>> why IDEA can't find the class. >>> >>> Any suggestion? >>> >>> maki >>> >> > --=20 w3m