【问题标题】:BUILD : Jasmine-maven-plugin error构建:Jasmine-maven-plugin 错误
【发布时间】:2013-05-01 06:30:53
【问题描述】:

在尝试从源代码构建 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 规范失败。 -

[帮助 1] org.apache.maven.lifecycle.LifecycleExecutionException: 无法在项目 n 上执行目标 com.github.searls:jasmine-maven-plugin:1.2.0.0:test (webadmin-specs) eo4j-server: 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.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) 在 org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) 在 org. org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) 上的 apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) 在 org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) 在 org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) 在 org.apache.maven.cli.MavenCli.main(MavenCli.java:141) 在 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 在 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

【问题讨论】:

  • 这阻碍了我的进步任何输入都会有很大帮助

标签: java maven build neo4j


【解决方案1】:

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

希望这会有所帮助。

【讨论】:

    猜你喜欢
    • 2015-04-28
    • 2016-09-27
    • 2021-02-07
    • 2013-05-23
    • 2012-10-02
    • 1970-01-01
    • 2020-11-09
    • 2011-07-10
    相关资源
    最近更新 更多