Re: [Neo4j] building from source

2011-04-07 Thread Will Holcomb
Thanks. I was trying to use the jar target rather than install.

That build fails with:

---
 T E S T S
---
Running org.neo4j.com.TestCommunication
Thu Apr 07 10:53:14 EDT 2011: MadeUpServer communication server started and
bound to 1234
[MadeUpServerProcess:27271] Thu Apr 07 10:53:15 EDT 2011: MadeUpServer
communication server started and bound to 
[MadeUpServerProcess:27271] Thu Apr 07 10:53:24 EDT 2011: MadeUpServer
shutdown, closing all channels
Tests run: 5, Failures: 1, Errors: 3, Skipped: 0, Time elapsed: 10.353 sec
 FAILURE!

Results :

Failed tests:
  clientGetResponseFromServerViaComLayer(org.neo4j.com.TestCommunication)

Tests in error:
  makeSureClientStoreIdsMustMatch(org.neo4j.com.TestCommunication)
  makeSureServerStoreIdsMustMatch(org.neo4j.com.TestCommunication)
  makeSureClientCanStreamBigData(org.neo4j.com.TestCommunication)

Tests run: 5, Failures: 1, Errors: 3, Skipped: 0


I can get it to build though with: mvn -Dmaven.test.skip=true install

–☮W

On Thu, Apr 7, 2011 at 1:05 AM, Peter Neubauer 
peter.neuba...@neotechnology.com wrote:

 Willi,
 the main build tool is maven, and we are in the middle of a
 major reshuffling on GIT, so if you install maven.apache.org and try
 mvn clean install that, things should work out better. Would that be
 an option?

 Cheers,

 /peter neubauer

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Neo4j Neo Technology logos in vector format?

2011-04-07 Thread Will Holcomb
I did this a bit ago and it might help start you off:
http://will.tip.dhappy.org/image/logo/Neo4j/

On Thu, Apr 7, 2011 at 11:59 AM, Alex Averbuch alex.averb...@gmail.comwrote:

 Hey,
 As subject, is there anywhere I can get Neo4j or Neo Technology logos in
 vector image format (ps, eps, pdf, svg)?
 I'll be using them in a few posters at work, for the SICS open day. They
 will be advertising past and ongoing Neo Technology related research.

 A lot of people from industry will participate, so it's a opportunity to
 advertise.

 Cheers,
 Alex
 ___
 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] building from source

2011-04-06 Thread Will Holcomb
When building from source by running ./gradlew (under Ubuntu), it dies with
the following error:

* Where:
Build file '/home/will/tip/lib/neo4j/graphdb/build.gradle' line: 19

* What went wrong:
A problem occurred evaluating root project 'graphdb'.
Cause: Plugin with id 'idea' not found.


Upon commenting out the idea plugin, it dies with the error:

* Where:
Build file '/home/will/tip/lib/neo4j/graphdb/build.gradle' line: 24

* What went wrong:
A problem occurred evaluating root project 'graphdb'.
Cause: Could not find method mavenLocal() for arguments [] on resolver
container.


Once I downloaded the latest gradle from:
http://repo.gradle.org/gradle/distributions/ I could get through the default
task, but when I try the jar task it dies with 100 compilation errors.

/home/will/tip/lib/neo4j/graphdb/management/src/main/java/org/neo4j/management/Cache.java:24:
package org.neo4j.jmx does not exist
/home/will/tip/lib/neo4j/graphdb/management/src/main/java/org/neo4j/management/InstanceInfo.java:28:
package org.neo4j.helpers does not exist
/home/will/tip/lib/neo4j/graphdb/management/src/main/java/org/neo4j/management/Neo4jManager.java:50:
package org.neo4j.jmx.impl does not exist
/home/will/tip/lib/neo4j/graphdb/management/src/main/java/org/neo4j/management/Neo4jManager.java:51:
package org.neo4j.kernel does not exist

Maven will execute but there's no jar task. I looked a bit at the gradle
config, but didn't see any immediate solutions. Anyone have any suggestions?

-Will
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user