This is more for the developers:

Is the support for tiger on the roadmap?

Loading source files for package netscape.ldap...
netscape/ldap/LDAPConnection.java:4522: as of release 1.5, 'enum' is a
keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
            Enumeration enum = m_responseControlTable.keys();
                        ^
netscape/ldap/LDAPConnection.java:4523: as of release 1.5, 'enum' is a
keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
            while (enum.hasMoreElements()) {
                   ^
netscape/ldap/LDAPConnection.java:4524: as of release 1.5, 'enum' is a
keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
                Object client = enum.nextElement();
                                ^
Loading source files for package netscape.ldap.beans...
Loading source files for package netscape.ldap.controls...
netscape/ldap/controls/LDAPEntryChangeControl.java:110: as of release
1.5, 'enum' is a keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
        BEREnumerated enum = (BEREnumerated)s.elementAt(0);
                      ^
netscape/ldap/controls/LDAPEntryChangeControl.java:112: as of release
1.5, 'enum' is a keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
        m_changeTypes = enum.getValue();
                        ^
netscape/ldap/controls/LDAPPersistSearchControl.java:266: as of
release 1.5, 'enum' is a keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
            BEREnumerated enum = (BEREnumerated)s.elementAt(0);
                          ^
netscape/ldap/controls/LDAPPersistSearchControl.java:268: as of
release 1.5, 'enum' is a keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
            con.setChangeType(enum.getValue());
                              ^
Loading source files for package netscape.ldap.util...
netscape/ldap/util/RDN.java:405: as of release 1.5, 'enum' is a
keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
        Enumeration enum = m_attributehash.keys();
                    ^
netscape/ldap/util/RDN.java:409: as of release 1.5, 'enum' is a
keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
        while ( enum.hasMoreElements() ) {
                ^
netscape/ldap/util/RDN.java:410: as of release 1.5, 'enum' is a
keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
            tmp_str = (String)enum.nextElement();
_______________________________________________
mozilla-directory mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-directory

Reply via email to