Thanks for your replies (all of them), I already downloaded the code. I am trying to run "mvn clean install", but I am facing some troubles.
I made some modifications to the Maven options, because at first I got "java.lang.OutOfMemoryError: PermGen space" ############################################################ Maven is 3.0.3 and jdk1.6.0_24 JAVA_OPTS ---> -Xms512M -Xmx1024M -XX:MaxPermSize=512M MAVEN_OPTS ---> -Xmx512m -XX:MaxPermSize=384m -Xms512M ############################################################ The problem was solved with the previus configurations, but after a while of running the command: I am getting: ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.directory.shared.client.api.LdapApiISuite NO cache entry for write 600000 NO cache entry for write 600000 I saw in internet that the problem could be cause because of dead code? Do I have to remove the code in the following list before running the command?. Do I have to wait? https://builds.apache.org/job/dir-apacheds-jdk16-win/org.apache.directory.server$apacheds-server-integ/114/changes On Thu, May 3, 2012 at 6:42 PM, Emmanuel Lécharny <[email protected]>wrote: > Le 5/3/12 8:25 PM, Juan Pablo Sotelo a écrit : > > Thanks for the replies!.. Now everything is clear. Another question: >> >> How can I download the code? I saw in the old documentation that you had a >> svn repository. I tried the old one, and I couldnt get the code ( >> http://svn.apache.org/repos/**asf/directory/apacheds/trunk-** >> with-dependencies/apacheds-**trunk<http://svn.apache.org/repos/asf/directory/apacheds/trunk-with-dependencies/apacheds-trunk> >> ). >> Since the latest documentation is not ready in the >> webpage, How can I get the code? SVN? ZIP? >> > svn co http://svn.apache.org/repos/**asf/directory/apacheds/trunk-** > with-dependencies<http://svn.apache.org/repos/asf/directory/apacheds/trunk-with-dependencies>should > get you all the sources (we are using svn externals, so if you look > at this page on the web, you might think there is nothing in it, but > everything is hidden :) > > >> Where can I get the latest documentation? >> > Hmmm, well, hmmm... Unless you are a neurogolgist that can read on our > brains, the latest documentation is really seriously lagging... > > Sorry for that ! > > > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com > > -- Sotelo Juan Pablo
