Build successful here. I just needed to allow more memory for Maven (MAVEN_OPTS="-Xmx256m" mvn clean install), but it's ending successfully.
P-A On Tue, Apr 28, 2009 at 11:06 AM, Pierre-Arnaud Marcelot <[email protected]>wrote: > That's what I did yesterday and it went fine. > I'll run it again. > > FYI, here's my specs: > > - Maven 2.1.0 > - Java 1.6.0_07 (the latest on Mac OS X) > > Regards, > P-A > > On Tue, Apr 28, 2009 at 9:43 AM, Emmanuel Lecharny > <[email protected]>wrote: > >> Emmanuel Lecharny wrote: >> >>> damnit :/ Something is wrong on my laptop then ... >>> >>> >> Ok, so this morning I did : >> - removed my ~/.m2/repository >> - checked out the full project ( >> https://svn.apache.org/repos/asf/directory/apacheds/trunk-with-dependencies >> ) >> - build project (cd project; mvn clean install) using maven 2.1.0 and sun >> java 1.6.0_10 >> - build everything with mvn clean install and got the following errors : >> >> ... >> [INFO] Surefire report directory: >> /home/elecharny/apacheds/new-trunk/apacheds/server-integ/target/surefire-reports >> >> ------------------------------------------------------- >> T E S T S >> ------------------------------------------------------- >> Running org.apache.directory.server.suites.StockServerISuite >> Tests run: 178, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.146 >> sec >> Running org.apache.directory.server.operations.modify.ModifyAddIT >> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 sec >> Running org.apache.directory.server.operations.bind.MiscBindIT >> Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.842 sec >> <<< FAILURE! >> ... >> >> Tests in error: >> >> >> testDisableAnonymousBinds(org.apache.directory.server.operations.bind.MiscBindIT) >> >> >> testEnableAnonymousBindsOnRootDSE(org.apache.directory.server.operations.bind.MiscBindIT) >> >> >> testAnonymousBindsEnabledBaseSearch(org.apache.directory.server.operations.bind.MiscBindIT) >> >> testAdminAccessBug(org.apache.directory.server.operations.bind.MiscBindIT) >> >> >> testUserAuthOnMixedCaseSuffix(org.apache.directory.server.operations.bind.MiscBindIT) >> >> >> testFailureWithUnsupportedControl(org.apache.directory.server.operations.bind.MiscBindIT) >> >> Tests run: 249, Failures: 0, Errors: 6, Skipped: 0 >> >> Here are some of the logs I get : >> >> >> ------------------------------------------------------------------------------- >> Test set: org.apache.directory.server.operations.bind.MiscBindIT >> >> ------------------------------------------------------------------------------- >> Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.842 sec >> <<< FAILURE! >> testDisableAnonymousBinds(org.apache.directory.server.operations.bind.MiscBindIT) >> Time elapsed: 0.002 sec <<< ERROR! >> org.apache.directory.shared.ldap.exception.LdapNameNotFoundException: >> Cannot find a partition for >> 0.9.2342.19200300.100.1.25=apache,0.9.2342.19200300.100.1.25=org >> at >> org.apache.directory.server.core.partition.DefaultPartitionNexus.getPartition(DefaultPartitionNexus.java:1090) >> ... >> >> >> Can someone try to do the exact same manipulation ( it will take around an >> hour) >> >> Many thanks ! >> >> On Mon, Apr 27, 2009 at 5:05 PM, Andrea Gariboldi >>> <[email protected]> wrote: >>> >>> >>>> Build successfull on Ubuntu... >>>> >>>> Andrea >>>> >>>> 2009/4/27, Emmanuel Lecharny <[email protected]>: >>>> >>>> >>>>> Hi, >>>>> >>>>> I tried to check out the trunk this afternoon, and to build it from >>>>> scratch after having doomed my repo, with no success. It fails in some >>>>> MiscBind tests (I don't have the exact detail right now, being at my >>>>> client office). >>>>> >>>>> Can someone check the build from a fresh checkout and a fresh repo ? >>>>> >>>>> Thanks ! >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Cordialement, >>>>> Emmanuel Lécharny >>>>> www.iktek.com >>>>> >>>>> >>>> >>>> >>> >>> >>> >>> >>> >> >> >> -- >> -- >> cordialement, regards, >> Emmanuel Lécharny >> www.iktek.com >> directory.apache.org >> >> >> >
