[Neo4j] Build Steps Community

2011-06-16 Thread webwu...@googlemail.com
Hi! I have succesfully build the neo4j-community as described on https://github.com/neo4j/community with mvn clean install. But I could not find any bin/neo4j as in the milestone-download. How do I start the server now? What am I missing? Regards, Tobias Bradtke

Re: [Neo4j] Build Steps Community

2011-06-16 Thread Peter Neubauer
Tobias, the final artifacts are produced in https://github.com/neo4j/packaging/tree/master/standalone/, using the local artifacts you just produced in the community build. Could you try building that and report back? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer

Re: [Neo4j] Build Steps Community

2011-06-16 Thread Anders Nawroth
Or if you just want to try out your local changes, go to community/server and do: mvn exec:java See: http://mojo.codehaus.org/exec-maven-plugin/ /anders 2011-06-16 12:09, Peter Neubauer skrev: Tobias, the final artifacts are produced in

Re: [Neo4j] Build Steps Community

2011-06-16 Thread webwu...@googlemail.com
Thanks a lot! Both approaches worked for me. On Thu, Jun 16, 2011 at 12:13 PM, Anders Nawroth and...@neotechnology.com wrote: Or if you just want to try out your local changes, go to community/server and do: mvn exec:java 2011-06-16 12:09, Peter Neubauer skrev: Tobias, the final artifacts