Hi Stefan, I was doing some testing while you where writing this and this is exactly it. I've set my JAVA_HOME property to Java 1.6:
> JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home Now I'm also having the issues: > Results : > 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 > [INFO] > ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] > ------------------------------------------------------------------------ [INFO] There are test failures. > Please refer to > /Users/pajbam/Development/Apache/test-emmanuel/apacheds/server-integ/target/surefire-reports > for the individual test results. [INFO] > ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] > ------------------------------------------------------------------------ [INFO] Total time: 4 minutes 43 seconds [INFO] Finished at: Wed Apr 29 11:01:29 CEST 2009 [INFO] Final Memory: 97M/242M Regards, P-A On Wed, Apr 29, 2009 at 10:54 AM, Stefan Seelmann <[email protected]>wrote: > Hi Pierre-Arnaud, > > MacBookPro:~ pajbam$ mvn -version >> >> Apache Maven 2.1.0 (r755702; 2009-03-18 20:10:27+0100) >> >> Java version: 1.5.0_16 >> >> Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home >> > > On my Linux system maven I use two environment variables to control maven: > M2_HOME and JAVA_HOME. Maven doesn't use the java in my path but the one > that points to JAVA_HOME. Not sure if it is equal on Macs... > > Kind Regards, > Stefan > > >
