< prev index next >

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

Print this page




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




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


< prev index next >