Peter,

Got the community git, mvn clean install and it's returning test failures.
Results :

Failed tests:
  
shouldGet204WhenRemovingAValidRelationship(org.neo4j.server.rest.RemoveRelationshipFunctionalTest)

Tests in error:

Tests run: 468, Failures: 56, Errors: 23, Skipped: 13
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on
project neo4j-server: There are test failures.
[ERROR]
[ERROR] Please refer to
/Users/m/Work/neo-community/server/target/surefire-reports for the
individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :neo4j-server


On Tue, May 31, 2011 at 10:52 PM, Peter Neubauer <
peter.neuba...@neotechnology.com> wrote:

> John,
> yes, sunshine and the graphmatching lib have just moved into the community
> build and thus are not deployed to the repos yet by the buildserver. Just
> build the community repo with
>
> mvn clean install and you should get them installed into your local repo.
> Then, in the packaging repo, you only should need to build the standalone
> project, QA is doing smoketests and other stuff ensuring that the server is
> really booting on all platforms, installing plugins etc.
>
> 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 high performance graph database.
> http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
> http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
>
>
> On Tue, May 31, 2011 at 9:49 PM, John Bale <nos...@gmail.com> wrote:
>
> > Tried building it myself and got this error:
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Neo4j - Server Assembler .......................... FAILURE
> > [1:38.527s]
> > [INFO] Neo4j Packaging Build ............................. SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 1:46.584s
> > [INFO] Finished at: Tue May 31 22:48:20 EEST 2011
> > [INFO] Final Memory: 8M/81M
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal on project neo4j-standalone: Could not
> > resolve dependencies for project
> > org.neo4j.assembly:neo4j-standalone:pom:1.4-SNAPSHOT: The following
> > artifacts could not be resolved:
> > org.neo4j:neo4j-graph-matching:jar:1.4-SNAPSHOT,
> > org.neo4j:neo4j-sunshine:jar:1.4-SNAPSHOT: Could not find artifact
> > org.neo4j:neo4j-graph-matching:jar:1.4-SNAPSHOT in
> > neo4j-snapshot-repository
> > (http://m2.neo4j.org/snapshots) -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please
> > read the following articles:
> > [ERROR] [Help 1]
> >
> >
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> >
> >
> > On Tue, May 31, 2011 at 8:50 PM, Peter Neubauer <
> > peter.neuba...@neotechnology.com> wrote:
> >
> > > John,
> > > there should be build instructions on
> > >
> > > https://github.com/neo4j/community and
> > > https://github.com/neo4j/neo4j-gremlin-plugin
> > >
> > > in order to get going yourself. You then can even build the server
> > > following
> > >
> > >
> > > https://github.com/neo4j/packging
> > >
> > > Anyway, our functional tests are taking AGES on our build server. We
> are
> > > having a hard time understanding why the build servers hang on waiting
> > for
> > > socket connections in the test phases, where we start the servers a
> lot.
> > If
> > > anyone has experience with debugging this kind of testing failures,
> > please
> > > speak up - builds are taking hours on the build system right now
> instead
> > of
> > > minutes which leads to deployment problems and changes not getting into
> > the
> > > repos :(
> > >
> > >
> > > 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 high performance graph
> > database.
> > > http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
> > > http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing
> party.
> > >
> > >
> > > On Tue, May 31, 2011 at 7:37 PM, John Bale <nos...@gmail.com> wrote:
> > >
> > > > Peter, when this is ready can you post a quick 'how to' get this
> > working?
> > > > Something like download the snapshot from X, git clone the neo4j
> > gremlin
> > > > repository, run mvn package and copy it in the neo4j plugins dir.
> > > >
> > > >
> > > > On Tue, May 31, 2011 at 1:52 PM, Peter Neubauer <
> > > > peter.neuba...@neotechnology.com> wrote:
> > > >
> > > > > Guys,
> > > > > the plugin is now cloned to Neo4j,
> > > > > https://github.com/neo4j/neo4j-gremlin-plugin and part of the
> build
> > > > > process.
> > > > > I am waiting to get it built, there are some build before. Will
> post
> > to
> > > > the
> > > > > list when you can download it (and use it with a Neo4j Snapshot
> > build)
> > > if
> > > > > that is ok?
> > > > >
> > > > > 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 high performance graph
> > > > database.
> > > > > http://startupbootcamp.org/    - Öresund - Innovation happens
> HERE.
> > > > > http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing
> > > party.
> > > > >
> > > > >
> > > > > On Tue, May 31, 2011 at 12:43 PM, noppanit <noppani...@gmail.com>
> > > wrote:
> > > > >
> > > > > > Hi John,
> > > > > >
> > > > > > I'm new to Neo4j as well, but I just want to put some thought on
> > Ruby
> > > > and
> > > > > > Neography. I had been trying to use neography and ruby to build a
> > web
> > > > > > application the same as you wanted to do as well. But I found out
> > > that
> > > > > Java
> > > > > > with graph matching is very powerful and much more easier to use.
> > And
> > > a
> > > > > lot
> > > > > > of examples are written in Java.
> > > > > >
> > > > > >  So I changed to Java after I was struggling with in Ruby. If you
> > > > managed
> > > > > > to
> > > > > > do that please let me know as well, I'd love to here more, and of
> > > > course
> > > > > > the
> > > > > > fact that I'm very new to Ruby as well. :).
> > > > > >
> > > > > > --
> > > > > > View this message in context:
> > > > > >
> > > > >
> > > >
> > >
> >
> http://neo4j-user-list.438527.n3.nabble.com/Neo4j-finding-commonalities-between-people-tp2999468p3005398.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
> > > > > >
> > > > > _______________________________________________
> > > > > Neo4j mailing list
> > > > > User@lists.neo4j.org
> > > > > https://lists.neo4j.org/mailman/listinfo/user
> > > > >
> > > > _______________________________________________
> > > > Neo4j mailing list
> > > > User@lists.neo4j.org
> > > > https://lists.neo4j.org/mailman/listinfo/user
> > > >
> > > _______________________________________________
> > > Neo4j mailing list
> > > User@lists.neo4j.org
> > > https://lists.neo4j.org/mailman/listinfo/user
> > >
> > _______________________________________________
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to