2015-02-12 51 views
0

我在构建neo4j时遇到错误。
我知道它在浏览器组件中,我会安装node.js. 我在Windows和Ubuntu上都试过了,并且得到了同样的错误。 我知道我可以跳过浏览器,但我真的想建立浏览器组件。构建neo4j浏览器GET MojoExecutionException

任何人都知道我做错了什么?

在此先感谢。

[INFO] ------------------------------------------------------------------------ 

[INFO] BUILD FAILURE 

[INFO] ------------------------------------------------------------------------ 

[INFO] Total time: 06:11 min 

[INFO] Finished at: 2015-02-11T15:41:43-08:00 

[INFO] Final Memory: 117M/677M 

[INFO] ------------------------------------------------------------------------ 

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run (default) on project neo4j-browser: An Ant BuildException has occured: unless=cmdsuccess -> [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/MojoExecutionException 

[ERROR] 

[ERROR] After correcting the problems, you can resume the build with the command 

[ERROR] mvn <goals> -rf :neo4j-browser 

回答

0

为什么要从源代码构建Neo4j?

你必须安装正确版本的节点,npm,grunt和bower,我认为是前期的。

见自述本节:

https://github.com/neo4j/neo4j#dependencies

+0

我想改变UI的行为。我确实按照指示。也许有什么不对,但我不知道。任何人有经验的麻烦拍这个? – 2015-02-24 23:41:01