Hi, I am trying to use apache-ldap-api in Grails 2.2 and downloaded 1.0.0-M13 via grails (maven) dependency resolution. However, it appears that the compiler cannot resolve any call to LDAP.* such as 'LDAP.newInstance()' . 'import org.apache.directory.groovyldap.LDAP' does not work . I tried manually downloading M15 and copying it to the proj/lib folder (And running grails compile --refresh-dependencies) . Any ideas how I can get this working?
Thanks, Vinod
