|
发表于 2020-5-29 23:32:58
|
显示全部楼层
我也遇到了,怎么解决?
mvn clean /mvn install 试了很多次都没有用,换了电脑也不行
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default) on project x_cms_core_entity: Compilation failure: Compilation failure:
[ERROR] /D:/hzw/code/O2OA/O2OA/o2server/x_cms_core_entity/src/main/java/com/x/cms/core/entity/query/Query.java:[30,31] 找不到符号
[ERROR] 符号: 类 Item_
[ERROR] 位置: 程序包 com.x.query.core.entity
[ERROR] /D:/hzw/code/O2OA/O2OA/o2server/x_cms_core_entity/src/main/java/com/x/cms/core/entity/query/FilterEntryTools.java:[17,31] 找不到符号
[ERROR] 符号: 类 Item_
[ERROR] 位置: 程序包 com.x.query.core.entity
[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 <args> -rf :x_cms_core_entity |
|