yuanhotel 发表于 2014-6-13 13:41:01

从git.oschina.net下载后打包报错

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)
报错信息

Scanning for projects...

Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBu
ilder with a thread count of 1

------------------------------------------------------------------------
Building jeecg 3.4.3-GA
------------------------------------------------------------------------
The POM for avalon-framework:avalon-framework-api:jar:4.1.5-dev is missing, no dependency
information available

--- maven-resources-plugin:2.6:resources (default-resources) @ jeecg ---
Using 'UTF-8' encoding to copy filtered resources.
Copying 31 resources
Copying 53 resources

--- maven-compiler-plugin:2.5.1:compile (default-compile) @ jeecg ---
Compiling 409 source files to E:\project\github\jeecg\jeecg-framework\target\classes
-------------------------------------------------------------
COMPILATION ERROR :
-------------------------------------------------------------
E:\project\github\jeecg\jeecg-framework\src\main\java\org\jeecgframework\core\annotation\con
fig\AutoMenuOperation.java: 不兼容的类型
找到: org.jeecgframework.core.annotation.config.MenuCodeType
需要: org.jeecgframework.core.annotation.config.MenuCodeType
E:\project\github\jeecg\jeecg-framework\src\main\java\org\jeecgframework\core\common\service
\impl\CommonServiceImpl.java: 无法确定 <T>T 的类型参数;对于上限为 T,java.lang.Object 的类型
变量 T,不存在唯一最大实例
E:\project\github\jeecg\jeecg-framework\src\main\java\org\jeecgframework\core\common\service
\impl\CommonServiceImpl.java: 无法确定 <T>T 的类型参数;对于上限为 T,java.lang.Object 的类型
变量 T,不存在唯一最大实例
E:\project\github\jeecg\jeecg-framework\src\main\java\org\jeecgframework\core\common\service
\impl\CommonServiceImpl.java: 无法确定 <T>T 的类型参数;对于上限为 T,java.lang.Object 的类型
变量 T,不存在唯一最大实例
E:\project\github\jeecg\jeecg-framework\src\main\java\org\jeecgframework\core\util\ToEntityU
til.java: 无法确定 <T>T 的类型参数;对于上限为 T,java.lang.Object 的类型变量 T,不存在唯一最
大实例
5 errors

yuanhotel 发表于 2014-6-15 08:35:26

这个是什么问题哪,是不是只能用jdk1.7才可以吗?哪位高手指导一下

Arcko 发表于 2014-8-14 15:34:31

jdk 1.6飘过。
页: [1]
查看完整版本: 从git.oschina.net下载后打包报错