10-17-07 12:11 AM
I got it.
I need to build the 'shared' project first, then it works like a charm. Sorr
y for the noise.
Felix
PS:
I haven't seen this in the documentation mentioned, did I overread it?
Alex Karasulu schrieb:
>
> On 10/16/07, *Felix Knecht* <felixk-1oDqGaOF3Lkdnm+yROfE0A@public.gmane.or
g
> <mailto:felixk-1oDqGaOF3Lkdnm+yROfE0A@public.gmane.org>> wrote:
>
> Hi all
>
> I just tried to build apacheds the first time and followed the
> description [1] and ran into following problems:
>
>
> SNIP ...
>
> [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
>
> symbol : class EqualityNode
> symbol : class OrNode
> symbol : class ChangeType
>
>
> ...
>
> These classes seem to be present in the expected location here:
>
>
> http://svn.apache.org/repos/asf/dir...ed/ldap/filter/
>
> When did you check out the code? Perhaps you need to svn update if it
> has been a while.
>
> If you checked out the code just now where did you issue the "mvn
> install" command? If you
> did it inside apacheds-trunk/apacheds then you'll get old jars from the
> SNAPSHOT repo which
> will not have these classes most likely since we fail repeatedly at this
> project to update the
> SNAPSHOT repository . Sorry about that. So just build from the top
> in the apacheds-trunks
> directory which will also build the shared-ldap classes.
>
> Let us know how it works out.
>
> HTH,
> Alex
>
[ Post a follow-up to this message ]
|