Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated the modules

...

The actual project hierarchy is the following (as of 1.5.4-SNAPSHOT) :

  • apacheds
    • apacheds-jdbm
    • bootstrap-extract</module>extract
    • bootstrap-partition</module>partition
    • bootstrap-plugin</module>plugin
    • schema-extras</module>
    • schema-bootstrap</module>
    • utils
    • schema-registries
    • jdbm-store
    • constants
    • btree-base
    • btree-base
    • core
    • core-avl
    • core-constants
    • core-cursor
    • core-entry
    • core-integ
    • core-jndi
    • core-plugincore
    • core-shared
    • core-pluginsplay
    • core-unit
    • interceptor-kerberos
    • jdbm-store
    • kerberos-shared
    • mitosis
    • protocol-sharedchangepw
    • protocol-ntpdhcp
    • protocol-ldapdns
    • protocol-kerberos
    • protocol-dhcpnewldap
    • protocol-dnsntp
    • protocol-changepw
    • server-tools
    • shared
    • schema-bootstrap
    • schema-extras
    • schema-registriesserver-unit
    • server-maininteg
    • server-jndi
    • kerberosserver-sharedreplication
    • mitosisserver-tools
    • server-replicationunit
    • server-ssl-xml
    • utils
    • xbean-spring
    • xdbm-search
    • xdbm-tools
  • shared
    • asn1
    • asn1-codec
    • bouncycastle-reduced
    • convert
    • ldap
    • ldap-constants
    • asn1ldap-codecjndi
    • convert
  • daemon
    • bootstrappers
    • plugin

...

You must have installed Maven 2.0.79 and have a JDK 5 installed on your computer. A working internet connection is also mandatory.

...

Download and install Maven 2.0.79. (ATTENTION !!! Do NOT use another version of Maven )

...

No Format
...
export MAVEN_HOME=/opt/maven-2.0.79
export PATH=$JAVA_HOME:$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH
...

...