Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 80082 invoked from network); 12 Apr 2005 23:54:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2005 23:54:42 -0000 Received: (qmail 92651 invoked by uid 500); 12 Apr 2005 23:54:41 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 92603 invoked by uid 500); 12 Apr 2005 23:54:41 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 92580 invoked by uid 99); 12 Apr 2005 23:54:40 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from www2.kc.aoindustries.com (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 12 Apr 2005 16:54:40 -0700 Received: from www2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9) with ESMTP id j3CNscna007475 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 12 Apr 2005 18:54:38 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9/Submit) id j3CNsccQ007439 for dev@forrest.apache.org; Tue, 12 Apr 2005 18:54:38 -0500 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Wed, 13 Apr 2005 09:54:24 +1000 From: David Crossley To: dev@forrest.apache.org Subject: Re: Plugin naming conventions Message-ID: <20050412235424.GA14062@igg.indexgeo.com.au> References: <425BAF05.7000306@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <425BAF05.7000306@apache.org> User-Agent: Mutt/1.4i X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ross Gardler wrote: > As has been agreed all plugins are to be renamed so that they conform > with our naming convention. However, is the naming convention right? > > Currently we say: > > org.apache.forrest.plugin.NAME-input > > org.apache.forrest.plugin.NAME-output > > org.apache.forrest.plugin.NAME-internal > > > Wouldn't it make more sense as: > > > org.apache.forrest.plugin.input.NAME > > org.apache.forrest.plugin.output.NAME > > org.apache.forrest.plugin.internal.NAME I agree. Actually, i had already wondered that when last we spoke about the naming convention, but i just assumed that there was a reason for the former. --David