Hi All, I download the source code and after adding the required jars.I still have the following compilation errors :
at LDAPServer.java: import org.apache.directory.server.unit.AbstractServerTest;====>The import org.apache.directory.server.unit cannot be resolved
I search on that class and found that I must have apacheds-server-unit.jar file but I can't find it. thanks
This error is related to JUnit tests and new LDAP development that we have not finished yet.
For now, please try compiling Provisioner without running the tests suites (see: http://identitymngr.sourceforge.net/howto-compile.html\)
cheers, /GE.-
Log in to post a comment.
Hi All,
I download the source code and after adding the required jars.I still have the following compilation errors :
at LDAPServer.java:
import org.apache.directory.server.unit.AbstractServerTest;====>The import org.apache.directory.server.unit cannot be resolved
I search on that class and found that I must have apacheds-server-unit.jar file but I can't find it.
thanks
This error is related to JUnit tests and new LDAP development that we have not finished yet.
For now, please try compiling Provisioner without running the tests suites (see: http://identitymngr.sourceforge.net/howto-compile.html\)
cheers,
/GE.-