Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 20247 invoked from network); 27 Feb 2007 02:02:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2007 02:02:43 -0000 Received: (qmail 30727 invoked by uid 500); 27 Feb 2007 02:02:46 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 30686 invoked by uid 500); 27 Feb 2007 02:02:46 -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 30675 invoked by uid 99); 27 Feb 2007 02:02:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Feb 2007 18:02:46 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jason.dillon@gmail.com designates 64.233.162.232 as permitted sender) Received: from [64.233.162.232] (HELO nz-out-0506.google.com) (64.233.162.232) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Feb 2007 18:02:33 -0800 Received: by nz-out-0506.google.com with SMTP id j2so1559230nzf for ; Mon, 26 Feb 2007 18:02:13 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer:sender; b=dcsgcuoP2EAIZHXh1Fz+najEafu1WhQa7mSFDuw9PbSQ2HlZbTSVyeCtMtnMJeQv9w6XFyKakjgA79mgMPTGvvCqSdm+qDewxOwYh9NJh7bzjwdkL5IixZuL5Z70YoxI3o9vWiKNoizj73YUGbtWYARp1UZRzcsLV+xBwXC2QxM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer:sender; b=d0Gs1w3cP9D2IFr4lm2xgfJxFCxupy60BXsr4y8kHE+uzKa1PrJm8R93YY04blHpKEhnreExF7ob48ADaDgKK8rK2fR6529p0PY9Yk+BmOyQuaBVPXXSu9pYHgP0EXMT/pmDfUDOR34BVDpezB2DPxXjmiS4aD+DZxoGgRJFoQ0= Received: by 10.35.89.10 with SMTP id r10mr13463315pyl.1172541733089; Mon, 26 Feb 2007 18:02:13 -0800 (PST) Received: from ?10.0.1.2? ( [24.7.69.241]) by mx.google.com with ESMTP id p77sm7200680pyb.2007.02.26.18.02.11; Mon, 26 Feb 2007 18:02:12 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: dev@geronimo.apache.org From: Jason Dillon Subject: org.apache.geronimo.system.main.Daemon and commons-cli Date: Mon, 26 Feb 2007 18:02:10 -0800 X-Mailer: Apple Mail (2.752.3) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org Anyone mind if I re-write org.apache.geronimo.system.main.Daemon to use commons-cli to handle option processing? Use of commons-cli 1.0 add ~30k to the bootstrap classpath (uses commons-lang, which is already there), and will greatly simplify this code, and make it a little easier/nicer to add more command-line options in the future as well as providing. --jason