Hi, When building the ApacheDS trunk the Class-Path of the MANIFEST.MF of the apache-tools.jar contains
../lib/commons-logging-1.1.jar However in lib there is only commons-logging-1.0.4.jar. So when running the apacheds-tools I get an Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory As a workaround I just copied the commons-logging-1.1.jar into the lib directory. Because I am unexperienced with maven I have no idea how to fix it. Ideas? Regards, Stefan Seelmann
