On Fri, 16 Apr 2010 18:17:48 +0500 bilal ahmed <jp.computer.g...@gmail.com> 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