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

Print this page

        

*** 1,7 **** # ! # Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 38,48 **** \ -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:<host>:<port> specify a HTTP proxy server (port defaults to 8080)\n\ \ -keep keep generated files\n\ \ -p <pkg> specifies the target package\n\ \ -quiet suppress wsimport output\n\ \ -s <directory> specify where to place generated source files\n\ \ -target <version> generate code as per the given JAXWS spec version\n\ --- 38,49 ---- \ -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\ \ -keep keep generated files\n\ \ -p <pkg> specifies the target package\n\ \ -quiet suppress wsimport output\n\ \ -s <directory> specify where to place generated source files\n\ \ -target <version> generate code as per the given JAXWS spec version\n\
*** 131,150 **** #{0} - full version number wsgen.fullversion=wsgen full version \"{0}\" wrapperTask.needEndorsed=\ You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \ ! Use the endorsed standards override mechanism (http://java.sun.com/javase/6/docs/technotes/guides/standards/), \ or set xendorsed="true" on <{2}>. # {0}, {2} - version (e.g. 2.1), {1} - absolute class location wrapperTask.loadingIncorrectApi=\ You are loading JAX-WS {0} API from {1} but this tool requires JAX-WS {2} API. invoker.needEndorsed=\ You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \ ! Use the endorsed standards override mechanism (http://java.sun.com/javase/6/docs/technotes/guides/standards/), \ or use -Xendorsed option. # # Generic Messages --- 132,151 ---- #{0} - full version number wsgen.fullversion=wsgen full version \"{0}\" wrapperTask.needEndorsed=\ You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \ ! Use the endorsed standards override mechanism (http://docs.oracle.com/javase/6/docs/technotes/guides/standards/), \ or set xendorsed="true" on <{2}>. # {0}, {2} - version (e.g. 2.1), {1} - absolute class location wrapperTask.loadingIncorrectApi=\ You are loading JAX-WS {0} API from {1} but this tool requires JAX-WS {2} API. invoker.needEndorsed=\ You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \ ! Use the endorsed standards override mechanism (http://docs.oracle.com/javase/6/docs/technotes/guides/standards/), \ or use -Xendorsed option. # # Generic Messages
*** 203,212 **** --- 204,216 ---- "{0}" is not a valid target version. "2.0" and "2.1" are supported. wsimport.ILLEGAL_AUTH_INFO = \ "{0}" is not a valid authorization information format. The format is http[s]://user:password@host:port//<url-path>. + wsimport.ILLEGAL_PROXY = \ + "{0}" is not a valid proxy format. The format is [user[:password]@]proxyHost:proxyPort + wsimport.readingAuthFile = \ Trying to read authorization file : "{0}"... # {0} - path to current authorization file, {1} - path to metro authorization file wsimport.authFileNotFound = \