< prev index next >

jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/MessageBundle.properties

Print this page


   1 #
   2 # Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 156 # Not concatenated with any other string (written on a separate line).
 157 Driver.ParsingSchema = \
 158         parsing a schema...
 159 
 160 Driver.ParseFailed = \
 161         Failed to parse a schema.
 162 
 163 Driver.StackOverflow = \
 164         Stack overflow. Either you are compiling a large schema that requires more resources, or \
 165         XJC has a bug. First, please extend the stack size by using the -Xss JVM option. If this \
 166         doesn'''t solve the problem, please use the -debug option to obtain the stack trace and \
 167         contact Sun.
 168 
 169 # Not concatenated with any other string (written on a separate line).
 170 Driver.CompilingSchema = \
 171         compiling a schema...
 172 
 173 Driver.FailedToGenerateCode = \
 174         Failed to produce code.
 175 
 176 # DO NOT localize the 2.3.0-SNAPSHOT string - it is a token for an mvn <properties filter>
 177 Driver.FilePrologComment = \
 178         This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0-SNAPSHOT \n\
 179         See <a href="https://jaxb.java.net/">https://jaxb.java.net/</a> \n\
 180         Any modifications to this file will be lost upon recompilation of the source schema. \n\
 181         Generated on: {0} \n
 182 
 183 Driver.Version = \
 184         xjc 2.3.0-SNAPSHOT
 185 
 186 Driver.FullVersion = \
 187         xjc full version "2.3.0-SNAPSHOT"
 188 
 189 Driver.BuildID = 2.3.0-SNAPSHOT
 190 
 191 # for JDK integration - include version in source zip
 192 jaxb.jdk.version=@@JAXB_JDK_VERSION@@
 193 
 194 # see java.text.SimpleDateFormat for format syntax
 195 # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
 196 Driver.DateFormat = \
 197         yyyy.MM.dd
 198 
 199 # see java.text.SimpleDateFormat for format syntax
 200 # Format should not be changed, English locale is used to transform this string into a real time.
 201 Driver.TimeFormat = \
 202         hh:mm:ss a z
 203 
 204 # as in: "generated on <date> at <time>"
 205 Driver.At = \
 206         at
 207 
 208 # ERROR in this meaning is a well known level of logging and should not be translated.
 209 Driver.ErrorMessage = \


   1 #
   2 # Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 156 # Not concatenated with any other string (written on a separate line).
 157 Driver.ParsingSchema = \
 158         parsing a schema...
 159 
 160 Driver.ParseFailed = \
 161         Failed to parse a schema.
 162 
 163 Driver.StackOverflow = \
 164         Stack overflow. Either you are compiling a large schema that requires more resources, or \
 165         XJC has a bug. First, please extend the stack size by using the -Xss JVM option. If this \
 166         doesn'''t solve the problem, please use the -debug option to obtain the stack trace and \
 167         contact Sun.
 168 
 169 # Not concatenated with any other string (written on a separate line).
 170 Driver.CompilingSchema = \
 171         compiling a schema...
 172 
 173 Driver.FailedToGenerateCode = \
 174         Failed to produce code.
 175 
 176 # DO NOT localize the 2.3.0-b170211.0402 string - it is a token for an mvn <properties filter>
 177 Driver.FilePrologComment = \
 178         This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0-b170211.0402 \n\
 179         See <a href="https://jaxb.java.net/">https://jaxb.java.net/</a> \n\
 180         Any modifications to this file will be lost upon recompilation of the source schema. \n\
 181         Generated on: {0} \n
 182 
 183 Driver.Version = \
 184         xjc 2.3.0-b170211.0402
 185 
 186 Driver.FullVersion = \
 187         xjc full version "2.3.0-b170211.0402"
 188 
 189 Driver.BuildID = 2.3.0-b170211.0402
 190 
 191 # for JDK integration - include version in source zip
 192 jaxb.jdk.version=@@JAXB_JDK_VERSION@@
 193 
 194 # see java.text.SimpleDateFormat for format syntax
 195 # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
 196 Driver.DateFormat = \
 197         yyyy.MM.dd
 198 
 199 # see java.text.SimpleDateFormat for format syntax
 200 # Format should not be changed, English locale is used to transform this string into a real time.
 201 Driver.TimeFormat = \
 202         hh:mm:ss a z
 203 
 204 # as in: "generated on <date> at <time>"
 205 Driver.At = \
 206         at
 207 
 208 # ERROR in this meaning is a well known level of logging and should not be translated.
 209 Driver.ErrorMessage = \


< prev index next >