I don't care as long as you don't change the cli syntax. IIRC the
code originally used commons cli, but someone removed it because it
wasn't flexible enough. It was a very long time ago, so my memory is
fuzzy.
-dain
On Feb 26, 2007, at 6:02 PM, Jason Dillon wrote:
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