
| Key: |
NET-1
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Kurt Huwig
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Operating System: other
Platform: Other
Operating System: other
Platform: Other
|
|
|
It uses 'enum' which is a restricted keyword in JDK 1.5; you have to compile it
with -source 1.4. I will attach a patch
|
|
Description
|
It uses 'enum' which is a restricted keyword in JDK 1.5; you have to compile it
with -source 1.4. I will attach a patch |
Show » |
|
Patch to allow commons-net to compile using JDK 1.5