src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wscompile.properties

changeset 408
b0610cd08440
parent 368
0989ad8c0860
child 637
9c07ef4934dd
     1.1 --- a/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wscompile.properties	Thu Sep 26 10:43:28 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wscompile.properties	Fri Oct 04 16:21:34 2013 +0100
     1.3 @@ -33,6 +33,8 @@
     1.4  \  -B<jaxbOption>            Pass this option to JAXB schema compiler\n\
     1.5  \  -catalog <file>           specify catalog file to resolve external entity references\n\
     1.6  \                            supports TR9401, XCatalog, and OASIS XML Catalog format.\n\
     1.7 +\  -classpath <path>         specify where to find user class files and wsimport extensions\n\
     1.8 +\  -cp <path>                specify where to find user class files and wsimport extensions\n\
     1.9  \  -d <directory>            specify where to place generated output files\n\
    1.10  \  -encoding <encoding>      specify character encoding used by source files\n\
    1.11  \  -extension                allow vendor extensions - functionality not specified\n\
    1.12 @@ -42,6 +44,7 @@
    1.13  \  -help                     display help\n\
    1.14  \  -httpproxy:<proxy>        set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort\n\
    1.15  \                            (port defaults to 8080)\n\
    1.16 +\  -J<javacOption>           pass this option to javac\n\
    1.17  \  -keep                     keep generated files\n\
    1.18  \  -p <pkg>                  specifies the target package\n\
    1.19  \  -quiet                    suppress wsimport output\n\
    1.20 @@ -53,7 +56,7 @@
    1.21  \  -version                  print version information\n\
    1.22  \  -fullversion              print full version information\n\
    1.23  \  -wsdllocation <location>  @WebServiceClient.wsdlLocation value\n\
    1.24 -\  -clientjar <jarfile>      Creates the jar file of the generated artifacts along with the\n\
    1.25 +\  -clientjar <jarfile>      creates the jar file of the generated artifacts along with the\n\
    1.26  \                            WSDL metadata required for invoking the web service.\n\
    1.27  \  -generateJWS              generate stubbed JWS implementation file\n\
    1.28  \  -implDestDir <directory>  specify where to generate JWS implementation file\n\
    1.29 @@ -91,8 +94,8 @@
    1.30  
    1.31  wsgen.help=\nUsage: {0} [options] <SEI>\n\n\
    1.32  \where [options] include:\n\
    1.33 -\  -classpath <path>          specify where to find input class files\n\
    1.34 -\  -cp <path>                 same as -classpath <path>\n\
    1.35 +\  -classpath <path>          specify where to find input class files and wsgen extensions\n\
    1.36 +\  -cp <path>                 specify where to find input class files and wsgen extensions\n\
    1.37  \  -d <directory>             specify where to place generated output files\n\
    1.38  \  -encoding <encoding>       specify character encoding used by source files\n\
    1.39  \  -extension                 allow vendor extensions - functionality not specified\n\
    1.40 @@ -100,6 +103,7 @@
    1.41  \                             result in applications that are not portable or\n\
    1.42  \                             may not interoperate with other implementations\n\
    1.43  \  -help                      display help\n\
    1.44 +\  -J<javacOption>            pass this option to javac\n\
    1.45  \  -keep                      keep generated files\n\
    1.46  \  -r <directory>             resource destination directory, specify where to\n\
    1.47  \                             place resouce files such as WSDLs\n\
    1.48 @@ -110,7 +114,7 @@
    1.49  \  -wsdl[:protocol]           generate a WSDL file. The protocol is optional.\n\
    1.50  \                             Valid protocols are {1},\n\
    1.51  \                             the default is soap1.1.\n\
    1.52 -\                             The non stanadard protocols {2}\n\
    1.53 +\                             The non standard protocols {2}\n\
    1.54  \                             can only be used in conjunction with the\n\
    1.55  \                             -extension option.\n\
    1.56  \  -inlineSchemas             inline schemas in the generated wsdl. Must be\n\
    1.57 @@ -118,8 +122,12 @@
    1.58  \  -servicename <name>        specify the Service name to use in the generated WSDL\n\
    1.59  \                             Used in conjunction with the -wsdl option.\n\
    1.60  \  -portname <name>           specify the Port name to use in the generated WSDL\n\
    1.61 -\                             Used in conjunction with the -wsdl option.
    1.62 +\                             Used in conjunction with the -wsdl option.\n\
    1.63 +\  -x <file>                  specify External Web Service Metadata xml descriptor
    1.64  
    1.65 +wsgen.usage.extensions=\n\
    1.66 +\Extensions:\n\
    1.67 +\  -Xnocompile                do not compile generated Java files
    1.68  
    1.69  wsgen.usage.examples=\n\
    1.70  \Examples:\n\
    1.71 @@ -151,6 +159,7 @@
    1.72  # Generic Messages
    1.73  #
    1.74  wscompile.invalidOption=unrecognized parameter {0}
    1.75 +wscompile.existingOption=Ignoring already defined option {0}\n
    1.76  wsimport.noSuchJaxbOption=no such JAXB option: {0}
    1.77  
    1.78  wscompile.error=error: {0}

mercurial