Re: [Neo4j] How do I get the server plugin examples to work?

2011-06-13 Thread Jim Webber
Hi Boris, You need to build these plugins against the server-api package: dependency groupIdorg.neo4j/groupId artifactIdserver-api/artifactId version1.4.M04/version /dependency Once they're built, you just drop the jars in the $NEO4J_HOME/plugins directory. Note that the jar file

[Neo4j] How do I get the server plugin examples to work?

2011-06-10 Thread Boris Kizelshteyn
I have a running server v1.3, I would like to add the community examples as plugins: *$/neo4j-community-1.3/examples/java/server/examples/org/neo4j/examples/server/plugins$ ls DepthTwo.java GetAll.java ShortestPath.java* How do I do it? Many thanks!

Re: [Neo4j] How do I get the server plugin examples to work?

2011-06-10 Thread Peter Neubauer
Boris, they are included and prepackaged in examples/java/server/lib/neo4j-server-examples-1.4.M04.jar so if you copy this file (source code packaged and at https://github.com/neo4j/community/tree/master/server-examples) into plugins/ and restart, you should see the plugins. Cheers, /peter