Hi, guys.
I try to compile neo4j from sources.

I execute following commands and got some error messages.
How can I fix it?

> git clone https://github.com/neo4j/community.git
> cd community
> mvn
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Neo4j - Graph Database Kernel
[INFO]   Neo4j - JMX support
[INFO]   Neo4j - Usage Data Collection
[INFO]   Neo4j - Lucene Index
[INFO]   Neo4j - Graph Algorithms
[INFO]   Neo4j - Graph Matching
[INFO]   Neo4j - Cypher
[INFO]   Neo4j Community
[INFO]   Neo4j Community
[INFO]   Neo4j - Generic shell
[INFO]   Neo4j Examples
[INFO]   Neo4j Server API
[INFO]   Neo4j Server
[INFO]   Neo4j Server Examples
[INFO]   Neo4j Community Build
[INFO] ------------------------------
------------------------------------------
[INFO] Building Neo4j - Graph Database Kernel
[INFO]    task-segment: [compile]
[INFO]
------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) com.sun.tools:tools:jar:1.6

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=com.sun.tools -DartifactId=tools
-Dversion=1.6 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
      mvn deploy:deploy-file -DgroupId=com.sun.tools -DartifactId=tools
-Dversion=1.6 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

  Path to dependency:
      1) org.neo4j:neo4j-kernel:jar:1.5-SNAPSHOT
      2) com.sun.tools:tools:jar:1.6

----------
1 required artifact is missing.

for artifact:
  org.neo4j:neo4j-kernel:jar:1.5-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  sonatype-nexus-snapshots (
https://oss.sonatype.org/content/repositories/snapshots),
  neo4j-snapshot-repository (http://m2.neo4j.org/snapshots)



[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 9 seconds
[INFO] Finished at: Tue Jul 19 17:15:06 MSD 2011
[INFO] Final Memory: 27M/152M
[INFO]
------------------------------------------------------------------------


-- 
С уважением, Николай Ижиков
nizhi...@gmail.com
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to