Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Duplicate
-
2.3.0
-
None
-
None
-
Sun JDK 5.0
Ant 1.6.2
Description
Several of the source files use a variable called "enum" for Enumerators. This is a new keyword in Java 1.5, and the Sun JDK 5.0 compiler fails when it sees these variables.
Please add "source='1.4'" (or whichever language version is officially supported) to the "javac" task in build.xml.
Changing the names of these variables would also work, but the "source" attribute provides better forward compatability as the Java language evolves.