Stefan Zoerner schrieb: > Hi all, > > when I try to build the trunk of ApacheDS, one of the tests in "ApacheDS > Extra Schemas" fails. > > I use this to build > > $ mvn -version > Maven version: 2.0.9 > Java version: 1.6.0_10 > OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" > $ > > Error message goes like this (below). > Any ideas? Thanks in advance, > Stefan > > > ------------------------------------------------------------------------------- > > Test set: org.apache.directory.server.schema.bootstrap.ExtraSchemaLoadTest > ------------------------------------------------------------------------------- > > Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.859 > sec <<< FAILURE! > testReferentialIntegrity(org.apache.directory.server.schema.bootstrap.ExtraSchemaLoadTest) > Time elapsed: 0.047 sec <<< ERROR! > java.lang.NoSuchMethodError: > org.apache.directory.shared.ldap.schema.Syntax.getSyntaxChecker()Lorg/apache/directory/shared/ldap/schema/syntax/SyntaxChecker;
This seems to be a method in the shared project (at least package name says so). Are you sure having the latest version of the shared dependencies? Felix
