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

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 408
b0610cd08440
equal deleted inserted replaced
366:8c0b6bccfe47 368:0989ad8c0860
1 # 1 #
2 # Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
38 \ -extension allow vendor extensions - functionality not specified\n\ 38 \ -extension allow vendor extensions - functionality not specified\n\
39 \ by the specification. Use of extensions may\n\ 39 \ by the specification. Use of extensions may\n\
40 \ result in applications that are not portable or\n\ 40 \ result in applications that are not portable or\n\
41 \ may not interoperate with other implementations\n\ 41 \ may not interoperate with other implementations\n\
42 \ -help display help\n\ 42 \ -help display help\n\
43 \ -httpproxy:<host>:<port> specify a HTTP proxy server (port defaults to 8080)\n\ 43 \ -httpproxy:<proxy> set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort\n\
44 \ (port defaults to 8080)\n\
44 \ -keep keep generated files\n\ 45 \ -keep keep generated files\n\
45 \ -p <pkg> specifies the target package\n\ 46 \ -p <pkg> specifies the target package\n\
46 \ -quiet suppress wsimport output\n\ 47 \ -quiet suppress wsimport output\n\
47 \ -s <directory> specify where to place generated source files\n\ 48 \ -s <directory> specify where to place generated source files\n\
48 \ -target <version> generate code as per the given JAXWS spec version\n\ 49 \ -target <version> generate code as per the given JAXWS spec version\n\
131 #{0} - full version number 132 #{0} - full version number
132 wsgen.fullversion=wsgen full version \"{0}\" 133 wsgen.fullversion=wsgen full version \"{0}\"
133 134
134 wrapperTask.needEndorsed=\ 135 wrapperTask.needEndorsed=\
135 You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \ 136 You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \
136 Use the endorsed standards override mechanism (http://java.sun.com/javase/6/docs/technotes/guides/standards/), \ 137 Use the endorsed standards override mechanism (http://docs.oracle.com/javase/6/docs/technotes/guides/standards/), \
137 or set xendorsed="true" on <{2}>. 138 or set xendorsed="true" on <{2}>.
138 139
139 # {0}, {2} - version (e.g. 2.1), {1} - absolute class location 140 # {0}, {2} - version (e.g. 2.1), {1} - absolute class location
140 wrapperTask.loadingIncorrectApi=\ 141 wrapperTask.loadingIncorrectApi=\
141 You are loading JAX-WS {0} API from {1} but this tool requires JAX-WS {2} API. 142 You are loading JAX-WS {0} API from {1} but this tool requires JAX-WS {2} API.
142 143
143 invoker.needEndorsed=\ 144 invoker.needEndorsed=\
144 You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \ 145 You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \
145 Use the endorsed standards override mechanism (http://java.sun.com/javase/6/docs/technotes/guides/standards/), \ 146 Use the endorsed standards override mechanism (http://docs.oracle.com/javase/6/docs/technotes/guides/standards/), \
146 or use -Xendorsed option. 147 or use -Xendorsed option.
147 148
148 149
149 # 150 #
150 # Generic Messages 151 # Generic Messages
203 "{0}" is not a valid target version. "2.0" and "2.1" are supported. 204 "{0}" is not a valid target version. "2.0" and "2.1" are supported.
204 205
205 wsimport.ILLEGAL_AUTH_INFO = \ 206 wsimport.ILLEGAL_AUTH_INFO = \
206 "{0}" is not a valid authorization information format. The format is http[s]://user:password@host:port//<url-path>. 207 "{0}" is not a valid authorization information format. The format is http[s]://user:password@host:port//<url-path>.
207 208
209 wsimport.ILLEGAL_PROXY = \
210 "{0}" is not a valid proxy format. The format is [user[:password]@]proxyHost:proxyPort
211
208 wsimport.readingAuthFile = \ 212 wsimport.readingAuthFile = \
209 Trying to read authorization file : "{0}"... 213 Trying to read authorization file : "{0}"...
210 214
211 # {0} - path to current authorization file, {1} - path to metro authorization file 215 # {0} - path to current authorization file, {1} - path to metro authorization file
212 wsimport.authFileNotFound = \ 216 wsimport.authFileNotFound = \

mercurial