Hi Enrique, Did you ever manage to get to the bottom of this? I'm getting the same errors in trunk now.
I'm running on a Windows XP box with java: java version "1.5.0_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode) This is with a freshly checked out copy of the latest trunk (http://svn.apache.org/repos/asf/directory/apacheds/trunk-with-dependencies) and a completely cleared out maven repository. Anyone have any ideas on this? Martin >>> "Enrique Rodriguez" <[EMAIL PROTECTED]> 11/11/2007 21:50 >>> Hi, Directory developers, The 'bigbang' branch fails to compile with the following error: ... core-entry/src/main/java/org/apache/directory/server/core/entry/BasicServerAttribute.java:[108,22] inconvertible types found : org.apache.directory.server.core.entry.ServerValue<capture of ?> required: org.apache.directory.server.core.entry.ServerStringValue core-entry/src/main/java/org/apache/directory/server/core/entry/BasicServerAttribute.java:[112,22] inconvertible types found : org.apache.directory.server.core.entry.ServerValue<capture of ?> required: org.apache.directory.server.core.entry.ServerBinaryValue core-entry/src/main/java/org/apache/directory/server/core/entry/ObjectClassAttribute.java:[109,22] inconvertible types found : org.apache.directory.server.core.entry.ServerValue<capture of ?> required: org.apache.directory.server.core.entry.ServerStringValue ... I'm not sure what's up here. I'm building the bigbang versions of project, shared, and apacheds. Also, I'm on a Mac with 'java -version': java version "1.5.0_07" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164) Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing) HTH, Enrique
