會員註冊 / 登入  |  電腦版  |  Jump to bottom of page

Developer Forum » problem with maven and v2.3.1

發表人: rvanderwerf
10 年 前
Hi, I am trying to build 2.3.1, but I keep running into this error:

generics are not supported in -source 1.3
(use -source 5 or higher to enable generics)
public List<ModerationLog> selectAll(final int startFrom, final int count)

I get similar error for all files that use generics.

I am running linux, with Sun JDK 1.60.24, maven 2.0.6

I miss the easy Ant build smilie

發表人: rvanderwerf
10 年 前
nervermind, I just checked the requirements, and it said Maven 3. I installed maven 3, and now I can compile the project.




會員註冊 / 登入  |  電腦版  |  Jump to top of page