Can you please tell me where can the SNAPSHOT builds be found. On the download I can only see 2.0.0 or previous versions.
Thanks, Lokesh On Friday, September 20, 2013 11:10:27 PM UTC+2, Bill Scheidel wrote: > > What is the right way to go from the source that is available on GitHub to > an actual working Neo4j server? There are fixes that went in yesterday that > I would really like to test and they don't appear to be in the SNAPSHOT > build that is available at http://www.neo4j.org/download. > > Based on the readme provided and tips I've gotten from Wes in another > thread, this is what I've tried so far: > > 1. git clone https://github.com/neo4j/neo4j.git > 2. cd neo4j > 3. mvn clean install > > Result: Build fails in HA tests > > 1. git clone https://github.com/neo4j/neo4j.git > 2. cd neo4j/community > 3. mvn clean package > > Result: Build is successful, bunch of jar files built in various > directories > > 1. Download neo4j 2.0.0 M5 build > 2. Copy cypher, graph-algo, graph-matching, jmx, kernel, lucene-index, > shell, udc jar files into the 2.0.0-M5/lib folder using the M5 jar names > 3. Try to start server using ./neo4j start > > Result: Server fails to start > > 1. Copy server, server-static-web jar files into the > 2.0.0-M5/system/lib folder using the M5 jar names > 2. Try to start server using ./neo4j start > > Result: Server fails to start > > Any help would be appreciated. Thanks! > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
