Java 1.5 added "enum" as a reserved keyword. Console has some spots with declarations such as: Enumeration enum = ... We need to change "enum" to a different identifier for the build to work.
Created attachment 123142 [details] Patch provided by Graham Leggett (minfrin)
Created attachment 123179 [details] Revised diff I modified the previous patch to have more descriptive variable names than "enumeration".
Created attachment 123183 [details] CVS Commit Checked into HEAD. Reviewed by Noriko.
*** Bug 176058 has been marked as a duplicate of this bug. ***
Please add steps to reproduce and verify thanks
This is a compilation issue. We have been building with Java 1.5 and 1.6 for a long time. Mark as verified upstream.