Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 64340 invoked from network); 16 Oct 2007 18:47:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2007 18:47:17 -0000 Received: (qmail 78223 invoked by uid 500); 16 Oct 2007 18:47:04 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 78189 invoked by uid 500); 16 Oct 2007 18:47:04 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 78178 invoked by uid 99); 16 Oct 2007 18:47:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 11:47:04 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of akarasulu@gmail.com designates 209.85.198.190 as permitted sender) Received: from [209.85.198.190] (HELO rv-out-0910.google.com) (209.85.198.190) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 18:47:08 +0000 Received: by rv-out-0910.google.com with SMTP id g11so1264645rvb for ; Tue, 16 Oct 2007 11:46:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=Is5TNaJd2Y3vMPmMfXCbc7w63WYgqZsIMaAwkxPm1B4=; b=Jz9NwSJ3E1m5O8BKxxmcZEtxmESLY2KdLXGBmvBHV/hfR4zlQPldQ3/YH5Ihz23iPULAuxzGPfiAz2iu2eALffMzzyGBTsujPv+mKAAtOH6GoN1o39nxwqXZf7r+I1g1EXYvXdBIgbEcfQ1b8/dr4pwxHTuKi3jUk80DfcseS6g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=SzNjMC83L0kSTZ5gSHryaGYiz+Nc9+F3equuowH/9YUNS75GSYlZH5yqwBVOcOk6lIwchX9w0Dm0eZtTCX1DrtZZpWJ1k6BSNC3pY21TBYqIvTP6ariBixe4Zwpxlmrm4qQXedFDmoFpeUSkdxCNu9MIWtqM56Y2+AIT0ZSNvdY= Received: by 10.114.144.1 with SMTP id r1mr8805010wad.1192560406017; Tue, 16 Oct 2007 11:46:46 -0700 (PDT) Received: by 10.115.76.8 with HTTP; Tue, 16 Oct 2007 11:46:45 -0700 (PDT) Message-ID: Date: Tue, 16 Oct 2007 14:46:45 -0400 From: "Alex Karasulu" Sender: akarasulu@gmail.com To: "Apache Directory Developers List" Subject: Re: Building trunk apacheds In-Reply-To: <471504D1.2050101@apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_35419_25013255.1192560406008" References: <471504D1.2050101@apache.org> X-Google-Sender-Auth: be4c28fa2da297d9 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_35419_25013255.1192560406008 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 10/16/07, Felix Knecht 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/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/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 ------=_Part_35419_25013255.1192560406008 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
On 10/16/07, Felix Knecht <felixk@apache.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/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/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

------=_Part_35419_25013255.1192560406008--