2

在尝试从源代码构建 neo4j 时,我遇到了以下错误。

[ERROR] Failed to execute goal com.github.searls:jasmine-maven-plugin:1.2.0.0:te
st (webadmin-specs) on project neo4j-server: There were Jasmine spec failures. -
> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]

当我尝试构建 neo4j 的“服务器”组件时发生此错误。

任何输入都会有很大帮助

更多堆栈跟踪:更多堆栈跟踪.... [错误] 无法在项目 neo4j-server 上执行目标 com.github.searls:jasmine-maven-plugin:1.2.0.0:test (webadmin-specs):有 Jasmine 规范失败。-

[Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.searls:jasmine-maven-plugin:1.2.0.0:test (webadmin-specs) on project n eo4j-server: There were Jasmine规格失败。在 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) 在 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) 在 org.apache.maven.lifecycle .internal.MojoExecutor.execute(MojoExecutor.java:145) 在 org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) 在 org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder .java:59) 在 org.apache.maven 的 org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)。

4

1 回答 1

1

我也有同样的错误。这是由于测试失败。该项目中的一个 javascript 文件存在问题。我解决了这个问题,它开始正常工作。

希望这会有所帮助。

于 2014-03-20T14:29:33.050 回答