Issue Details (XML | Word | Printable)

Key: NET-14
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Andrea Rombaldi
Votes: 0
Watchers: 0
Operations

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

[net] [patch] Unable to compile with JDK 1.3

Created: 17/Oct/05 04:49 PM   Updated: 20/Sep/07 05:31 AM
Return to search
Component/s: None
Affects Version/s: 1.4
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Article.patch 2005-10-17 04:51 PM Andrea Rombaldi 0.5 kB
Text File FTPClientConfig.patch 2005-10-17 04:51 PM Andrea Rombaldi 2 kB
Environment:
Operating System: other
Platform: Other

Bugzilla Id: 37113


 Description  « Hide
Hi,

due to few trivial errors the following classes of the commons-net package
does not compile with JDK 1.3.

  • org.apache.commons.net.nntp.Article
  • org.apache.commons.net.ftp.FTPClientConfig

This can cause subtle linkage errors when using commons-net 1.4 under a JVM
1.3 environment.

The problem applies to the development version too.

See the attached patches to correct the problem.

Andrea.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Andrea Rombaldi added a comment - 17/Oct/05 04:51 PM
Created an attachment (id=16713)
this patch makes Article.java compilable with JDK 1.3

Andrea Rombaldi added a comment - 17/Oct/05 04:51 PM
Created an attachment (id=16714)
this patch makes FTPClientConfig.java compilable with JDK 1.3

Steve Cohen added a comment - 19/Oct/05 10:26 AM
Thanks a lot, Andrea. I have committed these patches.