Re: [Neo] help w/ neo4j sesame sail

2010-04-22 Thread Anders Nawroth
Hi Mike! I created an example project that downloads all dependencies of a Maven project (including transitive dependencies). Also, javadocs of all included Neo4j components are aggregated (others could be added as well, this is configurable). See here: http://github.com/neo4j-examples/neo4j-p

Re: [Neo] help w/ neo4j sesame sail

2010-04-22 Thread Niels Hoogeveen
When you run mvn -install, for neo4j-rdf-sail, the proper dependencies will be downloaded by maven and put in a repository which you can find in the .m2 subdirectory of your user directory. > Date: Thu, 22 Apr 2010 15:43:40 -0400 > From: mhgr...@gmail.com > To: user@lists.neo4j.org > Subject:

Re: [Neo] help w/ neo4j sesame sail

2010-04-22 Thread Peter Neubauer
Mike, I think the APOC 1.0 is not compatible with the current SNAPSHOT versions of neo4j-rdf etc since the Lucene deps have been updated. Could you send me your pom.xml and code using the classes (maybe the project as a zip), then I can figure out what you need. probably a SNPASHOT version of APOC

Re: [Neo] help w/ neo4j sesame sail

2010-04-22 Thread Mike Grove
On Thu, Apr 22, 2010 at 2:49 PM, Niels Hoogeveen wrote: > > Did you use maven when building the jars? The dependencies listed in maven, > make sure the proper versions of other components are downloaded. > Yes, after I checked the code out, I just ran "mvn" from the directory, and put all the com

Re: [Neo] help w/ neo4j sesame sail

2010-04-22 Thread Niels Hoogeveen
Did you use maven when building the jars? The dependencies listed in maven, make sure the proper versions of other components are downloaded. > Date: Thu, 22 Apr 2010 14:31:42 -0400 > From: mhgr...@gmail.com > To: user@lists.neo4j.org > Subject: [Neo] help w/ neo4j sesame sail > > I'm trying to

[Neo] help w/ neo4j sesame sail

2010-04-22 Thread Mike Grove
I'm trying to get the Neo4j Sesame Sail up and running so I can compare it with the other various RDF databases available and i'm getting an odd error on startup. I checked out the neo4j-rdf project (0.7 SNAPSHOT) and compiled it, downloaded the APOC (v1.0), checked out and compiled neo4j-rdf-sail

Re: [Neo] Hiding properties in NeoClipse

2010-04-22 Thread Alex Averbuch
Thanks! My requirement was basically to make the visualization less cluttered and that trick actually worked really well. On Thu, Apr 22, 2010 at 2:20 PM, Anders Nawroth wrote: > Hi! > > There's isn't. But by not using the expanded mode (see the view menu in > the upper right corner of the graph

Re: [Neo] Hiding properties in NeoClipse

2010-04-22 Thread Anders Nawroth
Hi! There's isn't. But by not using the expanded mode (see the view menu in the upper right corner of the graph view) and instead select what properties should be included in the settings (Neo4j -> Graph Decorations -> Node/Relationship label properties), you get something useful in most cases

Re: [Neo] Hiding properties in NeoClipse

2010-04-22 Thread Mattias Persson
Yeah, that could be useful! I don't know if there's such a feature yet? Anders? 2010/4/22 Alex Averbuch > Hey guys, > Is there a way to stop specific properties on nodes/relationships from > being > displayed in NeoClipse? > Hiding specific relationship types is really easy, but I haven't found

[Neo] Hiding properties in NeoClipse

2010-04-22 Thread Alex Averbuch
Hey guys, Is there a way to stop specific properties on nodes/relationships from being displayed in NeoClipse? Hiding specific relationship types is really easy, but I haven't found a similar setting for properties yet. Cheers, Alex ___ Neo mailing list