< prev index next >

src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/resources/WscompileMessages.java

Print this page
rev 47855 : 8189102: All tools should support -?, -h and --help

*** 89,99 **** * -encoding <encoding> specify character encoding used by source files * -extension allow vendor extensions - functionality not specified * by the specification. Use of extensions may * result in applications that are not portable or * may not interoperate with other implementations ! * -help display help * -httpproxy:<proxy> set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort * (port defaults to 8080) * -J<javacOption> pass this option to javac * -keep keep generated files * -p <pkg> specifies the target package --- 89,99 ---- * -encoding <encoding> specify character encoding used by source files * -extension allow vendor extensions - functionality not specified * by the specification. Use of extensions may * result in applications that are not portable or * may not interoperate with other implementations ! * -? -h --help display this help message * -httpproxy:<proxy> set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort * (port defaults to 8080) * -J<javacOption> pass this option to javac * -keep keep generated files * -p <pkg> specifies the target package
*** 260,270 **** } /** * Usage: {0} [options] <SEI> * ! * Use "wsgen -help" for a detailed description of options. * */ public static String WSGEN_USAGE(Object arg0) { return LOCALIZER.localize(localizableWSGEN_USAGE(arg0)); } --- 260,270 ---- } /** * Usage: {0} [options] <SEI> * ! * Use "wsgen --help" for a detailed description of options. * */ public static String WSGEN_USAGE(Object arg0) { return LOCALIZER.localize(localizableWSGEN_USAGE(arg0)); }
*** 554,564 **** * -encoding <encoding> specify character encoding used by source files * -extension allow vendor extensions - functionality not specified * by the specification. Use of extensions may * result in applications that are not portable or * may not interoperate with other implementations ! * -help display help * -J<javacOption> pass this option to javac * -keep keep generated files * -r <directory> resource destination directory, specify where to * place resouce files such as WSDLs * -s <directory> specify where to place generated source files --- 554,564 ---- * -encoding <encoding> specify character encoding used by source files * -extension allow vendor extensions - functionality not specified * by the specification. Use of extensions may * result in applications that are not portable or * may not interoperate with other implementations ! * -? -h --help display this help message * -J<javacOption> pass this option to javac * -keep keep generated files * -r <directory> resource destination directory, specify where to * place resouce files such as WSDLs * -s <directory> specify where to place generated source files
*** 589,599 **** } /** * Usage: {0} [options] <WSDL_URI> * ! * Use "wsimport -help" for a detailed description of options. * */ public static String WSIMPORT_USAGE(Object arg0) { return LOCALIZER.localize(localizableWSIMPORT_USAGE(arg0)); } --- 589,599 ---- } /** * Usage: {0} [options] <WSDL_URI> * ! * Use "wsimport --help" for a detailed description of options. * */ public static String WSIMPORT_USAGE(Object arg0) { return LOCALIZER.localize(localizableWSIMPORT_USAGE(arg0)); }
< prev index next >