| From | Sent On | Attachments |
|---|---|---|
| Dixie Pine | Oct 6, 2009 4:58 pm | .pdf, .pdf, .pdf |
| Kedar Mhaswade | Oct 14, 2009 5:14 pm | |
| Bill Shannon | Oct 14, 2009 8:30 pm | |
| Dixie Pine | Oct 16, 2009 5:37 pm | .pdf, .pdf, .pdf |
| Bill Shannon | Oct 19, 2009 6:16 pm | |
| Dixie Pine | Oct 20, 2009 10:27 am | |
| Bill Shannon | Oct 20, 2009 10:42 am | |
| Dixie Pine | Oct 20, 2009 2:06 pm | .pdf |
| Sankar Neelakandan | Oct 20, 2009 2:18 pm | |
| Bill Shannon | Oct 20, 2009 2:26 pm | |
| kedar | Oct 20, 2009 2:52 pm | |
| Dixie Pine | Oct 21, 2009 3:52 pm | .pdf |
| Dixie Pine | Oct 21, 2009 3:54 pm | .pdf |
| Sankar Neelakandan | Oct 21, 2009 6:38 pm | |
| Paul Davies | Oct 21, 2009 6:58 pm | |
| Bill Shannon | Oct 21, 2009 7:33 pm | |
| Nandini Ektare | Oct 21, 2009 9:13 pm | |
| Dixie Pine | Oct 22, 2009 12:00 pm | .pdf |
| Dixie Pine | Oct 22, 2009 12:01 pm | |
| Dixie Pine | Oct 22, 2009 12:38 pm | |
| Sankar Neelakandan | Oct 22, 2009 12:48 pm | |
| Nandini Ektare | Oct 22, 2009 12:53 pm | |
| Dixie Pine | Oct 22, 2009 2:31 pm | |
| Nandini Ektare | Oct 22, 2009 2:50 pm | |
| Bill Shannon | Oct 22, 2009 2:51 pm | |
| Dixie Pine | Oct 22, 2009 3:53 pm | |
| Dixie Pine | Oct 22, 2009 3:57 pm | |
| Bill Shannon | Oct 22, 2009 8:53 pm | |
| Bill Shannon | Oct 22, 2009 9:00 pm | |
| Nandini Ektare | Oct 22, 2009 9:48 pm | |
| Lloyd Chambers | Oct 23, 2009 10:07 am | |
| Lloyd Chambers | Oct 23, 2009 10:11 am | |
| Paul Davies | Oct 23, 2009 1:14 pm | |
| Nandini Ektare | Oct 23, 2009 1:18 pm | |
| Lloyd Chambers | Oct 23, 2009 3:13 pm | |
| Dixie Pine | Oct 28, 2009 5:49 pm | .pdf |
| Sankar Neelakandan | Oct 28, 2009 5:53 pm | |
| Bill Shannon | Oct 29, 2009 10:07 pm | |
| Dixie Pine | Oct 30, 2009 8:37 am | |
| Nandini Ektare | Oct 30, 2009 8:46 am | |
| Sankar Neelakandan | Oct 30, 2009 9:39 am | |
| Bill Shannon | Oct 30, 2009 11:28 am | |
| Lloyd Chambers | Oct 30, 2009 11:42 am | |
| Bill Shannon | Oct 30, 2009 1:07 pm | |
| Dixie Pine | Oct 30, 2009 1:32 pm | |
| Sankar Neelakandan | Oct 30, 2009 2:01 pm | |
| Bill Shannon | Oct 30, 2009 2:21 pm | |
| Bill Shannon | Oct 30, 2009 2:35 pm | |
| Nandini Ektare | Oct 30, 2009 2:54 pm | |
| Sankar Neelakandan | Oct 30, 2009 3:01 pm | |
| Dixie Pine | Oct 30, 2009 4:15 pm | |
| Bill Shannon | Nov 2, 2009 5:01 pm | |
| Bill Shannon | Nov 2, 2009 5:03 pm | |
| Sankar Neelakandan | Nov 2, 2009 5:30 pm | |
| June...@Sun.COM | Nov 3, 2009 10:15 am | |
| Paul Davies | Nov 3, 2009 12:33 pm | |
| Bill Shannon | Nov 3, 2009 12:51 pm |
| Subject: | Re: Content of Usage statements for asadmin man pages | |
|---|---|---|
| From: | Bill Shannon (bill...@sun.com) | |
| Date: | Oct 30, 2009 2:35:52 pm | |
| List: | net.java.dev.glassfish.admin | |
Sankar Neelakandan wrote on 10/30/09 14:02:
Here is the review comments.
Do we follow the **(default:false) **only for the help option not for the others ?.** **
No, intended to do it for all options that have a defined default value. For --target, I guess I was reading the string "Default server" as descriptive rather than naming the default at the literal value "server". But you're right, I should fix that. It should be
[--target <target(default:server)>]
< create.system.properties.usagetext=create-system-properties [--target target(Default server)] [-?|--help=false] (name=value)[:name=value]* ---
create.system.properties.usagetext=create-system-properties\n\t[--target *<target(Default server)>] [-?|--help[=<help(default:false)*>]]\n\t(name=value)[:name=value]*
4c4 < create.jvm.options.usagetext=create-jvm-options [--target target(Default server)] [-?|--help=false] (jvm_option_name[=jvm_option_value])[:jvm_option_name=jvm_option_name*] ---
create.jvm.options.usagetext=create-jvm-options\n\t[--target *<target(Default server)>*] [-?|--help[=<help(default:false)>]]\n\t(jvm_option_name[=jvm_option_value])[:jvm_option_name=jvm_option_name*]
7c7 < delete.jvm.options.usagetext=delete-jvm-options [--target target(Default server)][-?|--help=false] (jvm_option_name[=jvm_option_value])[:jvm_option_name[=jvm_option_name]]* ---
delete.jvm.options.usagetext=delete-jvm-options\n\t[--target *<target(Default server)>*] [-?|--help[=<help(default:false)>]]\n\t(jvm_option_name[=jvm_option_value])[:jvm_option_name[=jvm_option_name]]*
some of the default *true *values are changed to false
That's because I don't think the defaults for --createtables and --dropandcreatetables actually *are* true. It certainly doesn't make sense for both of them to be true. I think the syntax was meant to show how you would specify them to override the default.
But correct me if I'm wrong...
< deploy.command.usagetext=deploy [--virtualservers virtual_servers] [--contextroot context_root] [--force=false] [--precompilejsp=false] [--verify=false] [--name component_name] [--upload=false] [--retrieve local_dirpath] [--dbvendorname dbvendorname] *[--createtables=true | --dropandcreatetables=true]* [--uniquetablenames=true] [--deploymentplan deployment_plan] [--enabled=true] [--generatermistubs=false] [--libraries jar_file[,jar_file*]] [--type pkg-type] [--properties(name=value)[:name=value]*] [-?|--help=false] file_archive | filepath ---
deploy.command.usagetext=deploy\n\t[--virtualservers <virtual_servers>] [--contextroot <context_root>]\n\t[--force[=<force(default:false)>]]\n\t[--precompilejsp[=<precompilejsp(default:false)>]]\n\t[--verify[=<verify(default:false)>]] [--name <component_name>]\n\t[--upload[=<upload(default:false)>]] [--retrieve <local_dirpath>]\n\t[--dbvendorname <dbvendorname>]\n\t*[--createtables[=createtables(default:false)>] |\n\t--dropandcreatetables[=<dropandcreatetables(default:false)>]]\n\t[--uniquetablenames[=<uniquetablenames(default:false)>]]*\n\t[--deploymentplan <deployment_plan>] [--enabled[=<enabled(default:true)>]]\n\t[--generatermistubs[=<generatermistubs(default:false)>]]\n\t[--libraries jar_file[,jar_file*]] [--type <pkg-type>]\n\t[--properties (name=value)[:name=value]*]\n\t[-?|--help[=<help(defalt:false)>]] file_archive | filepath
42c42
< undeploy.command.usagetext=undeploy [--target=target] [--keepreposdir=false] [--droptables=true] [--cascade=false] [--properties(name=value)[:name=value]*] [-?|--help=false] name ---
undeploy.command.usagetext=undeploy\n\t[--target <target>] [--keepreposdir[=<keepreposdir(default:false)>]]\n\t[--droptables*[=<droptables(default:false)>]*]\n\t[--cascade[=<cascade(default:false)>]]\n\t[--properties (name=value)[:name=value]*]\n\t[-?|--help[=<help(default:false)>]] name
50c50 < deploydir.command.usagetext=deploydir [--virtualservers virtual_servers] [--contextroot context_root] [--force=false] [--precompilejsp=false] [--verify=false] [--name component_name] [--upload=false] [--retrieve local_dirpath] [--dbvendorname dbvendorname] [--createtables=true | --dropandcreatetables=true] [--uniquetablenames=true] [--deploymentplan deployment_plan] [--enabled=true] [--generatermistubs=false] [--libraries jar_file[,jar_file*]] [--type pkg-type] [--properties(name=value)[:name=value]*] [-?|--help=false] dirpath
---
deploydir.command.usagetext=deploydir\n\t[--virtualservers <virtual_servers>] [--contextroot <context_root>]\n\t[--force[=<force(default:false)>]]\n\t[--precompilejsp[=<precompilejsp(default:false)>]]\n\t[--verify[=<verify(default:false)>]] [--name <component_name>]\n\t[--upload[=<upload(default:false)>]] [--retrieve <local_dirpath>]\n\t[--dbvendorname <dbvendorname>]\n\t[*--createtables[=createtables(default:false)>] |\n\t--dropandcreatetables[=<dropandcreatetables(default:false)>]]\n\t[--uniquetablenames[=<uniquetablenames(default:false)>]]*\n\t[--deploymentplan <deployment_plan>] [--enabled[=<enabled(default:true)>]]\n\t[--generatermistubs[=<generatermistubs(default:false)>]]\n\t[--libraries jar_file[,jar_file*]] [--type <pkg-type>]\n\t[--properties (name=value)[:name=value]*]\n\t[-?|--help[=<help(defalt:false)>]] dirpath
59c59 < redeploy.command.usagetext=redeploy [--virtualservers virtual_servers] [--contextroot context_root] [--precompilejsp=false] [--verify=false] [--name component_name] [--upload=false] [--retrieve local_dirpath] [--dbvendorname dbvendorname] [--createtables=true | --dropandcreatetables=true] [--uniquetablenames=true] [--deploymentplan deployment_plan] [--enabled=true] [--generatermistubs=false] [--libraries jar_file[,jar_file*]] [--type pkg-type] [--properties(name=value)[:name=value]*] [-?|--help=false] file_archive | filepath ---
redeploy.command.usagetext=redeploy\n\t[--virtualservers <virtual_servers>] [--contextroot <context_root>]\n\t[--precompilejsp[=<precompilejsp(default:false)>]]\n\t[--verify[=<verify(default:false)>]] [--name <component_name>]\n\t[--upload[=<upload(default:false)>]] [--retrieve <local_dirpath>]\n\t[--dbvendorname <dbvendorname>]\n\t[*--createtables[=createtables(default:false)>] |\n\t--dropandcreatetables[=<dropandcreatetables(default:false)>]]\n\t[--uniquetablenames[=<uniquetablenames(default:false)>]]*\n\t[--deploymentplan <deployment_plan>] [--enabled[=<enabled(default:true)>]]\n\t[--generatermistubs[=<generatermistubs(default:false)>]]\n\t[--libraries jar_file[,jar_file*]] [--type <pkg-type>]\n\t[--properties (name=value)[:name=value]*]\n\t[-?|--help[=<help(defalt:false)>]] file_archive | filepath






.pdf, .pdf, .pdf