diff -r cc682329886b -r b0610cd08440 src/share/jaxws_classes/com/sun/tools/internal/ws/resources/WscompileMessages.java --- a/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/WscompileMessages.java Thu Sep 26 10:43:28 2013 -0700 +++ b/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/WscompileMessages.java Fri Oct 04 16:21:34 2013 +0100 @@ -269,6 +269,20 @@ return localizer.localize(localizableWSIMPORT_USAGE(arg0)); } + public static Localizable localizableWSGEN_USAGE_EXTENSIONS() { + return messageFactory.getMessage("wsgen.usage.extensions"); + } + + /** + * + * Extensions: + * -Xnocompile do not compile generated Java files + * + */ + public static String WSGEN_USAGE_EXTENSIONS() { + return localizer.localize(localizableWSGEN_USAGE_EXTENSIONS()); + } + public static Localizable localizablePLEASE() { return messageFactory.getMessage("Please"); } @@ -283,6 +297,19 @@ return localizer.localize(localizablePLEASE()); } + public static Localizable localizableWSCOMPILE_EXISTING_OPTION(Object arg0) { + return messageFactory.getMessage("wscompile.existingOption", arg0); + } + + /** + * Ignoring already defined option {0} + * + * + */ + public static String WSCOMPILE_EXISTING_OPTION(Object arg0) { + return localizer.localize(localizableWSCOMPILE_EXISTING_OPTION(arg0)); + } + public static Localizable localizableWSIMPORT_PARSING_WSDL() { return messageFactory.getMessage("wsimport.ParsingWSDL"); } @@ -323,6 +350,8 @@ * -B Pass this option to JAXB schema compiler * -catalog specify catalog file to resolve external entity references * supports TR9401, XCatalog, and OASIS XML Catalog format. + * -classpath specify where to find user class files and wsimport extensions + * -cp specify where to find user class files and wsimport extensions * -d specify where to place generated output files * -encoding specify character encoding used by source files * -extension allow vendor extensions - functionality not specified @@ -332,6 +361,7 @@ * -help display help * -httpproxy: set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort * (port defaults to 8080) + * -J pass this option to javac * -keep keep generated files * -p specifies the target package * -quiet suppress wsimport output @@ -343,7 +373,7 @@ * -version print version information * -fullversion print full version information * -wsdllocation @WebServiceClient.wsdlLocation value - * -clientjar Creates the jar file of the generated artifacts along with the + * -clientjar creates the jar file of the generated artifacts along with the * WSDL metadata required for invoking the web service. * -generateJWS generate stubbed JWS implementation file * -implDestDir specify where to generate JWS implementation file @@ -656,8 +686,8 @@ * Usage: {0} [options] * * where [options] include: - * -classpath specify where to find input class files - * -cp same as -classpath + * -classpath specify where to find input class files and wsgen extensions + * -cp specify where to find input class files and wsgen extensions * -d specify where to place generated output files * -encoding specify character encoding used by source files * -extension allow vendor extensions - functionality not specified @@ -665,6 +695,7 @@ * result in applications that are not portable or * may not interoperate with other implementations * -help display help + * -J pass this option to javac * -keep keep generated files * -r resource destination directory, specify where to * place resouce files such as WSDLs @@ -675,7 +706,7 @@ * -wsdl[:protocol] generate a WSDL file. The protocol is optional. * Valid protocols are {1}, * the default is soap1.1. - * The non stanadard protocols {2} + * The non standard protocols {2} * can only be used in conjunction with the * -extension option. * -inlineSchemas inline schemas in the generated wsdl. Must be @@ -684,6 +715,7 @@ * Used in conjunction with the -wsdl option. * -portname specify the Port name to use in the generated WSDL * Used in conjunction with the -wsdl option. + * -x specify External Web Service Metadata xml descriptor * */ public static String WSGEN_HELP(Object arg0, Object arg1, Object arg2) { @@ -835,6 +867,18 @@ return localizer.localize(localizableWSIMPORT_AUTH_INFO_LINENO(arg0, arg1)); } + public static Localizable localizableWSGEN_SERVICENAME_MISSING_LOCALNAME(Object arg0) { + return messageFactory.getMessage("wsgen.servicename.missing.localname", arg0); + } + + /** + * The service name "{0}" is missing a localname. + * + */ + public static String WSGEN_SERVICENAME_MISSING_LOCALNAME(Object arg0) { + return localizer.localize(localizableWSGEN_SERVICENAME_MISSING_LOCALNAME(arg0)); + } + public static Localizable localizableWSGEN_USAGE(Object arg0) { return messageFactory.getMessage("wsgen.usage", arg0); } @@ -849,18 +893,6 @@ return localizer.localize(localizableWSGEN_USAGE(arg0)); } - public static Localizable localizableWSGEN_SERVICENAME_MISSING_LOCALNAME(Object arg0) { - return messageFactory.getMessage("wsgen.servicename.missing.localname", arg0); - } - - /** - * The service name "{0}" is missing a localname. - * - */ - public static String WSGEN_SERVICENAME_MISSING_LOCALNAME(Object arg0) { - return localizer.localize(localizableWSGEN_SERVICENAME_MISSING_LOCALNAME(arg0)); - } - public static Localizable localizableWSGEN_SERVICENAME_MISSING_NAMESPACE(Object arg0) { return messageFactory.getMessage("wsgen.servicename.missing.namespace", arg0); }