More precisely, I think tests are not run. And clearly, given the Maven output, this is what's missing there.
> [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve dependencies for one or more projects in the > reactor. Reason: Missing: > ---------- > 1) > org.apache.directory.server:apacheds-xdbm-partition:jar:tests:1.5.8-SNAPSHOT > > Try downloading the file manually from the project website. Regards, Pierre-Arnaud On 8 sept. 2010, at 15:12, Emmanuel Lécharny wrote: > >> On Wed, Sep 8, 2010 at 1:28 PM, Emmanuel Lécharny<[email protected]> >> wrote: >>>> On Tue, Sep 7, 2010 at 8:02 PM, Emmanuel Lécharny<[email protected]> >>>> wrote: >>>>>> On Tue, Sep 7, 2010 at 6:58 PM, Emmanuel Lécharny<[email protected]> >>>>>> wrote: >>>>>>>>>> But when i do svn checked out the from the above URL, the >>>>> You must build shared first (from trunk), and then the API. >>>> Is the trunk SVN URL in the >>>> http://directory.apache.org/community%26resources/sources.html page ?? >>>> for the LDAP API i see only this as the URL... which URL should i use >>>> to get the shared trunk.. ?? >>>> Apache LDAP >>>> API http://svn.apache.org/repos/asf/directory/clients/ldap/trunk/ >>> get everything from >>> http://svn.apache.org/repos/asf/directory/apacheds/trunk-with-dependencies >>> >>> and build everything from there (including the server). >>> >>> It will take a while, but it's safe. >>> >> Thanks for the info. Just did a clean of everything deleted all >> directories downloaded the whole trunk >> in a diff location... and on mvn compile is still see one issue.. >> given below... > > Try mvn clean install instead of mvn compile. I'm afraid that mvn compile > does not store the built jars into the repos. > > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com >
