Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C789EDE6F for ; Sun, 19 May 2013 16:19:11 +0000 (UTC) Received: (qmail 72413 invoked by uid 500); 19 May 2013 16:19:11 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 72369 invoked by uid 500); 19 May 2013 16:19:11 -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 72362 invoked by uid 99); 19 May 2013 16:19:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 May 2013 16:19:11 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of elecharny@gmail.com designates 209.85.212.175 as permitted sender) Received: from [209.85.212.175] (HELO mail-wi0-f175.google.com) (209.85.212.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 May 2013 16:19:04 +0000 Received: by mail-wi0-f175.google.com with SMTP id hn14so1475809wib.14 for ; Sun, 19 May 2013 09:18:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=Of2tPX9WKdLdCzwh+2GL8L16W1CaIWCX/LIBDU8wCAg=; b=npKIIlY88Uj6AfKa4VpGTAc9/y02JldVXdusdsJFjlzMaR/SFu+sayjosxvLxoUlkR hEoKGPlJF+pPh/6S5DgyEJLp65k745wpxzIOZD1Tr11fEHZg+iwonk6VlNsx9sxTZZbC C3G9P/lfJFMuG7/ltXzV/6qyrFA1RjjnOruHMc36z3JF9tYmCkzho/5rTMJP773AxFdo 0i9liiHrSUO7THJ9XD0gDkgORdQ+rZ/j5PauGNwI2C4nTpRY2DlzktBvKE2KqUEg6oEk EI0RFVYUDVZFe4SdansxRlR5Fu2LTKewm0lIWGrygYk9qoJwb1R/0u7YxH8Z8ExekVW9 s9pg== X-Received: by 10.180.182.229 with SMTP id eh5mr6567617wic.6.1368980324788; Sun, 19 May 2013 09:18:44 -0700 (PDT) Received: from Emmanuels-MacBook-Pro.local (lns-c10k-ld-01-m-212-195-127-200.dsl.sta.abo.bbox.fr. [212.195.127.200]) by mx.google.com with ESMTPSA id x13sm9200738wib.3.2013.05.19.09.18.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 19 May 2013 09:18:44 -0700 (PDT) Message-ID: <5198FB63.5080900@gmail.com> Date: Sun, 19 May 2013 18:18:43 +0200 From: =?UTF-8?B?RW1tYW51ZWwgTMOpY2hhcm55?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: ApacheDS and Java 6 build pb References: <519880B4.1070701@gmail.com> <5198C25A.3040106@gmail.com> <5198D092.7000103@gmail.com> <5198D866.6010502@stefan-seelmann.de> In-Reply-To: <5198D866.6010502@stefan-seelmann.de> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Le 5/19/13 3:49 PM, Stefan Seelmann a écrit : > Hi Emmanuel, > > what did you change in the ApacheDS pom.xml? The maven-compiler-plugin > seems already be configured for Java 6: Not everywhere. The project/pom.xml file still refers to 1.5 : org.apache.maven.plugins maven-compiler-plugin 2.5.1 1.5 1.5 true true ISO-8859-1 There are also references in shared/pom.xml on 1.5, for javadoc and pmd. > > 158 > 159 org.apache.maven.plugins > 160 maven-compiler-plugin > 161 > 162 1.6 > 163 1.6 > 164 true > 165 true > 166 ISO-8859-1 > 167 > 168 > > > I run the build using the following environment: > > $ mvn -v > Apache Maven 3.0.5 (rNON-CANONICAL_2013-02-25_10-23_root; 2013-02-25 > 11:23:59+0100) > Maven home: /opt/maven > Java version: 1.6.0_45, vendor: Sun Microsystems Inc. > Java home: /opt/jdk1.6.0_45/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "3.9.2-1-arch", arch: "amd64", family: "unix" > > > For me the SaslBindIT works, however another test fails: > testModDn(org.apache.directory.server.replication.ClientServerReplicationIT) Time elapsed: 11.007 sec <<< FAILURE! > java.lang.AssertionError > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertTrue(Assert.java:52) > at > org.apache.directory.server.replication.ClientServerReplicationIT.testModDn(ClientServerReplicationIT.java:297) I do think I have fixed this issue last week. It's an error due to a thread that starts too late, and the replication occurs before the startup is done. Are you sure you have checked out th last trunk ? As Kiran said, I may have a specific Mac OSX issue. Damn Oracle... -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com