Hi !
This is not so simple... If you follow the page : http://directory.apache.org/apacheds/1.5/building-trunks.html you will be able to build the trunk. To build the server from 1.5.1 release, you will have to checkout : apacheds 1.5.1 shared 0.9.7 daemon 1.1.1 installers 1.1.1 and project 8 as the root They are all in 'releases', under each of those projects. The final structure should be : / | +-- apacheds +-- daemon +-- installers +-- shared the 'project' project is special : it's the root for the global project. It contains the global pom.xml. So for 1.5, just do : mkdir ads-1.5.1 svn co http://svn.apache.org/repos/asf/directory/project/releases/8 ads-1.5.1 svn co http://svn.apache.org/repos/asf/directory/apacheds/releases/1.5.1 ads-1.5.1/apacheds svn co http://svn.apache.org/repos/asf/directory/daemon/releases/1.1.1 ads-1.5.1/daemon svn co http://svn.apache.org/repos/asf/directory/installers/releases/1.5.1 ads-1.5.1/installers svn co http://svn.apache.org/repos/asf/directory/shared/releases/0.9.7 ads-1.5.1/shared It should work. PS: we should also deliver some sources ;p On 9/28/07, B G <[EMAIL PROTECTED]> wrote: > How do I get the source that was used to build the 1.5.1 release. I > understand how to download the trunk, but am not clear how to get this cut > of the source. > > Thanks > -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
