|
1,操作系统
window7,64位专业版
2,本机jdk版本:
E:\project\github\jeecg\jeecg-framework>java -version
java version "1.6.0_10-rc2"
Java(TM) SE Runtime Environment (build 1.6.0_10-rc2-b32)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)
3,maven 版本(3.2.1)
报错信息
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBu
ilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jeecg 3.4.3-GA
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for avalon-framework:avalon-framework-api:jar:4.1.5-dev is missing, no dependency
information available
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jeecg ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 31 resources
[INFO] Copying 53 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ jeecg ---
[INFO] Compiling 409 source files to E:\project\github\jeecg\jeecg-framework\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] E:\project\github\jeecg\jeecg-framework\src\main\java\org\jeecgframework\core\annotation\con
fig\AutoMenuOperation.java:[33,52] 不兼容的类型
找到: org.jeecgframework.core.annotation.config.MenuCodeType
需要: org.jeecgframework.core.annotation.config.MenuCodeType
[ERROR] E:\project\github\jeecg\jeecg-framework\src\main\java\org\jeecgframework\core\common\service
\impl\CommonServiceImpl.java:[106,28] 无法确定 <T>T 的类型参数;对于上限为 T,java.lang.Object 的类型
变量 T,不存在唯一最大实例
[ERROR] E:\project\github\jeecg\jeecg-framework\src\main\java\org\jeecgframework\core\common\service
\impl\CommonServiceImpl.java:[144,31] 无法确定 <T>T 的类型参数;对于上限为 T,java.lang.Object 的类型
变量 T,不存在唯一最大实例
[ERROR] E:\project\github\jeecg\jeecg-framework\src\main\java\org\jeecgframework\core\common\service
\impl\CommonServiceImpl.java:[304,29] 无法确定 <T>T 的类型参数;对于上限为 T,java.lang.Object 的类型
变量 T,不存在唯一最大实例
[ERROR] E:\project\github\jeecg\jeecg-framework\src\main\java\org\jeecgframework\core\util\ToEntityU
til.java:[22,21] 无法确定 <T>T 的类型参数;对于上限为 T,java.lang.Object 的类型变量 T,不存在唯一最
大实例
[INFO] 5 errors
|
|