hi i have started playing with Cassandra from couple of days. i downloaded its binary and configured it successfully now i want to contribute in this project but i m unable to configure
its source code in eclipse. i followed same steps which were written on this page "http://wiki.apache.org/cassandra/RunningCassandraInEclipse" but i m facing some issues. issue is... when i check out the code its directory structure looks like this... project-name | src -> java ->org -> apache ->cassandra but when i open any class its package statement looks like this... package org.apache.cassandra.auth; or any other package so here eclipse gives me error "*org.apache.cassandra.auth" does not match the expected package "java.org.apache.cassandra.auth*" i tired a lot but i m unable to resolve it. i hope u guys will resolve this issue. Thanks -jp