Issue Details (XML | Word | Printable)

Key: NET-1
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Kurt Huwig
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Net

commons-net 1.2.2 does not compile with JDK 1.5

Created: 03/Oct/04 06:29 PM   Updated: 20/Sep/07 05:31 AM
Return to search
Component/s: None
Affects Version/s: 1.2
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File jdk-1.5.diff 2004-10-03 06:30 PM Kurt Huwig 0.5 kB
Environment:
Operating System: other
Platform: Other

Bugzilla Id: 31516


 Description  « Hide
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

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Kurt Huwig added a comment - 03/Oct/04 06:30 PM
Created an attachment (id=12923)
Patch to allow commons-net to compile using JDK 1.5

Daniel Savarese added a comment - 06/Oct/04 12:42 AM
I changed all variables named enum to en.