On 18/04/2019 03:21, Luis Carmona wrote:
HI Emmanuel, thanks for your response. Followed your instructions, and in step 3 (mvn clean install -DskipTests), compilation falls with error: [INFO] ApacheDS ........................................... SUCCESS [ 2.982 s] [INFO] ApacheDS I18n ...................................... SUCCESS [ 2.288 s] [INFO] ApacheDS Core Constants ............................ SUCCESS [ 0.303 s] [INFO] ApacheDS Core API .................................. FAILURE [ 0.087 s] ... [ERROR] Failed to execute goal on project apacheds-core-api: Could not resolve dependencies for project org.apache.directory.server:apacheds-core-api:bundle:2.0.0.AM26-SNAPSHOT: Failure to find org.apache.mina:mina-core:jar:2.1.2 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
Ah, sorry, you also need to build the LDAP API before building the server: $ git clone https://gitbox.apache.org/repos/asf/directory-ldap-api.git $ cd directory-ldap-api $ mvn clean install -DskipTests
