From dev-return-25091-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Sun May 04 07:59:01 2008 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 46101 invoked from network); 4 May 2008 07:59:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 May 2008 07:59:01 -0000 Received: (qmail 79185 invoked by uid 500); 4 May 2008 07:59:02 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 78977 invoked by uid 500); 4 May 2008 07:59:02 -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 78966 invoked by uid 99); 4 May 2008 07:59:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 May 2008 00:59:02 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elecharny@gmail.com designates 72.14.220.156 as permitted sender) Received: from [72.14.220.156] (HELO fg-out-1718.google.com) (72.14.220.156) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 May 2008 07:58:14 +0000 Received: by fg-out-1718.google.com with SMTP id 19so1544259fgg.3 for ; Sun, 04 May 2008 00:58:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; bh=Z19u1BsMtw9YaMpbFSV8SuownjVz02pPCQRTm3Lcg4M=; b=X0hqMD6kML0l0Wlyd0XrqGRh0mwhdFAELaZlZfEFJ8iix7NpQ3ZshicfdOP88YYpWJPH254aqpa6GC3KtRtO0uia0w9Hz0vohVad1wBrnSYREI7HlRt3279MdMtUMSK02G0fMXo1X3n+Lb5J741puWcbz7nVtysiHM20z96P9y0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=x/v5PWcGPAjICtQDXamUVnh7s6g9TDt5NbVIxZEL55w0drYlDMFCEO+LOQHztmBcq/pbP5k5/qYnyxhF/ZoFw+uOwLPj2IN3R8PnbP5RSHHqZXJtXzEInnKiS1iqHSP7mT17l2UgPwpo4fb0m8ID2fmuhMfVBG0mr0/RV+9Kxmk= Received: by 10.86.92.7 with SMTP id p7mr7355179fgb.72.1209887907845; Sun, 04 May 2008 00:58:27 -0700 (PDT) Received: from ?192.168.0.1? ( [82.66.216.176]) by mx.google.com with ESMTPS id j12sm8397457fkf.0.2008.05.04.00.58.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 04 May 2008 00:58:26 -0700 (PDT) Message-ID: <481D6C64.2010408@apache.org> Date: Sun, 04 May 2008 09:57:24 +0200 From: Emmanuel Lecharny Reply-To: elecharny@apache.org User-Agent: Thunderbird 1.5.0.14ubu (X11/20080306) MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [bigbang] Broken build References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: Emmanuel Lecharny X-Virus-Checked: Checked by ClamAV on apache.org Hi Alex, As I already stated, there is badly wrong with the current build. It's now depending on the compilation order... For instance : > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > /home/akarasulu/ramdisk/bigbang/shared/ldap/target/generated-sources/antlr/org/apache/directory/shared/ldap/subtree/AntlrSubtreeSpecificationParser.java:[870,9] > cannot find symbol > symbol : constructor > EqualityNode(java.lang.String,org.apache.directory.shared.ldap.entry.client.ClientStringValue) > location: class org.apache.directory.shared.ldap.filter.EqualityNode Here is the constructor ( committed ) : public EqualityNode( String attribute, Value value ) { super( attribute, value, AssertionType.EQUALITY ); } with : public class ClientStringValue extends AbstractValue { ... and public abstract class AbstractValue implements Value { ... There is no reason why you got this error. But you got it... FYI, this code perfectly compile on my computer, all integration tests passing. Another thing I find strange is that now, we are downloading jars from oxylos : ... http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-4/wagon-provider-api-1.0-alpha-4.pom ... I didn't changed my .settings.xml; so obviously, the build has changed. Last, not least, I doomed my .m2/repository and mvn build cleaned it, got no error... ... [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7 minutes 14 seconds [INFO] Finished at: Sun May 04 09:54:49 CEST 2008 [INFO] Final Memory: 61M/185M [INFO] ------------------------------------------------------------------------ elecharny@elecharny-laptop:~/apacheds/bb$ java -version java version "1.5.0_14" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03) Java HotSpot(TM) Server VM (build 1.5.0_14-b03, mixed mode) elecharny@elecharny-laptop:~/apacheds/bb$ mvn --version Maven version: 2.0.9 Java version: 1.5.0_14 OS name: "linux" version: "2.6.20-16-generic" arch: "i386" Family: "unix" FYI, I was not able to co the code, as eris is down again ... So even if there is a problem with the build, I won't be able to fix it. My bet : we have problems with the current build. It has become overly complex, which is not something bad by essence, but some choices have to be clarified, and it also have to be documented. I guess that some effort should be done for 1.5.3 in order to provide a simpler build, by cleaning the useless parts of it (useless : mean what is not absolutely necessary) It is not normal that you get some error on a fresh machine when it compiles just fine on my laptop after a superclean.sh and a removed .m2/repository... -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org