Hi Tom,

Tom wrote:
> You example does not compile against 1.5.5, so ATM I'm falling back to
> 1.0.2; after all I just need a LDAP server that can be run in a unit
> test, doesn't have to be the latest.

I done the following (you need git and maven2):
$ git clone git://github.com/seelmann/ldapcon2009-apache-directory unittest
$ cd unittest/ApacheDirectory/
$ mvn test
Compilation and tests run sucessfuly.


You could also run
$ mvn dependency:resolve
to get the dependency list: http://nopaste.com/p/aQNcinxGB

And most helpful is
$ mvn dependency:copy-dependencies
which copies all dependencies to target/dependency/

HTH,
Stefan



Reply via email to