繁体   English   中英

使用Maven构建jquantlib时出错

[英]error when building jquantlib with maven

我按照http://www.jquantlib.org/index.php/JQuantLib_Users_Guide#Building_JQuantLib_from_command_line中的说明尝试安装了jquantlib,但是,当我在jquantlib-all文件夹中运行“ mvn clean install”时,出现以下错误。 这是在我在jquantlib-parent文件夹btw中运行“ mvn clean install”并且运行良好之后。 有没有其他人之前遇到或试图解决它? 我尝试阅读错误消息建议的文章,但是从他们那里我没有太多帮助。

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project jquantlib: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/harish/workspace/jquantlib/target/surefire-reports for the individual test results.
[ERROR] -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :jquantlib

此消息告诉您单元测试失败,因此构建已停止。 您可以尝试通过运行以下命令跳过测试套件的执行:

mvn -DskipTests clean install

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM