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