diff -r cc682329886b -r b0610cd08440 src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wscompile.properties --- a/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wscompile.properties Thu Sep 26 10:43:28 2013 -0700 +++ b/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wscompile.properties Fri Oct 04 16:21:34 2013 +0100 @@ -33,6 +33,8 @@ \ -B Pass this option to JAXB schema compiler\n\ \ -catalog specify catalog file to resolve external entity references\n\ \ supports TR9401, XCatalog, and OASIS XML Catalog format.\n\ +\ -classpath specify where to find user class files and wsimport extensions\n\ +\ -cp specify where to find user class files and wsimport extensions\n\ \ -d specify where to place generated output files\n\ \ -encoding specify character encoding used by source files\n\ \ -extension allow vendor extensions - functionality not specified\n\ @@ -42,6 +44,7 @@ \ -help display help\n\ \ -httpproxy: set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort\n\ \ (port defaults to 8080)\n\ +\ -J pass this option to javac\n\ \ -keep keep generated files\n\ \ -p specifies the target package\n\ \ -quiet suppress wsimport output\n\ @@ -53,7 +56,7 @@ \ -version print version information\n\ \ -fullversion print full version information\n\ \ -wsdllocation @WebServiceClient.wsdlLocation value\n\ -\ -clientjar Creates the jar file of the generated artifacts along with the\n\ +\ -clientjar creates the jar file of the generated artifacts along with the\n\ \ WSDL metadata required for invoking the web service.\n\ \ -generateJWS generate stubbed JWS implementation file\n\ \ -implDestDir specify where to generate JWS implementation file\n\ @@ -91,8 +94,8 @@ wsgen.help=\nUsage: {0} [options] \n\n\ \where [options] include:\n\ -\ -classpath specify where to find input class files\n\ -\ -cp same as -classpath \n\ +\ -classpath specify where to find input class files and wsgen extensions\n\ +\ -cp specify where to find input class files and wsgen extensions\n\ \ -d specify where to place generated output files\n\ \ -encoding specify character encoding used by source files\n\ \ -extension allow vendor extensions - functionality not specified\n\ @@ -100,6 +103,7 @@ \ result in applications that are not portable or\n\ \ may not interoperate with other implementations\n\ \ -help display help\n\ +\ -J pass this option to javac\n\ \ -keep keep generated files\n\ \ -r resource destination directory, specify where to\n\ \ place resouce files such as WSDLs\n\ @@ -110,7 +114,7 @@ \ -wsdl[:protocol] generate a WSDL file. The protocol is optional.\n\ \ Valid protocols are {1},\n\ \ the default is soap1.1.\n\ -\ The non stanadard protocols {2}\n\ +\ The non standard protocols {2}\n\ \ can only be used in conjunction with the\n\ \ -extension option.\n\ \ -inlineSchemas inline schemas in the generated wsdl. Must be\n\ @@ -118,8 +122,12 @@ \ -servicename specify the Service name to use in the generated WSDL\n\ \ Used in conjunction with the -wsdl option.\n\ \ -portname specify the Port name to use in the generated WSDL\n\ -\ Used in conjunction with the -wsdl option. +\ Used in conjunction with the -wsdl option.\n\ +\ -x specify External Web Service Metadata xml descriptor +wsgen.usage.extensions=\n\ +\Extensions:\n\ +\ -Xnocompile do not compile generated Java files wsgen.usage.examples=\n\ \Examples:\n\ @@ -151,6 +159,7 @@ # Generic Messages # wscompile.invalidOption=unrecognized parameter {0} +wscompile.existingOption=Ignoring already defined option {0}\n wsimport.noSuchJaxbOption=no such JAXB option: {0} wscompile.error=error: {0}