views:

49

answers:

1

I downloaded Neoclipse Source and downloaded the Neo4J source. However some of the classes that the Neoclipse source file refers to are not found in the Neo4J source. Are they deprecated? Can I get an updated version of the Neoclipse?

A: 

Neoclipse shouldn't be built together with the current Neo4j trunk sources, but with the libraries in the lib/ directory of the project. The same libraries are referenced in the pom.xml as well, it's a bit messy to keep both Eclipse RCP and Maven happy! The disk format of Neo4j databases hasn't changed between the versions, so the older libraries used in Neoclipse shouldn't be a big issue. Neoclipse will be updated once the Neo4j kernel version 1.0 has been released (which I hope is pretty soon).

nawroth