我是靠谱客的博主 悦耳黑夜,最近开发中收集的这篇文章主要介绍tuscany源码mvn错误2,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.2:compile


[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.2:compile (default-compile) on project tuscany-binding-ws-runtime-axis2: Fatal error compiling: Unknown error trying to execute the external compiler:
[ERROR] /bin/sh -c cd /home/zhang/Downloads/tuscany-sca-2.0.1-src/modules/binding-ws-runtime-axis2 && /usr/lib/jvm/java-7-sun/jre/../bin/javac @/tmp/org.codehaus.plexus.compiler.javac.JavacCompiler1660670090203263176arguments -J-Xmx1024m -J-Xms512m
[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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tuscany-binding-ws-runtime-axis2

直接运行命令 /bin/sh -c cd /home/zhang/Downloads/tuscany-sca-2.0.1-src/modules/binding-ws-runtime-axis2 && /usr/lib/jvm/java-7-sun/jre/../bin/javac @/tmp/org.codehaus.plexus.compiler.javac.JavacCompiler1660670090203263176arguments -J-Xmx1024m -J-Xms512m
javac: file not found: /tmp/org.codehaus.plexus.compiler.javac.JavacCompiler1660670090203263176arguments (No such file or directory)

重新运行之后,刚刚到错误跳过了。


[INFO] Apache Tuscany SCA Base Runtime Jar including dependencies  FAILURE [7.257s]

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.2:compile (default-compile) on project tuscany-base-runtime-nodep: Fatal error compiling: Unknown error trying to execute the external compiler:
[ERROR] /bin/sh -c cd /home/zhang/Downloads/tuscany-sca-2.0.1-src/distribution/aggregations/base-runtime-nodep && /usr/lib/jvm/java-7-sun/jre/../bin/javac @/tmp/org.codehaus.plexus.compiler.javac.JavacCompiler1877764239327281085arguments -J-Xmx1024m -J-Xms512m
[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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tuscany-base-runtime-nodep

重新运行后,错误也跳过了


然后源码就build success了。

最后

以上就是悦耳黑夜为你收集整理的tuscany源码mvn错误2的全部内容,希望文章能够帮你解决tuscany源码mvn错误2所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(58)

评论列表共有 0 条评论

立即
投稿
返回
顶部