Javac from the J2SDK 1.5beta warns that
net/jforum/view/admin/PermissionProcessHelper.java uses 'enum' as identifier, which is keyword since
Java 1.5. I've fixed this by renaming 'enum' to 'enumeration'. You can replace it yourself or apply the following little patch:
http://dan.solutions.lv/jforum/patches/enum_keyword.patch
[originally posted on jforum.net by Daniil]