Closed
Bug 107830
Opened 24 years ago
Closed 24 years ago
build breaks with java 1.1because of LDAPConnThread.java
Categories
(Directory Graveyard :: LDAP Java SDK, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: bemtya, Assigned: miodrag)
Details
The file LDAPConnThread.java uses the Vector.clear() method which is not
implemented on java 1.1. This breaks the build, it's also the only file that
breaks the build.
Comment 1•24 years ago
|
||
Reassigned to Miodrag, one of the LDAP JDK engineers.
Target Milestone: --- → Future
Updated•24 years ago
|
Assignee: mcs → miodrag
Comment 2•24 years ago
|
||
Really reassiging to Miodrag this time!
Made the suggested change to LDAPConnThread.java.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•