2015-02-12 52 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