maven编译时出错了

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven编译时出错了相关的知识,希望对你有一定的参考价值。

maven编译时出错
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.
3.2:compile (default-compile) on project manageResoures: Compilation failure: Co
mpilation failure:
[ERROR] \SVN\Crtn\gkhb-Admiral\manageResoures\web\src\com\gkhb\admiral\manageRes
ources\litebean\OrganizationBean.java:[467,18] 找不到符号
[ERROR] 符号: 方法 repaint()
[ERROR] 位置: 类 org.operamasks.faces.component.tree.impl.UITree
[ERROR] \SVN\Crtn\gkhb-Admiral\manageResoures\web\src\com\gkhb\admiral\manageRes
ources\litebean\AdmirResPersonBean.java:[1024,18] 找不到符号
[ERROR] 符号: 方法 repaint()
[ERROR] 位置: 类 org.operamasks.faces.component.tree.impl.UITree
[ERROR] \SVN\Crtn\gkhb-Admiral\manageResoures\web\src\com\gkhb\admiral\manageRes
ources\litebean\AdmirResPersonBean.java:[1024,18] 找不到符号
[ERROR] 符号: 方法 repaint()
[ERROR] 位置: 类 org.operamasks.faces.component.tree.impl.UITree
[ERROR] -> [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]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:

参考技术A 在对应的类里找 repaint()这个方法是在什么包里.
缺少包啊,需要在pom.xml里添加相应包的<dependency>引用起来就好了.追问

有这个包,也没提示找不到包啊

追答

方法 repaint()这个方法里面找不到符号,那肯定是没找到这个包啊!!!

本回答被提问者采纳

maven 编译出错 Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean

eclipse在使用maven的tomcat控件编译java程序时,报错 Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project **-web: Failed to clean project: Failed to delete E:\**\target\tomcat\logs\access_log

这类错误

出现这种错误,通常是由于您已启动了另一个tomcat 进程或者运行的javaw.exe进程,导致报错。

解决方法:

1. 鼠标点击 X 进行关闭运行失败的 Console页,(如果运行多次,程序的console都只会放在这里)


关闭后,应该可以看到,红色小正方形。点击,使tomcat进程或运行的javaw.exe进程停止。

再重新编译即可。


以上是关于maven编译时出错了的主要内容,如果未能解决你的问题,请参考以下文章

尝试使用Maven编译谷歌编译器时出错

maven编译时出现读取XXX时出错invalid LOC header (bad signature)

maven 编译出错 Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean

maven 编译出错 Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean

App Engine、JDO 和 Maven。启动时出错

win8 安装MDK5 编译时出错,求解答