Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 91700 invoked from network); 13 Dec 2007 13:23:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2007 13:23:30 -0000 Received: (qmail 98272 invoked by uid 500); 13 Dec 2007 13:23:16 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 98238 invoked by uid 500); 13 Dec 2007 13:23:16 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 98227 invoked by uid 99); 13 Dec 2007 13:23:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 05:23:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.208.196.179] (HELO mho-02-bos.mailhop.org) (63.208.196.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 13:22:52 +0000 Received: from bi01p1.nc.us.ibm.com ([129.33.49.251] helo=[9.27.164.169]) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1J2o1f-0009n2-1N for dev@geronimo.apache.org; Thu, 13 Dec 2007 13:22:55 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 129.33.49.251 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+JIhUj7jM2aLqKyq22kzr0 Message-Id: <9C8E57B3-A6A3-41C8-8ACD-7BCF07E03E12@hogstrom.org> From: Matt Hogstrom To: dev@geronimo.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Subject: Re: structure of GShell commands Date: Thu, 13 Dec 2007 08:22:54 -0500 References: X-Mailer: Apple Mail (2.915) X-Virus-Checked: Checked by ClamAV on apache.org If GShell would be targeted at more servers than G then I think these commands should be under geronimo. If not, then I think a flat structure makes sense. On Dec 11, 2007, at 10:04 AM, Kevan Miller wrote: > We currently have the following structure for Geronimo GShell > commands: > > geronimo/ > start-server > stop-server > start-client > > deploy/ > install-library > disconnect > deploy > ... > > This doesn't make much sense to me. Let's either assume GShell is > used for Geronimo server or assume that GShell can be used for > multiple target environments, but not both... > > I think the current deploy/ commands should be under the geronimo > tree. What do others think? I think applying a bit more structure, > now, will minimize entropy over time... > > Anybody want to have a shot at proposing a command structure? > > --kevan >