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

Tue, 06 Mar 2012 16:09:35 -0800

author
ohair
date
Tue, 06 Mar 2012 16:09:35 -0800
changeset 286
f50545b5e2f1
child 368
0989ad8c0860
permissions
-rw-r--r--

7150322: Stop using drop source bundles in jaxws
Reviewed-by: darcy, ohrstrom

ohair@286 1 #
ohair@286 2 # Copyright (c) 1997, 2011, 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\
ohair@286 73 \ \ -contentForWildcard : generates content property for types with multiple xs:any derived elements \n\
ohair@286 74 \ \ -xmlschema : treat input as W3C XML Schema (default)\n\
ohair@286 75 \ \ -relaxng : treat input as RELAX NG (experimental,unsupported)\n\
ohair@286 76 \ \ -relaxng-compact : treat input as RELAX NG compact syntax (experimental,unsupported)\n\
ohair@286 77 \ \ -dtd : treat input as XML DTD (experimental,unsupported)\n\
ohair@286 78 \ \ -wsdl : treat input as WSDL and compile schemas inside it (experimental,unsupported)\n\
ohair@286 79 \ \ -verbose : be extra verbose\n\
ohair@286 80 \ \ -quiet : suppress compiler output\n\
ohair@286 81 \ \ -help : display this help message\n\
ohair@286 82 \ \ -version : display version information\n\
ohair@286 83 \ \ -fullversion : display full version information\n\
ohair@286 84
ohair@286 85 Driver.AddonUsage = \nExtensions:
ohair@286 86
ohair@286 87 # {0} - one of: DTD, RELAX NG, RELAX NG compact syntax, WSDL; {1} - one of (respectively): -dtd, -relaxng, -relaxng-compact, -wsdl
ohair@286 88 Driver.ExperimentalLanguageWarning = \
ohair@286 89 Are you trying to compile {0}? Support for {0} is experimental. \
ohair@286 90 You may enable it by using the {1} option.
ohair@286 91
ohair@286 92 # Not concatenated with any other String. Variable: Name of a directory (input argument of the XJC utility).
ohair@286 93 Driver.NonExistentDir = \
ohair@286 94 cowardly refuses to write to a non-existent directory "{0}"
ohair@286 95
ohair@286 96 # Usage not found. TODO Remove
ohair@286 97 #Driver.MissingRuntimePackageName = \
ohair@286 98 # the -use-runtime option is missing a package name
ohair@286 99
ohair@286 100 # Not concatenated with any other string (written on a separate line).
ohair@286 101 Driver.MissingModeOperand = \
ohair@286 102 the -mode option is missing an operand
ohair@286 103
ohair@286 104 # Usage not found. TODO Remove
ohair@286 105 #Driver.MissingCompatibilityOperand = \
ohair@286 106 # the -compatibility option is missing an operand
ohair@286 107
ohair@286 108 # Not concatenated with any other string (written on a separate line).
ohair@286 109 Driver.MissingOperand = \
ohair@286 110 an operand is missing
ohair@286 111
ohair@286 112 # Not concatenated with any other string (written on a separate line).
ohair@286 113 Driver.MissingProxyHost = \
ohair@286 114 either the -host option is missing an operand \n\
ohair@286 115 or -port was specified but not -host
ohair@286 116
ohair@286 117 # Not concatenated with any other string (written on a separate line).
ohair@286 118 Driver.MissingProxyPort = \
ohair@286 119 either the -port option is missing an operand \n\
ohair@286 120 or -host was specified but not -port
ohair@286 121
ohair@286 122 Driver.ILLEGAL_TARGET_VERSION = \
ohair@286 123 "{0}" is not a valid target version. "2.0" and "2.1" are supported.
ohair@286 124
ohair@286 125 # Not concatenated with any other string (written on a separate line).
ohair@286 126 Driver.MISSING_PROXYFILE = \
ohair@286 127 the -httpproxyfile option is missing an operand
ohair@286 128
ohair@286 129 Driver.NO_SUCH_FILE = \
ohair@286 130 No such file: {0}
ohair@286 131
ohair@286 132 Driver.ILLEGAL_PROXY = \
ohair@286 133 "{0}" is not a valid proxy format. The format is [user[:password]@]proxyHost:proxyPort
ohair@286 134
ohair@286 135 # Not concatenated with any other string (written on a separate line).
ohair@286 136 Driver.UnrecognizedMode = \
ohair@286 137 unrecognized mode {0}
ohair@286 138
ohair@286 139 # Not concatenated with any other string (written on a separate line).
ohair@286 140 Driver.UnrecognizedParameter = \
ohair@286 141 unrecognized parameter {0}
ohair@286 142
ohair@286 143 Driver.UnsupportedEncoding = \
ohair@286 144 unsupported encoding: {0}
ohair@286 145
ohair@286 146 Driver.MissingGrammar = \
ohair@286 147 grammar is not specified
ohair@286 148
ohair@286 149 # {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 150 Driver.NotABindingFile = \
ohair@286 151 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 152
ohair@286 153 # Not concatenated with any other string (written on a separate line).
ohair@286 154 Driver.ParsingSchema = \
ohair@286 155 parsing a schema...
ohair@286 156
ohair@286 157 Driver.ParseFailed = \
ohair@286 158 Failed to parse a schema.
ohair@286 159
ohair@286 160 Driver.StackOverflow = \
ohair@286 161 Stack overflow. Either you are compiling a large schema that requires more resources, or \
ohair@286 162 XJC has a bug. First, please extend the stack size by using the -Xss JVM option. If this \
ohair@286 163 doesn'''t solve the problem, please use the -debug option to obtain the stack trace and \
ohair@286 164 contact Sun.
ohair@286 165
ohair@286 166 # Not concatenated with any other string (written on a separate line).
ohair@286 167 Driver.CompilingSchema = \
ohair@286 168 compiling a schema...
ohair@286 169
ohair@286 170 Driver.FailedToGenerateCode = \
ohair@286 171 Failed to produce code.
ohair@286 172
ohair@286 173 # DO NOT localize the 2.2.5-b10 string - it is a token for an ant <replaceFilter>
ohair@286 174 Driver.FilePrologComment = \
ohair@286 175 This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10 \n\
ohair@286 176 See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> \n\
ohair@286 177 Any modifications to this file will be lost upon recompilation of the source schema. \n\
ohair@286 178 Generated on: {0} \n
ohair@286 179
ohair@286 180 Driver.Version = \
ohair@286 181 xjc 2.2.5-b10
ohair@286 182
ohair@286 183 Driver.FullVersion = \
ohair@286 184 xjc full version "2.2.5-b10-b14"
ohair@286 185
ohair@286 186 Driver.BuildID = 2.2.5-b10
ohair@286 187
ohair@286 188 # for JDK integration - include version in source zip
ohair@286 189 jaxb.jdk.version=2.2.5-b10
ohair@286 190
ohair@286 191 # see java.text.SimpleDateFormat for format syntax
ohair@286 192 # Format should not be changed, English locale is used to transform this string into a real date. Letters can be translated but the user should known that java.text.SimpleDateFormat is responsible for formatting (meaning of symbols can be found at http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html).
ohair@286 193 Driver.DateFormat = \
ohair@286 194 yyyy.MM.dd
ohair@286 195
ohair@286 196 # see java.text.SimpleDateFormat for format syntax
ohair@286 197 # Format should not be changed, English locale is used to transform this string into a real time. Letters can be translated but the user should known that java.text.SimpleDateFormat is responsible for formatting (meaning of symbols can be found at http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html).
ohair@286 198 Driver.TimeFormat = \
ohair@286 199 hh:mm:ss a z
ohair@286 200
ohair@286 201 # as in: "generated on <date> at <time>"
ohair@286 202 Driver.At = \
ohair@286 203 at
ohair@286 204
ohair@286 205 # ERROR in this meaning is a well known level of logging and should not be translated.
ohair@286 206 Driver.ErrorMessage = \
ohair@286 207 [ERROR] {0}
ohair@286 208
ohair@286 209 # WARNING in this meaning is a well known level of logging and should not be translated.
ohair@286 210 Driver.WarningMessage = \
ohair@286 211 [WARNING] {0}
ohair@286 212
ohair@286 213 # INFO in this meaning is a well known level of logging and should not be translated.
ohair@286 214 Driver.InfoMessage = \
ohair@286 215 [INFO] {0}
ohair@286 216
ohair@286 217 ModelLoader.TooManySchema = \
ohair@286 218 Too many schema files for this schema language. Compile one file at a time.
ohair@286 219
ohair@286 220 ModelLoader.BindingFileNotSupportedForRNC = \
ohair@286 221 External binding files are not supported for the RELAX NG compact syntax.
ohair@286 222
ohair@286 223 Driver.DefaultVersion = \
ohair@286 224 Defaulting the version to JAXB 2.0
ohair@286 225
ohair@286 226 Driver.DefaultPackageWarning = \
ohair@286 227 Default Java package specified. You will not be able to access the generated code from classes in any other package.
ohair@286 228
ohair@286 229 Driver.NotAValidFileName = \
ohair@286 230 "{0}" is not a valid file name: {1}
ohair@286 231
ohair@286 232 Driver.FailedToParse = \
ohair@286 233 Failed to parse "{0}": {1}
ohair@286 234
ohair@286 235 Driver.NotAFileNorURL = \
ohair@286 236 "{0}" is neither a file name nor a URL
ohair@286 237
ohair@286 238 FIELD_RENDERER_CONFLICT = \
ohair@286 239 "-{0}" and "-{1}" are mutually exclusive since both affect the code generation
ohair@286 240
ohair@286 241 NAME_CONVERTER_CONFLICT = \
ohair@286 242 "-{0}" and "-{1}" are mutually exclusive since both affect the code generation
ohair@286 243
ohair@286 244 # {0} - file path, {1} - exception message e.g.: Failed to load "/foo/bar/Library.jar": File not found.
ohair@286 245 FAILED_TO_LOAD = \
ohair@286 246 Failed to load "{0}": {1}
ohair@286 247
ohair@286 248 PLUGIN_LOAD_FAILURE = \
ohair@286 249 Failure to load a plugin: "{0}". Use the system property ''-Dcom.sun.tools.internal.xjc.Options.findServices=true'' to \
ohair@286 250 diagnose it further

mercurial