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 <watanabe.m...@gmail.com>:
> Not yet. I'll try.
>
> maki
>
> 2011/3/31 Tommy Tynjä <to...@diabol.se>:
>> 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 <watanabe.m...@gmail.com> 
>> 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:
>>>  Error:(93, 27) can't access to org.apache.cassandra.db.RowSerializer
>>>                      can'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
>>>
>>
>



-- 
w3m

Reply via email to