Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 81440 invoked from network); 4 Apr 2005 01:20:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Apr 2005 01:20:19 -0000 Received: (qmail 96743 invoked by uid 500); 4 Apr 2005 01:20:18 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 96706 invoked by uid 500); 4 Apr 2005 01:20:18 -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 96691 invoked by uid 99); 4 Apr 2005 01:20:18 -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; Sun, 03 Apr 2005 18:20:16 -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 j341KEU4029496 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 3 Apr 2005 20:20:14 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9/Submit) id j341KDJh029463 for dev@forrest.apache.org; Sun, 3 Apr 2005 20:20:13 -0500 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Mon, 4 Apr 2005 11:20:06 +1000 From: David Crossley To: dev@forrest.apache.org Subject: plugin naming convention Message-ID: <20050404012006.GA28302@igg.indexgeo.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I see that many of our plugins, even new ones, are not using the naming convention. ... snipped from plugins/pluginInfrastructure.html ------------- org.apache.forrest.plugin.PLUGINNAME net.sf.forrestPlugins.PLUGINNAME In addition the name of the plugin should indicate the type of plugin it is: NAME-input NAME-output NAME-internal ------------- Should we amend the existing names before the 0.7 release? Should we get plugins/build.xml seedPlugin target to append the -$type part. --David