Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 71816 invoked from network); 4 Nov 2005 10:14:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Nov 2005 10:14:12 -0000 Received: (qmail 86781 invoked by uid 500); 4 Nov 2005 10:14:09 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 86712 invoked by uid 500); 4 Nov 2005 10:14:09 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 86700 invoked by uid 99); 4 Nov 2005 10:14:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2005 02:14:08 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2005 02:14:01 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EXyXj-0006My-2g for dev@cocoon.apache.org; Fri, 04 Nov 2005 11:11:31 +0100 Received: from d51a4ce66.access.telenet.be ([81.164.206.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Nov 2005 11:11:31 +0100 Received: from jh by d51a4ce66.access.telenet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Nov 2005 11:11:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Jorg Heymans Subject: Re: [M10N] new block layout Date: Fri, 04 Nov 2005 11:09:09 +0100 Lines: 31 Message-ID: References: <436A43A2.8050207@nada.kth.se> <436A70AD.6080805@student.tuwien.ac.at> <436AEA17.7060602@dslextreme.com> <436B3097.2010900@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: d51a4ce66.access.telenet.be User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en In-Reply-To: <436B3097.2010900@apache.org> X-Antivirus: avast! (VPS 0544-7, 03/11/2005), Outbound message X-Antivirus-Status: Clean Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Carsten Ziegeler wrote: > Yepp, if no api, no sub project for it; the same for samples and perhaps > impl as well. no implementation for a block , is that realistic ? > Apart from that: +1 > > We should also note that this is the "best-practice" layout which you > should use. But of course you're not forced to use it. For example a Indeed, it's the best practice layout. It is also the layout that will be created when doing "mvn archetype:create cocoon-block ...". It is up to the block developer then to remove the unnecessary parts and adjust poms accordingly. We should proactively encourage ie enforce following things though : - the block root directory has a pom containing all the modules for that block. - if there is an api module then it should be called "api". - "impl" is the preferred module name if there is only one implementation. Otherwise you're free to choose but an "impl" suffix is preferred. Same should go for "samples". Jorg