The best solution right now would be to follow those steps :
- install a subversion client (http://subversion.tigris.org/) - install a JDK (1.4 or, better, 1.5) - install Maven 2.0.4 (http://maven.apache.org/) - check out the sources : svn co http://svn.apache.org/repos/asf/directory/apacheds/branches/1.0-with-dependencies/apacheds - compile the project cd apacheds mvn install - if you want to use eclipse, do : mvn eclipse:eclipse - now, the jars are created an located in ~/.m2/repository/org/apache/directory/... directories - launch eclipse, and import all the projects into your workspace. You are up and running ... We are in the process of packaging a source jar for 1.0.1, but it will take a little while (one or two weeks, we are currently very busy fixing bugs in 1.0.0 and revamping the site ...) Hope it helps Emmanuel On 2/1/07, Brian Slesinsky <[EMAIL PROTECTED]> wrote:
Hi, I'm looking for an easy way to create a mock LDAP server for testing some LDAP client code in JUnit, and Apache Directory looks promising. I take it that version 1.0 is the latest stable version and I'd like to compile it from source, so that we know we have the source that corresponds to the jar file we're using. But I don't see a source tarball or any instructions on how to build from source. Can I get some help? Thanks, Brian
-- Cordialement, Emmanuel Lécharny www.iktek.com
