dev@glassfish.java.net

Re: [Issue 7895] [deployment] New - --libraries option's unusual path separator

From: Dies Koper <diesk_at_fast.au.fujitsu.com>
Date: Fri, 17 Apr 2009 10:09:07 +1000

Hi Hong,

If fixing this is as easy as updating those three places and reassigning
the issue to the docs team I can do it. Assuming you agree with the
suggestion of course.

Regards,
Dies

dkoper_at_dev.java.net wrote:
> https://glassfish.dev.java.net/issues/show_bug.cgi?id=7895
> Issue #|7895
> Summary|--libraries option's unusual path separator
> Component|glassfish
> Version|V3
> Platform|All
> OS/Version|All
> URL|
> Status|UNCONFIRMED
> Status whiteboard|
> Keywords|
> Resolution|
> Issue type|DEFECT
> Priority|P3
> Subcomponent|deployment
> Assigned to|hzhang_jn
> Reported by|dkoper
>
>
>
>
>
>
> ------- Additional comments from dkoper_at_dev.java.net Fri Apr 17 00:04:08 +0000 2009 -------
> asadmin's deploy subcommand gives the following usage for the --libraries option:
>
> [--libraries jar_file[(pathseparator)jar_file]*]
>
> Say "pathseparator" to a Java developer and (s)he thinks of ; or : depending on
> the OS.
>
> A comma is the last delimiter one would expect.
> http://en.wikipedia.org/wiki/Path_(computing)
>
> Although it is explained in the --help if you look it up, why not make it clear
> from the start in the Usage text?
> [--libraries jar_file[,jar_file]*]
>
> Same for deploydir subcommand:
>
> /GFv3/admin_cli_java/com/sun/enterprise/admin/cli/remote/LocalStrings.properties
> /GFv3/deployment_admin_java/org/glassfish/deployment/admin/LocalStrings.properties
> (2 places)