Return-Path: Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: (qmail 24976 invoked from network); 17 Apr 2010 21:28:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Apr 2010 21:28:26 -0000 Received: (qmail 66562 invoked by uid 500); 17 Apr 2010 21:28:26 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 66521 invoked by uid 500); 17 Apr 2010 21:28:25 -0000 Mailing-List: contact dev-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list dev@cassandra.apache.org Received: (qmail 66513 invoked by uid 99); 17 Apr 2010 21:28:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Apr 2010 21:28:25 +0000 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jp.computer.geek@gmail.com designates 209.85.210.186 as permitted sender) Received: from [209.85.210.186] (HELO mail-yx0-f186.google.com) (209.85.210.186) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Apr 2010 21:28:20 +0000 Received: by yxe16 with SMTP id 16so2204834yxe.9 for ; Sat, 17 Apr 2010 14:27:59 -0700 (PDT) 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 :date:received:message-id:subject:from:to:content-type; bh=SKODkwt47Q58KcoCkgZbUut9TuHBC7tOV29nHiCjcrI=; b=mlOaBWz9EQCGwL+YnGmLu2vUVGK7flCAM1gasGnTv+V5oPfXE0zKuVfmYTsJQpAp/r 445jzbayoLCz6MaNQ1i+HjfxOfzml6fyviGPq7nx3ZsaenkP8aFd7JO31lB4Tni4jIGN lXBmlFcSgFh9T+F+jQx04KttJuWeWd8xeA9Bs= 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 :content-type; b=GI8tlS62IzCxiSl3yNzgUGE5gebTnLFlBAUE1nzSI/uk/9+A1A1N1BouiC8/teFO40 iO5BRNofKaUGiddQF07pK/FD9nvXqYO/OvmngaHGokrOG3wpMTkM0JjN3/I2RbxdJavX orhs66WWtpMlq8m7eICMinvJPYYefmXQGiVWw= MIME-Version: 1.0 Received: by 10.150.178.13 with HTTP; Sat, 17 Apr 2010 14:27:59 -0700 (PDT) In-Reply-To: <87zl13zc1e.fsf@lifelogs.com> References: <87zl13zc1e.fsf@lifelogs.com> Date: Sun, 18 Apr 2010 02:27:59 +0500 Received: by 10.150.63.21 with SMTP id l21mr3631294yba.138.1271539679169; Sat, 17 Apr 2010 14:27:59 -0700 (PDT) Message-ID: Subject: Re: need help regarding Cassandra Setup in eclipse From: bilal ahmed To: dev@cassandra.apache.org Content-Type: multipart/alternative; boundary=000e0cd48f0ae50cb0048475661f --000e0cd48f0ae50cb0048475661f Content-Type: text/plain; charset=ISO-8859-1 Thanks for your immediate help...after solving that issue an other problem comes into "*org.apache.cassandra.avro*" package. to me i think all files have't been commited coz when i update this package i get only 5 files which are mentioned below and u know these files are using other classes which have't been commited which is why i m getting compile time errors in this package. /cassandra/src/java/org/apache/cassandra/avro/AvroRecordFactory.java /cassandra/src/java/org/apache/cassandra/avro/AvroValidation.java /cassandra/src/java/org/apache/cassandra/avro/CassandraDaemon.java /cassandra/src/java/org/apache/cassandra/avro/CassandraServer.java /cassandra/src/java/org/apache/cassandra/avro/KeyspaceNotDefinedException.java BR jp 2010/4/16 Ted Zlatanov > On Fri, 16 Apr 2010 18:17:48 +0500 bilal ahmed > wrote: > > ba> hi > ba> i have started playing with Cassandra from couple of days. i > downloaded > ba> its binary and configured it successfully now i want to contribute in > this > ba> project but i m unable to configure > > ba> its source code in eclipse. i followed same steps which were written > on > ba> this page "http://wiki.apache.org/cassandra/RunningCassandraInEclipse" > but > ba> i m facing some issues. > > ba> issue is... > > ba> when i check out the code its directory structure looks like this... > > ba> project-name > ba> | > ba> src -> java ->org -> apache ->cassandra > > ba> but when i open any class its package statement looks like this... > > ba> package org.apache.cassandra.auth; or any other package > > ba> so here eclipse gives me error "*org.apache.cassandra.auth" does not > match > ba> the expected package "java.org.apache.cassandra.auth*" i tired a lot > but i m > ba> unable to resolve it. > > Your source folder should not be "src" but "src/java" > > You also need to add the "interface/thrift/gen-java" and "test/unit" > source folders (only the former is necessary but the latter is good to > have for code searches and to run the tests). > > Ted > > --000e0cd48f0ae50cb0048475661f--