Bug 177696
| Summary: | Directory Console doesn't build with Java 1.5 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | Nathan Kinder <nkinder> | ||||||||
| Component: | Directory Console | Assignee: | Nathan Kinder <nkinder> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 1.0 | CC: | amsharma, jgalipea, minfrin, rmeggins | ||||||||
| Target Milestone: | --- | Keywords: | VerifiedUpstream | ||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | 1.0.2 | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2015-12-07 17:16:21 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 183369 | ||||||||||
| Attachments: |
|
||||||||||
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. |
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.