Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 16705 invoked from network); 25 Dec 2006 23:16:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Dec 2006 23:16:52 -0000 Received: (qmail 55309 invoked by uid 500); 25 Dec 2006 23:16:59 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 55278 invoked by uid 500); 25 Dec 2006 23:16:59 -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 55266 invoked by uid 99); 25 Dec 2006 23:16:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Dec 2006 15:16:59 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 212.27.42.29 is neither permitted nor denied by domain of elecharny@gmail.com) Received: from [212.27.42.29] (HELO smtp3-g19.free.fr) (212.27.42.29) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Dec 2006 15:16:48 -0800 Received: from [192.168.0.1] (vol75-3-82-66-216-176.fbx.proxad.net [82.66.216.176]) by smtp3-g19.free.fr (Postfix) with ESMTP id A7C9949F77 for ; Tue, 26 Dec 2006 00:16:26 +0100 (CET) Message-ID: <45905BCA.5010305@gmail.com> Date: Tue, 26 Dec 2006 00:16:26 +0100 From: Emmanuel Lecharny Reply-To: elecharny@iktek.com User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: fr, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: TRIPLESEC various little problems References: <55F1AF46-41F7-49CC-8029-3733EA38AC1A@yahoo.com> <45904213.9020105@gmail.com> <75857230-A5DD-4C78-898D-6194180C44B8@yahoo.com> In-Reply-To: <75857230-A5DD-4C78-898D-6194180C44B8@yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org David Jencks a �crit : > > On Dec 25, 2006, at 4:26 PM, Emmanuel Lecharny wrote: > >> David Jencks a �crit : >> >>> I'm running into a few more problems and questions.... >>> >>> 1. The wiki page http://cwiki.apache.org/DIRxTRIPLESEC/uuid- >>> issues.html seems to indicate that some triplesec developers think >>> that jdk 1.4.2 compatibility should be maintained for a while >>> longer. Not knowing this my patches have used lots of jdk 1.5 >>> features, mostly generics. I can't find any discussion of this >>> decision on the mailing list (doesn't mean it's not there :-). >> >> >> We have switched to Java 5 in trunks. Forget about 1.4.2 >> compatibility... >> >>> So, I propose we move to jdk 1.5 and ask those wanting to run on >>> 1.4 to use retrotranslator. BTW I didn't look far but it looks to >>> me as if apache harmony has a UUID implementation. >> >> >> Already switched :) > > > I thought apacheds was already on 1.5 so I was really wondering about > triplesec :-) As Triplesec has been injected after 1.0, and in trunks, I guess it should be considered as java 5 compatible, like any other projects in trunks. > >> >>> >>> 2. After lots of successful builds I discovered -Pintegration and >>> started running into failures. I find the integration tests don't >>> take very long so I'd recommend reversing the default and having >>> to use -Pquick or -Pno-integration for a faster build. I've had 2 >>> sets of problems: >> >> >> You mean, -Dintegration ? > > > -Dintegration has the same effect, much to my surprise. I thought > the standard way of selecting profiles in mvn was with -P, but -D and > -P seem to have the same effect in this case. Whell, I never heard of -P in maven (even if I've heard a lot of things about maven, not all being nice :). -D sounds like any ant or java property settings. We usually use mvn -Dintegration test on trunks. -P activates profile, but I also guess that -D set the very same property... Hmmm. Maven black magic again :) Emmanuel