< prev index next >

src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/resources/wscompile.properties

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

*** 22,32 **** # or visit www.oracle.com if you need additional information or have any # questions. # wsimport.usage=Usage: {0} [options] <WSDL_URI>\n\n\ ! Use "wsimport -help" for a detailed description of options. wsimport.help=\nUsage: {0} [options] <WSDL_URI>\n\n\ \where [options] include:\n\ \ -b <path> specify jaxws/jaxb binding files or additional schemas\n\ \ (Each <path> must have its own -b)\n\ --- 22,32 ---- # or visit www.oracle.com if you need additional information or have any # questions. # wsimport.usage=Usage: {0} [options] <WSDL_URI>\n\n\ ! Use "wsimport --help" for a detailed description of options. wsimport.help=\nUsage: {0} [options] <WSDL_URI>\n\n\ \where [options] include:\n\ \ -b <path> specify jaxws/jaxb binding files or additional schemas\n\ \ (Each <path> must have its own -b)\n\
*** 39,49 **** \ -encoding <encoding> specify character encoding used by source files\n\ \ -extension allow vendor extensions - functionality not specified\n\ \ by the specification. Use of extensions may\n\ \ result in applications that are not portable or\n\ \ may not interoperate with other implementations\n\ ! \ -help display help\n\ \ -httpproxy:<proxy> set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort\n\ \ (port defaults to 8080)\n\ \ -J<javacOption> pass this option to javac\n\ \ -keep keep generated files\n\ \ -p <pkg> specifies the target package\n\ --- 39,49 ---- \ -encoding <encoding> specify character encoding used by source files\n\ \ -extension allow vendor extensions - functionality not specified\n\ \ by the specification. Use of extensions may\n\ \ result in applications that are not portable or\n\ \ may not interoperate with other implementations\n\ ! \ -? -h --help display this help message\n\ \ -httpproxy:<proxy> set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort\n\ \ (port defaults to 8080)\n\ \ -J<javacOption> pass this option to javac\n\ \ -keep keep generated files\n\ \ -p <pkg> specifies the target package\n\
*** 89,99 **** #{0} - full version number wsimport.fullversion=wsimport full version \"{0}\" wsgen.usage=Usage: {0} [options] <SEI>\n\n\ ! Use "wsgen -help" for a detailed description of options. wsgen.help=\nUsage: {0} [options] <SEI>\n\n\ \where [options] include:\n\ \ -classpath <path> specify where to find input class files and wsgen extensions\n\ \ -cp <path> specify where to find input class files and wsgen extensions\n\ --- 89,99 ---- #{0} - full version number wsimport.fullversion=wsimport full version \"{0}\" wsgen.usage=Usage: {0} [options] <SEI>\n\n\ ! Use "wsgen --help" for a detailed description of options. wsgen.help=\nUsage: {0} [options] <SEI>\n\n\ \where [options] include:\n\ \ -classpath <path> specify where to find input class files and wsgen extensions\n\ \ -cp <path> specify where to find input class files and wsgen extensions\n\
*** 101,111 **** \ -encoding <encoding> specify character encoding used by source files\n\ \ -extension allow vendor extensions - functionality not specified\n\ \ by the specification. Use of extensions may\n\ \ result in applications that are not portable or\n\ \ may not interoperate with other implementations\n\ ! \ -help display help\n\ \ -J<javacOption> pass this option to javac\n\ \ -keep keep generated files\n\ \ -r <directory> resource destination directory, specify where to\n\ \ place resouce files such as WSDLs\n\ \ -s <directory> specify where to place generated source files\n\ --- 101,111 ---- \ -encoding <encoding> specify character encoding used by source files\n\ \ -extension allow vendor extensions - functionality not specified\n\ \ by the specification. Use of extensions may\n\ \ result in applications that are not portable or\n\ \ may not interoperate with other implementations\n\ ! \ -? -h --help display this help message\n\ \ -J<javacOption> pass this option to javac\n\ \ -keep keep generated files\n\ \ -r <directory> resource destination directory, specify where to\n\ \ place resouce files such as WSDLs\n\ \ -s <directory> specify where to place generated source files\n\
< prev index next >