Re: [Neo4j] Pattern Matching Library

2011-05-25 Thread Jim Webber
Hey, You need to add the pattern matching library since it's not shipped by default with neo4j. The ivy dependency is: dependency org=org.neo4j name=neo4j-graph-matching rev=0.8/ which I think translates into maven as: dependency groupidorg.neo4j/groupid

Re: [Neo4j] Pattern Matching Library

2011-05-24 Thread noppanit
-Pattern-Matching-Library-tp2766363p2982525.html Sent from the Neo4J User List mailing list archive at Nabble.com. ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Pattern Matching Library

2011-04-04 Thread Mattias Persson
Hi Walaa, the graph-matching component isn't part of the official release cycle currently. You can check out the source from https://svn.neo4j.org/components/graph-matching/trunk/ and just try it from there. In fact, I just tried updating the neo4j-kernel dependency to 1.3-SNAPSHOT and all tests

[Neo4j] Pattern Matching Library

2011-04-03 Thread Walaa Eldin Moustafa
Hi, I am trying to use the pattern matching algorithms in Neo4j. I cannot find the library (jar file) that contains the org.neo4j.patternmatching package which is supposed to have the pattern matching algorithms. Also, I downloaded the most recent source code and I still cannot find these

Re: [Neo4j] Pattern Matching Library

2011-04-03 Thread Peter Neubauer
Walaa, which maven artifact is it you are trying out? Cheers, /peter neubauer 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               - Your

Re: [Neo4j] Pattern Matching Library

2011-04-03 Thread Walaa Eldin Moustafa
I did not use maven. I just downloaded the latest milestone jar, and for the source code, I downloaded it from github. On Sun, Apr 3, 2011 at 2:39 PM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Walaa, which maven artifact is it you are trying out? Cheers, /peter neubauer

[Neo4j] Pattern Matching Library

2011-04-02 Thread Walaa Eldin Moustafa
Hi, I am trying to use the pattern matching algorithms in Neo4j. I cannot find the library (jar file) that contains the org,neo4j.patternmatching package which is supposed to have the pattern matching algorithms. Also, I downloaded the most recent source code and I still cannot find these