Raffael,
are you building the index-util from trunk? If so, it is dependent on
neo4j-1.0-b11-SNAPSHOT . This should be downloaded from the neo4j
snapshot repo into your cache. There is no released 1.0-b11, so even
in your main project the neo4j dependency should be to the
b11-SNAPSHOT, something like
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo</artifactId>
<version>1.0-b11-SNAPSHOT</version>
</dependency>
does that work for you?
/peter
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer
http://www.neo4j.org - Relationships count.
http://www.linkedprocess.org - Distributed computing on LinkedData scale
On Tue, Dec 1, 2009 at 6:36 PM, Rafael Almeida <[email protected]> wrote:
> I'm trying to use the index-utils, but the version that comes with apoc
> doesn't seem to include the class IndexHits. I can iterate whatever
> getNodes() return, but I'm not sure what it is. I tried to compile a new
> version of index-utils but it seem to require a version of neo4j (1.0b11)
> which doesn't seem to be available. I cannot even find where in the svn it
> is. Am I stuck with the older version of index-utils for now, then?
>
>
>
> _______________________________________________
> Neo mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user