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: which I think translates into maven as: org.neo4j neo4j-graph-matching 0.8 Jim ___ Neo4j mailing list User@lists.neo4j.o

Re: [Neo4j] Pattern Matching Library

2011-05-24 Thread noppanit
check out the source code and build from the repo? Thanks a lot. :) -- View this message in context: http://neo4j-user-list.438527.n3.nabble.com/Neo4j-Pattern-Matching-Library-tp2766363p2982525.html Sent from the Neo4J User List mailing list archive at Nabble.com

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

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 wrote: > Walaa, > which maven artifact is it you are trying out? > > Cheers, > > /peter neubauer > > GTalk:      neubauer.peter >

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 h

[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 classes.

[Neo4j] Pattern Matching Library

2011-04-01 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 classes.