tjake / Solandra

Solandra = Solr + Cassandra
Apache License 2.0
882 stars 150 forks source link

Build with Cassandra 0.7.5 failed #83

Closed ecrxs closed 13 years ago

ecrxs commented 13 years ago

compile: [javac] Compiling 31 source files to C:\software\Solandra\tjake-Solandra-b8e8389\build\classes [javac] C:\software\Solandra\tjake-Solandra-b8e8389\src\lucandra\VIntType.java:27: lucandra.VIntType is not abstract and does not override abstract method decompose(j ava.lang.Object) in org.apache.cassandra.db.marshal.AbstractType [javac] public class VIntType extends AbstractType { [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 error

BUILD FAILED

tjake commented 13 years ago

The api changed for comparators. This class will need to be updated in Solandra

ceocoder commented 13 years ago

@ecrxs it should work now