Hi,

I am trying to open the Cassandra maven project in NetBeans. I have
checked out the head revision and when I open the project I have a lot
of errors in a lot of classes concerning imports. 

for instance I am missing

import org.apache.cassandra.thrift.AccessLevel;
import org.apache.cassandra.thrift.AuthenticationException;
import org.apache.cassandra.thrift.AuthenticationRequest;
import org.apache.cassandra.thrift.AuthorizationException;

and so on. 

The package org.apache.cassandra.thrift exists but it does not contain
the .java files imported through out the code. I found the missing .java
files in the "interfaces" folder, and I was wondering is there a jar
that completes the org.apache.cassandra.thrift package or do I need to
make it, or manually copy the .java files to the package, or something
else that makes more sence. 

Also, there are other packages that are incomplete.

I am new to using maven so i am not really sure how to handle this, any
help would be appreciated.

BoriS 

Reply via email to