Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-15 Thread Thomas Fritz
Thank you so far! :) --- Thomas FRITZ web http://fritzthomas.com twitter http://twitter.com/thomasf 2011/7/15 Michael Hunger : > Thomas, > > I imported the repositories from svn, repaired them and pushed them to github. > > https://github.com/neo4j-contrib > > Next steps will be updating th

Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-15 Thread Michael Hunger
Thomas, I imported the repositories from svn, repaired them and pushed them to github. https://github.com/neo4j-contrib Next steps will be updating them to the current version (1.4.) Cheers Michael Am 15.07.2011 um 10:35 schrieb Thomas Fritz: > Thanks for the fast answer, i am just trying it

Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-15 Thread Michael Hunger
Hi Thomas, there is a more complete rdf / sail implementation in tinkerpop that runs easily on top of neo4j. Please check that out and report back if it fits your needs: https://github.com/tinkerpop/blueprints/wiki/Sail-Ouplementation I already pinged Davy asking him to port his example to thi

Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-15 Thread Thomas Fritz
Thanks for the fast answer, i am just trying it out at the moment. But your answer brings me to another question. You wrote "legacy" projects. I know Neo4J is no RDF/Triple/Quad Store but what are the plans for the RDF libs to use Neo4J as such? Kind regards. --- Thomas FRITZ web http://fritz

Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-14 Thread Michael Hunger
Thomas, just a quick info, I pulled the project locally and fixed the compilation issues (they pointed all to a parent-pom 7 that has somehow disappeared from our m2 repository). Updating it to 9 helped. So the workaround is: neo4j-graph-matching neo4j-meta-model neo4j-rdf neo4j-rdf-sail neo4j

Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-14 Thread Thomas Fritz
Hi, Thank you very much! Looking forward to it! Kind regards Am 14.07.2011 22:55 schrieb "Michael Hunger" < michael.hun...@neotechnology.com>: > Thomas, > > yes I can confirm that, don't know why the one snapshot pom is not on the server. > We can fix that but right now I will only be able to provi

Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-14 Thread Michael Hunger
Thomas, yes I can confirm that, don't know why the one snapshot pom is not on the server. We can fix that but right now I will only be able to provide a temporary workaround. Will ping you later with that. Cheers Michael Am 14.07.2011 um 22:48 schrieb Thomas Fritz: > Can anyone confirm that

Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-14 Thread Thomas Fritz
Can anyone confirm that the neo4j-rdf, sail, sparql libs are not working? Will it be fixed? Kind regards Am 14.07.2011 17:33 schrieb "Thomas Fritz" : > Hi, > > No, it is of course not in my own pom.xml - the projects pom.xml - it > is in the Neo4J dependencies (rdf, sparql, sail). I think it has t

Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-14 Thread Thomas Fritz
Hi, No, it is of course not in my own pom.xml - the projects pom.xml - it is in the Neo4J dependencies (rdf, sparql, sail). I think it has to be fixed from Neo4J and has to be updated on maven central? Kind regards --- Thomas FRITZ web http://fritzthomas.com twitter http://twitter.com/thomas

Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-14 Thread Michael Hunger
It should be directly in your pom.xml at the top, there is an xml section with the parent element. Cheers Michael If that is not in your local pom, try to pull that project from svn remove that section and build it locally. Am 14.07.2011 um 14:49 schrieb Thomas Fritz: > Thanks for answering

Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-14 Thread Thomas Fritz
Thanks for answering! How can i remove the parent section from the pom.xml? It is in the dependency project maven tries to resolve, right? So how and where can i edit it? Kind regards --- Thomas FRITZ web http://fritzthomas.com twitter http://twitter.com/thomasf 2011/7/14 Michael Hunger : > Y

Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-14 Thread Michael Hunger
You can just try to remove the ... block, that should work. Those are just meant for being built integrated in a larger system build. Cheers Michael Am 14.07.2011 um 13:23 schrieb Thomas Fritz: > Hi, > > Who can fix this? As i can see one of the neo4j-rdf dependencys pulls > that depende

Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-14 Thread Thomas Fritz
Hi, Who can fix this? As i can see one of the neo4j-rdf dependencys pulls that dependency in. Or can i bypass and fix it locally until it is fixed? Thanks Kind regards --- Thomas FRITZ web http://fritzthomas.com twitter http://twitter.com/thomasf 2011/7/14 Peter Neubauer : > Not sure but pa

Re: [Neo4j] RDF Examples not working - parent-pom

2011-07-14 Thread Peter Neubauer
Not sure but parent - pom should maybe be parent - central? /peter Sent from my phone. On Jul 14, 2011 12:23 PM, "Thomas Fritz" wrote: > I have tried the code example from here: http://datablend.be/?p=411 . > I downloaded the source from github - > https://github.com/datablend/neo4j-sail-test .

[Neo4j] RDF Examples not working - parent-pom

2011-07-14 Thread Thomas Fritz
I have tried the code example from here: http://datablend.be/?p=411 . I downloaded the source from github - https://github.com/datablend/neo4j-sail-test . I have also tried this example: https://github.com/aduric/Neo-SPARQL-Test They both can not be build with maven. The "parent-pom" can not be fou