< prev index next >

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

Print this page




 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-b170215.1712 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-b170215.1712 \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-b170215.1712
 185 
 186 Driver.FullVersion = \
 187         xjc full version "2.3.0-b170215.1712"
 188 
 189 Driver.BuildID = 2.3.0-b170215.1712
 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 = \




 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-b170310.1759 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-b170310.1759 \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-b170310.1759
 185 
 186 Driver.FullVersion = \
 187         xjc full version "2.3.0-b170310.1759"
 188 
 189 Driver.BuildID = 2.3.0-b170310.1759
 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 >