From directory-dev-return-2384-apmail-incubator-directory-dev-archive=incubator.apache.org@incubator.apache.org Wed Nov 24 01:34:14 2004 Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 54978 invoked from network); 24 Nov 2004 01:34:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Nov 2004 01:34:14 -0000 Received: (qmail 12940 invoked by uid 500); 24 Nov 2004 01:34:14 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 12905 invoked by uid 500); 24 Nov 2004 01:34:14 -0000 Mailing-List: contact directory-dev-help@incubator.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 directory-dev@incubator.apache.org Received: (qmail 12886 invoked by uid 99); 24 Nov 2004 01:34:13 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FROM_ENDS_IN_NUMS,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of aok123@bellsouth.net designates 205.152.59.64 as permitted sender) Received: from [205.152.59.64] (HELO imf16aec.mail.bellsouth.net) (205.152.59.64) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 23 Nov 2004 17:34:11 -0800 Received: from [172.16.1.7] ([65.80.200.112]) by imf16aec.mail.bellsouth.net (InterMail vM.5.01.06.11 201-253-122-130-111-20040605) with ESMTP id <20041124013407.TGFM1980.imf16aec.mail.bellsouth.net@[172.16.1.7]> for ; Tue, 23 Nov 2004 20:34:07 -0500 Message-ID: <41A3E520.9040704@bellsouth.net> Date: Tue, 23 Nov 2004 20:34:24 -0500 From: Alex Karasulu User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Working with SEDA References: <41A3B979.2040402@d-haven.org> <768dcb2e041123151052281a0d@mail.gmail.com> In-Reply-To: <768dcb2e041123151052281a0d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Trustin Lee wrote: >>The Maven build structure could definitely be improved, but I do have some >>questions about getting up to speed. When I build SEDA through Maven, >>things build OK even though some of the tests fail. However, when I use >>the IDEA project file generated by Maven I can't build anything. It >>complains >>about not finding the org.apache.common.codec.* packages. Now it appears >>that that is in Snickers? >> >> > >It is because Sinckers has the same groupId with SEDA. You'll have to >check out an appropriate project and add it as a module. Actually I >don't use IDEA now, so I don't remember clear. Alex, am I right? > > Yeah its a bug says Brett in the Idea plugin which is being worked out. Basically the idea plugin presumes that every maven module that is in the same group ID will be an idea module. So it creates a dependency on the Idea module presuming it will be added as a module to the Idea project and not on the the jar artifact in the local maven repository. This really bites but I've been waiting for the idea plugin to be fixed rather than veering away from the correct structure. I think patches have been applied to the plugin for this. I'll have to check. Alex