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

Thu, 31 Aug 2017 15:18:52 +0800

author
aoqi
date
Thu, 31 Aug 2017 15:18:52 +0800
changeset 637
9c07ef4934dd
parent 408
b0610cd08440
parent 0
373ffda63c9a
permissions
-rw-r--r--

merge

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

mercurial