Hi all

I just tried to build apacheds the first time and followed the description [1] 
and ran into following problems:

<snip>
[INFO] 
----------------------------------------------------------------------------
[INFO] Building ApacheDS Core
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /svn/apache/directory/apacheds/core/target
[INFO] Deleting directory /svn/apache/directory/apacheds/core/target/classes
[INFO] Deleting directory 
/svn/apache/directory/apacheds/core/target/test-classes
[INFO] Deleting directory /svn/apache/directory/apacheds/core/target/site
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 222 source files to 
/svn/apache/directory/apacheds/core/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/svn/apache/directory/apacheds/core/src/main/java/org/apache/directory/server/core/schema/SchemaPartitionDao.java:[48,46]
cannot find symbol
symbol  : class AndNode
location: package org.apache.directory.shared.ldap.filter

/svn/apache/directory/apacheds/core/src/main/java/org/apache/directory/server/core/schema/SchemaPartitionDao.java:[50,46]
cannot find symbol
symbol  : class EqualityNode
location: package org.apache.directory.shared.ldap.filter

/svn/apache/directory/apacheds/core/src/main/java/org/apache/directory/server/core/schema/SchemaPartitionDao.java:[52,46]
cannot find symbol
symbol  : class OrNode
location: package org.apache.directory.shared.ldap.filter

/svn/apache/directory/apacheds/core/src/main/java/org/apache/directory/server/core/changelog/ChangeLogSearchEngine.java:[28,44]
cannot find symbol
symbol  : class ChangeType
location: package org.apache.directory.shared.ldap.ldif
</snip>

/many more failures to follow.

What I'm doing wrong or where can I find the missing classes?
I think mainly classes from package org.apache.directory.shared.ldap are 
missing.

Thanks in advance
Felix


[1] 
http://directory.apache.org/apacheds/1.5/building-trunks.html#Buildingtrunks-Gettingthecode

Reply via email to