On Aug 19, 2007, at 11:25 PM, Manu George wrote:
Seems there is a bug here. Will open a JIRA and fix it.
Not necessarily a bug, more as in I never quite got to that part :)
Thanks for picking this up! You can snag some of the standard
messages from these:
cmd.properties.opt.version = Prints the OpenEJB version and exits.
cmd.properties.opt.help = Lists these options and exit.
cmd.deploy.opt.version = Prints the OpenEJB version and exits.
cmd.deploy.opt.help = Lists these options and exit.
Or you could leverage the new logging feature Karan added and have
all the commands share these few option descriptions. Cleanup is
optional, though :)
-David
Regards
Manu
On 8/20/07, Manu George <[EMAIL PROTECTED]> wrote:
Hi,
Anyone else seeing this problem? I call openejb start -help and
the error messages are not coming.
C:\openejb-3.0.0-SNAPSHOT>openejb start -help
usage: start [options]
[Missing message cmd.start.description]
--admin-bind <host> [Missing message cmd.start.opt.bind]
--admin-port <int> [Missing message cmd.start.opt.port]
--conf <file> [Missing message cmd.start.opt.conf]
--ejbd-bind <host> [Missing message cmd.start.opt.bind]
--ejbd-port <int> [Missing message cmd.start.opt.port]
--examples [Missing message cmd.start.opt.examples]
-h,--help [Missing message cmd.start.opt.help]
--hsql-bind <host> [Missing message cmd.start.opt.bind]
--hsql-port <int> [Missing message cmd.start.opt.port]
--httpejbd-bind <host> [Missing message cmd.start.opt.bind]
--httpejbd-port <int> [Missing message cmd.start.opt.port]
--local-copy <boolean> [Missing message
cmd.start.opt.localCopy]
--telnet-bind <host> [Missing message cmd.start.opt.bind]
--telnet-port <int> [Missing message cmd.start.opt.port]
-v,--version [Missing message cmd.start.opt.version]
My openejb version is a few days old. So just wondering whether this
is still occurring.
Regards
Manu