src/share/jaxws_classes/com/sun/tools/internal/xjc/MessageBundle.properties

Fri, 23 Aug 2013 09:57:21 +0100

author
mkos
date
Fri, 23 Aug 2013 09:57:21 +0100
changeset 397
b99d7e355d4b
parent 384
8f2986ff0235
child 408
b0610cd08440
permissions
-rw-r--r--

8022885: Update JAX-WS RI integration to 2.2.9-b14140
8013016: Rebase 8009009 against the latest jdk8/jaxws
Reviewed-by: alanb, chegar

ohair@286 1 #
alanb@368 2 # Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
ohair@286 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ohair@286 4 #
ohair@286 5 # This code is free software; you can redistribute it and/or modify it
ohair@286 6 # under the terms of the GNU General Public License version 2 only, as
ohair@286 7 # published by the Free Software Foundation. Oracle designates this
ohair@286 8 # particular file as subject to the "Classpath" exception as provided
ohair@286 9 # by Oracle in the LICENSE file that accompanied this code.
ohair@286 10 #
ohair@286 11 # This code is distributed in the hope that it will be useful, but WITHOUT
ohair@286 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ohair@286 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
ohair@286 14 # version 2 for more details (a copy is included in the LICENSE file that
ohair@286 15 # accompanied this code).
ohair@286 16 #
ohair@286 17 # You should have received a copy of the GNU General Public License version
ohair@286 18 # 2 along with this work; if not, write to the Free Software Foundation,
ohair@286 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ohair@286 20 #
ohair@286 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@286 22 # or visit www.oracle.com if you need additional information or have any
ohair@286 23 # questions.
ohair@286 24 #
ohair@286 25
ohair@286 26 # Concatenated with Driver.ErrorMessage, Driver.WarningMessage, Driver.InfoMessage (Driver.InfoMessage + exception message + ConsoleErrorReporter.UnknownLocation) if location of the error is not known.
ohair@286 27 ConsoleErrorReporter.UnknownLocation = \
ohair@286 28 unknown location
ohair@286 29
ohair@286 30 # Concatenated with Driver.ErrorMessage, Driver.WarningMessage, Driver.InfoMessage (Driver.InfoMessage + exception message + ConsoleErrorReporter.LineXOfY). {0} - "?"/number, {1} - file location/"unknown file" e.g.: [xjc] [ERROR] Attempt to create a property having the same name as the reserved word "Class". [xjc] line 6 of example.xsd
ohair@286 31 ConsoleErrorReporter.LineXOfY = \
ohair@286 32 \ \ line {0} of {1}
ohair@286 33
ohair@286 34 # may be a placeholder replacement for the second placeholder of ConsoleErrorReporter.LineXOfY (if the file location is unknown)
ohair@286 35 ConsoleErrorReporter.UnknownFile = \
ohair@286 36 unknown file
ohair@286 37
ohair@286 38 Driver.Private.Usage = \
ohair@286 39 Additional private testing options:\n\
ohair@286 40 \ \ -debug : run in debug mode (includes -verbose)\n\
ohair@286 41 \ \ -mode <mode> : run XJC in other running mode\n\
ohair@286 42 \ \ -private : display this help message\n\
ohair@286 43 Mode:\n\
ohair@286 44 \ \ code : generate Java source code (default)\n\
ohair@286 45 \ \ dryrun : compile the schema in memory, but don't generate the Java source\n\
ohair@286 46 \ \ zip : generate Java source code into a zip file specified by the -d option\n\
ohair@286 47 \ \ sig : dump the signatures of the generated code\n\
ohair@286 48 \ \ forest : dump transformed DOM forest\n\
ohair@286 49
ohair@286 50 Driver.Public.Usage = \
ohair@286 51 Usage: xjc [-options ...] <schema file/URL/dir/jar> ... [-b <bindinfo>] ...\n\
ohair@286 52 If dir is specified, all schema files in it will be compiled.\n\
ohair@286 53 If jar is specified, /META-INF/sun-jaxb.episode binding file will be compiled.\n\
ohair@286 54 Options:\n\
ohair@286 55 \ \ -nv : do not perform strict validation of the input schema(s)\n\
ohair@286 56 \ \ -extension : allow vendor extensions - do not strictly follow the\n\
ohair@286 57 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Compatibility Rules and App E.2 from the JAXB Spec\n\
ohair@286 58 \ \ -b <file/dir> : specify external bindings files (each <file> must have its own -b)\n\
ohair@286 59 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ If a directory is given, **/*.xjb is searched\n\
ohair@286 60 \ \ -d <dir> : generated files will go into this directory\n\
ohair@286 61 \ \ -p <pkg> : specifies the target package\n\
ohair@286 62 \ \ -httpproxy <proxy> : set HTTP/HTTPS proxy. Format is [user[:password]@]proxyHost:proxyPort\n\
ohair@286 63 \ \ -httpproxyfile <f> : Works like -httpproxy but takes the argument in a file to protect password \n\
ohair@286 64 \ \ -classpath <arg> : specify where to find user class files\n\
ohair@286 65 \ \ -catalog <file> : specify catalog files to resolve external entity references\n\
ohair@286 66 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ support TR9401, XCatalog, and OASIS XML Catalog format.\n\
ohair@286 67 \ \ -readOnly : generated files will be in read-only mode\n\
ohair@286 68 \ \ -npa : suppress generation of package level annotations (**/package-info.java)\n\
ohair@286 69 \ \ -no-header : suppress generation of a file header with timestamp\n\
ohair@286 70 \ \ -target (2.0|2.1) : behave like XJC 2.0 or 2.1 and generate code that doesn't use any 2.2 features.\n\
ohair@286 71 \ \ -encoding <encoding> : specify character encoding for generated source files\n\
ohair@286 72 \ \ -enableIntrospection : enable correct generation of Boolean getters/setters to enable Bean Introspection apis \n\
alanb@368 73 \ \ -disableXmlSecurity : disables XML security features when parsing XML documents \n\
ohair@286 74 \ \ -contentForWildcard : generates content property for types with multiple xs:any derived elements \n\
ohair@286 75 \ \ -xmlschema : treat input as W3C XML Schema (default)\n\
ohair@286 76 \ \ -relaxng : treat input as RELAX NG (experimental,unsupported)\n\
ohair@286 77 \ \ -relaxng-compact : treat input as RELAX NG compact syntax (experimental,unsupported)\n\
ohair@286 78 \ \ -dtd : treat input as XML DTD (experimental,unsupported)\n\
ohair@286 79 \ \ -wsdl : treat input as WSDL and compile schemas inside it (experimental,unsupported)\n\
ohair@286 80 \ \ -verbose : be extra verbose\n\
ohair@286 81 \ \ -quiet : suppress compiler output\n\
ohair@286 82 \ \ -help : display this help message\n\
ohair@286 83 \ \ -version : display version information\n\
ohair@286 84 \ \ -fullversion : display full version information\n\
ohair@286 85
ohair@286 86 Driver.AddonUsage = \nExtensions:
ohair@286 87
ohair@286 88 # {0} - one of: DTD, RELAX NG, RELAX NG compact syntax, WSDL; {1} - one of (respectively): -dtd, -relaxng, -relaxng-compact, -wsdl
ohair@286 89 Driver.ExperimentalLanguageWarning = \
ohair@286 90 Are you trying to compile {0}? Support for {0} is experimental. \
ohair@286 91 You may enable it by using the {1} option.
ohair@286 92
ohair@286 93 # Not concatenated with any other String. Variable: Name of a directory (input argument of the XJC utility).
ohair@286 94 Driver.NonExistentDir = \
ohair@286 95 cowardly refuses to write to a non-existent directory "{0}"
ohair@286 96
ohair@286 97 # Usage not found. TODO Remove
ohair@286 98 #Driver.MissingRuntimePackageName = \
ohair@286 99 # the -use-runtime option is missing a package name
ohair@286 100
ohair@286 101 # Not concatenated with any other string (written on a separate line).
ohair@286 102 Driver.MissingModeOperand = \
ohair@286 103 the -mode option is missing an operand
ohair@286 104
ohair@286 105 # Usage not found. TODO Remove
ohair@286 106 #Driver.MissingCompatibilityOperand = \
ohair@286 107 # the -compatibility option is missing an operand
ohair@286 108
ohair@286 109 # Not concatenated with any other string (written on a separate line).
ohair@286 110 Driver.MissingOperand = \
ohair@286 111 an operand is missing
ohair@286 112
ohair@286 113 # Not concatenated with any other string (written on a separate line).
ohair@286 114 Driver.MissingProxyHost = \
ohair@286 115 either the -host option is missing an operand \n\
ohair@286 116 or -port was specified but not -host
ohair@286 117
ohair@286 118 # Not concatenated with any other string (written on a separate line).
ohair@286 119 Driver.MissingProxyPort = \
ohair@286 120 either the -port option is missing an operand \n\
ohair@286 121 or -host was specified but not -port
ohair@286 122
ohair@286 123 Driver.ILLEGAL_TARGET_VERSION = \
ohair@286 124 "{0}" is not a valid target version. "2.0" and "2.1" are supported.
ohair@286 125
ohair@286 126 # Not concatenated with any other string (written on a separate line).
ohair@286 127 Driver.MISSING_PROXYFILE = \
ohair@286 128 the -httpproxyfile option is missing an operand
ohair@286 129
ohair@286 130 Driver.NO_SUCH_FILE = \
ohair@286 131 No such file: {0}
ohair@286 132
ohair@286 133 Driver.ILLEGAL_PROXY = \
ohair@286 134 "{0}" is not a valid proxy format. The format is [user[:password]@]proxyHost:proxyPort
ohair@286 135
ohair@286 136 # Not concatenated with any other string (written on a separate line).
ohair@286 137 Driver.UnrecognizedMode = \
ohair@286 138 unrecognized mode {0}
ohair@286 139
ohair@286 140 # Not concatenated with any other string (written on a separate line).
ohair@286 141 Driver.UnrecognizedParameter = \
ohair@286 142 unrecognized parameter {0}
ohair@286 143
ohair@286 144 Driver.UnsupportedEncoding = \
ohair@286 145 unsupported encoding: {0}
ohair@286 146
ohair@286 147 Driver.MissingGrammar = \
ohair@286 148 grammar is not specified
ohair@286 149
ohair@286 150 # {0} - namespace uri, {1} - local name of the attribute/element e.g.: Unexpected end of attribute {http://www.w3.org/XML/1998/namespace}:lang
ohair@286 151 Driver.NotABindingFile = \
ohair@286 152 not an external binding file. The root element must be '{'http://java.sun.com/xml/ns/jaxb'}'bindings but it is '{'{0}'}'{1}
ohair@286 153
ohair@286 154 # Not concatenated with any other string (written on a separate line).
ohair@286 155 Driver.ParsingSchema = \
ohair@286 156 parsing a schema...
ohair@286 157
ohair@286 158 Driver.ParseFailed = \
ohair@286 159 Failed to parse a schema.
ohair@286 160
ohair@286 161 Driver.StackOverflow = \
ohair@286 162 Stack overflow. Either you are compiling a large schema that requires more resources, or \
ohair@286 163 XJC has a bug. First, please extend the stack size by using the -Xss JVM option. If this \
ohair@286 164 doesn'''t solve the problem, please use the -debug option to obtain the stack trace and \
ohair@286 165 contact Sun.
ohair@286 166
ohair@286 167 # Not concatenated with any other string (written on a separate line).
ohair@286 168 Driver.CompilingSchema = \
ohair@286 169 compiling a schema...
ohair@286 170
ohair@286 171 Driver.FailedToGenerateCode = \
ohair@286 172 Failed to produce code.
ohair@286 173
mkos@397 174 # DO NOT localize the 2.2.8-b20130806.1801 string - it is a token for an ant <replaceFilter>
ohair@286 175 Driver.FilePrologComment = \
mkos@397 176 This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b20130806.1801 \n\
ohair@286 177 See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> \n\
ohair@286 178 Any modifications to this file will be lost upon recompilation of the source schema. \n\
ohair@286 179 Generated on: {0} \n
ohair@286 180
ohair@286 181 Driver.Version = \
mkos@397 182 xjc 2.2.8-b20130806.1801
ohair@286 183
ohair@286 184 Driver.FullVersion = \
mkos@397 185 xjc full version "2.2.8-b20130806.1801"
ohair@286 186
mkos@397 187 Driver.BuildID = 2.2.8-b20130806.1801
ohair@286 188
ohair@286 189 # for JDK integration - include version in source zip
mkos@397 190 jaxb.jdk.version=@@JAXB_JDK_VERSION@@
ohair@286 191
ohair@286 192 # see java.text.SimpleDateFormat for format syntax
alanb@368 193 # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
ohair@286 194 Driver.DateFormat = \
ohair@286 195 yyyy.MM.dd
ohair@286 196
ohair@286 197 # see java.text.SimpleDateFormat for format syntax
alanb@368 198 # Format should not be changed, English locale is used to transform this string into a real time.
ohair@286 199 Driver.TimeFormat = \
ohair@286 200 hh:mm:ss a z
ohair@286 201
ohair@286 202 # as in: "generated on <date> at <time>"
ohair@286 203 Driver.At = \
ohair@286 204 at
ohair@286 205
ohair@286 206 # ERROR in this meaning is a well known level of logging and should not be translated.
ohair@286 207 Driver.ErrorMessage = \
ohair@286 208 [ERROR] {0}
ohair@286 209
ohair@286 210 # WARNING in this meaning is a well known level of logging and should not be translated.
ohair@286 211 Driver.WarningMessage = \
ohair@286 212 [WARNING] {0}
ohair@286 213
ohair@286 214 # INFO in this meaning is a well known level of logging and should not be translated.
ohair@286 215 Driver.InfoMessage = \
ohair@286 216 [INFO] {0}
ohair@286 217
ohair@286 218 ModelLoader.TooManySchema = \
ohair@286 219 Too many schema files for this schema language. Compile one file at a time.
ohair@286 220
ohair@286 221 ModelLoader.BindingFileNotSupportedForRNC = \
ohair@286 222 External binding files are not supported for the RELAX NG compact syntax.
ohair@286 223
ohair@286 224 Driver.DefaultVersion = \
ohair@286 225 Defaulting the version to JAXB 2.0
ohair@286 226
ohair@286 227 Driver.DefaultPackageWarning = \
ohair@286 228 Default Java package specified. You will not be able to access the generated code from classes in any other package.
ohair@286 229
ohair@286 230 Driver.NotAValidFileName = \
ohair@286 231 "{0}" is not a valid file name: {1}
ohair@286 232
ohair@286 233 Driver.FailedToParse = \
ohair@286 234 Failed to parse "{0}": {1}
ohair@286 235
ohair@286 236 Driver.NotAFileNorURL = \
ohair@286 237 "{0}" is neither a file name nor a URL
ohair@286 238
ohair@286 239 FIELD_RENDERER_CONFLICT = \
ohair@286 240 "-{0}" and "-{1}" are mutually exclusive since both affect the code generation
ohair@286 241
ohair@286 242 NAME_CONVERTER_CONFLICT = \
ohair@286 243 "-{0}" and "-{1}" are mutually exclusive since both affect the code generation
ohair@286 244
ohair@286 245 # {0} - file path, {1} - exception message e.g.: Failed to load "/foo/bar/Library.jar": File not found.
ohair@286 246 FAILED_TO_LOAD = \
ohair@286 247 Failed to load "{0}": {1}
ohair@286 248
ohair@286 249 PLUGIN_LOAD_FAILURE = \
ohair@286 250 Failure to load a plugin: "{0}". Use the system property ''-Dcom.sun.tools.internal.xjc.Options.findServices=true'' to \
ohair@286 251 diagnose it further

mercurial