Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 56927 invoked from network); 6 Nov 2010 20:36:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Nov 2010 20:36:12 -0000 Received: (qmail 99466 invoked by uid 500); 6 Nov 2010 20:36:44 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 99445 invoked by uid 500); 6 Nov 2010 20:36:44 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 99437 invoked by uid 99); 6 Nov 2010 20:36:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Nov 2010 20:36:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Nov 2010 20:36:43 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA6KaNSg025117 for ; Sat, 6 Nov 2010 20:36:23 GMT Message-ID: <3383208.57751289075783182.JavaMail.jira@thor> Date: Sat, 6 Nov 2010 16:36:23 -0400 (EDT) From: "Robert Liguori (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-3055) Refining help page for utilities, as well as expanding (adding) switches where necessary In-Reply-To: <3849332.44581286561311210.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Liguori updated CXF-3055: -------------------------------- Attachment: usages_of_cxf_commands.doc > Refining help page for utilities, as well as expanding (adding) switches where necessary > ---------------------------------------------------------------------------------------- > > Key: CXF-3055 > URL: https://issues.apache.org/jira/browse/CXF-3055 > Project: CXF > Issue Type: Improvement > Components: Tooling > Affects Versions: 2.3.0 > Reporter: Robert Liguori > Priority: Minor > Attachments: usages_of_cxf_commands.doc > > Original Estimate: 4h > Remaining Estimate: 4h > > Consider "JavaToWS.java" for the java2ws utility... > -V and -verbose are added in this file as valid switches, however, only -verbose is shown in the java2ws help (java2ws -h). > Consider adding "-V" to the help page of the java2ws utility. > Also, consider adding the following (below) to the help and general functionality of scripts (i.e., wsdl2java, wsdl2js, java2js, java2ws, xsd2wsdl, wsdl2java, wsdl2soap, wsdl2corba, wsdl2service, wsdlvalidator), WHERE APPLICABLE: > -h, -help, --help (see reference below) > -v, -version, --version > -V, -verbose > -q, -quiet > -cp, -classpath > Thank you for the consideration. Note: my comment isn't complete, it needs some more analysis to meet convention. > Reference: http://www.gnu.org/prep/standards/standards.html#Command_002dLine-Interfaces > Note: subset of current options/switches for java2ws: > ... > -h Display detailed information for options > -v Display the version of the tool. > -verbose Verbose mode > -q Quiet mode > ... > Could be something link this: > ... > -h, --help Display detailed information for options > -v, --version Display the version of the tool. > -V, --verbose Verbose mode > -q, --quiet Quiet mode > ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.