Norbet Reilly a écrit :
FYI, I just updated and noticed a JDK1.5 dependency has crept in lately:
Arghhh !!! My bad !
D:\ad\shared\ldap\src\main\java\org\apache\directory\shared\ldap\ldif\LdifReader.java:[1203,55]
cannot resolve symbol
symbol : method defaultCharset ()
location: class java.nio.charset.Charset
I replaced the call to Charset.defaultCharset().toString() with
"UTF-8" (I presume the best replacement substitution in JDK 1.4?) but
then got the following sure-fire failures.
I gonna check for the better fix tonite
I've been following the other LDIF threads and I'll be a keen customer
for the new LdifReader (that understands the "changetype" modifier)
when it's all singing and dancing!
LdifReader works well for entries right now (but I put it in a branch),
and change will work tonite maybe.
Thanks for the report !
Emmanuel Lécharny