langtools/src/share/classes/com/sun/tools/javac/resources/javac.properties
author jjg
Wed, 19 Dec 2012 11:29:56 +0000
changeset 14960 ea7606a9683e
parent 14548 aa687b312c97
child 15031 c4fad55a5681
permissions -rw-r--r--
8004833: Integrate doclint support into javac Reviewed-by: mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
#
12213
516b112d6c68 7150368: javac should include basic ability to generate native headers
jjg
parents: 8637
diff changeset
     2
# Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
#
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 2212
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 2212
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
#
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 2212
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 2212
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 2212
diff changeset
    23
# questions.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
## standard options
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
javac.opt.g=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
    Generate all debugging info
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
javac.opt.g.none=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
    Generate no debugging info
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
javac.opt.g.lines.vars.source=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
    Generate only some debugging info
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
javac.opt.nowarn=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
    Generate no warnings
06bc494ca11e Initial load
duke
parents:
diff changeset
    36
javac.opt.verbose=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    37
    Output messages about what the compiler is doing
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
javac.opt.deprecation=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    39
    Output source locations where deprecated APIs are used
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
javac.opt.classpath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
    Specify where to find user class files and annotation processors
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
javac.opt.sourcepath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    43
    Specify where to find input source files
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
javac.opt.bootclasspath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
    Override location of bootstrap class files
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
javac.opt.Xbootclasspath.p=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
    Prepend to the bootstrap class path
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
javac.opt.Xbootclasspath.a=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    49
    Append to the bootstrap class path
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
javac.opt.endorseddirs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
    Override location of endorsed standards path
06bc494ca11e Initial load
duke
parents:
diff changeset
    52
javac.opt.extdirs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    53
    Override location of installed extensions
06bc494ca11e Initial load
duke
parents:
diff changeset
    54
javac.opt.processorpath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    55
    Specify where to find annotation processors
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
javac.opt.processor=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
    Names of the annotation processors to run; bypasses default discovery process
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
javac.opt.proc.none.only=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
    Control whether annotation processing and/or compilation is done.
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
javac.opt.d=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    61
    Specify where to place generated class files
06bc494ca11e Initial load
duke
parents:
diff changeset
    62
javac.opt.sourceDest=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    63
    Specify where to place generated source files
12213
516b112d6c68 7150368: javac should include basic ability to generate native headers
jjg
parents: 8637
diff changeset
    64
javac.opt.headerDest=\
516b112d6c68 7150368: javac should include basic ability to generate native headers
jjg
parents: 8637
diff changeset
    65
    Specify where to place generated native header files
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    66
javac.opt.J=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    67
    Pass <flag> directly to the runtime system
06bc494ca11e Initial load
duke
parents:
diff changeset
    68
javac.opt.encoding=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
    Specify character encoding used by source files
06bc494ca11e Initial load
duke
parents:
diff changeset
    70
javac.opt.target=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
    Generate class files for specific VM version
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
javac.opt.source=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    73
    Provide source compatibility with specified release
1996
c855318a4b03 6595666: fix -Werror
jjg
parents: 10
diff changeset
    74
javac.opt.Werror=\
c855318a4b03 6595666: fix -Werror
jjg
parents: 10
diff changeset
    75
    Terminate compilation if warnings occur
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    76
javac.opt.A=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    77
    Options to pass to annotation processors
06bc494ca11e Initial load
duke
parents:
diff changeset
    78
javac.opt.implicit=\
6575
ae1798028008 6960424: new option -Xpkginfo for better control of when package-info.class is generated
jjg
parents: 5520
diff changeset
    79
    Specify whether or not to generate class files for implicitly referenced files
ae1798028008 6960424: new option -Xpkginfo for better control of when package-info.class is generated
jjg
parents: 5520
diff changeset
    80
javac.opt.pkginfo=\
ae1798028008 6960424: new option -Xpkginfo for better control of when package-info.class is generated
jjg
parents: 5520
diff changeset
    81
    Specify handling of package-info files
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    82
javac.opt.arg.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    83
    <class>
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
javac.opt.arg.class.list=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    85
    <class1>[,<class2>,<class3>...]
06bc494ca11e Initial load
duke
parents:
diff changeset
    86
javac.opt.arg.flag=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    87
    <flag>
06bc494ca11e Initial load
duke
parents:
diff changeset
    88
javac.opt.arg.key.equals.value=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    89
    key[=value]
06bc494ca11e Initial load
duke
parents:
diff changeset
    90
javac.opt.arg.path=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    91
    <path>
06bc494ca11e Initial load
duke
parents:
diff changeset
    92
javac.opt.arg.dirs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    93
    <dirs>
06bc494ca11e Initial load
duke
parents:
diff changeset
    94
javac.opt.arg.directory=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    95
    <directory>
06bc494ca11e Initial load
duke
parents:
diff changeset
    96
javac.opt.arg.encoding=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    97
    <encoding>
06bc494ca11e Initial load
duke
parents:
diff changeset
    98
javac.opt.arg.release=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    99
    <release>
06bc494ca11e Initial load
duke
parents:
diff changeset
   100
javac.opt.arg.number=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   101
    <number>
14548
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   102
javac.opt.plugin=\
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   103
    Name and optional arguments for a plug-in to be run
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   104
javac.opt.arg.plugin=\
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   105
    "name args"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
06bc494ca11e Initial load
duke
parents:
diff changeset
   107
## extended options
06bc494ca11e Initial load
duke
parents:
diff changeset
   108
06bc494ca11e Initial load
duke
parents:
diff changeset
   109
javac.opt.maxerrs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   110
    Set the maximum number of errors to print
06bc494ca11e Initial load
duke
parents:
diff changeset
   111
javac.opt.maxwarns=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   112
    Set the maximum number of warnings to print
06bc494ca11e Initial load
duke
parents:
diff changeset
   113
javac.opt.nogj=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   114
    Don't accept generics in the language
06bc494ca11e Initial load
duke
parents:
diff changeset
   115
javac.opt.moreinfo=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   116
    Print extended information for type variables
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
javac.opt.printflat=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   118
    Print abstract syntax tree after inner class conversion
06bc494ca11e Initial load
duke
parents:
diff changeset
   119
javac.opt.printsearch=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   120
    Print information where classfiles are searched
06bc494ca11e Initial load
duke
parents:
diff changeset
   121
javac.opt.prompt=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   122
    Stop after each error
06bc494ca11e Initial load
duke
parents:
diff changeset
   123
javac.opt.retrofit=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   124
    Retrofit existing classfiles with generic types
06bc494ca11e Initial load
duke
parents:
diff changeset
   125
javac.opt.s=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   126
    Emit java sources instead of classfiles
06bc494ca11e Initial load
duke
parents:
diff changeset
   127
javac.opt.scramble=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   128
    Scramble private identifiers in bytecode
06bc494ca11e Initial load
duke
parents:
diff changeset
   129
javac.opt.scrambleall=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   130
    Scramble package visible identifiers in bytecode
06bc494ca11e Initial load
duke
parents:
diff changeset
   131
javac.opt.version=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   132
    Version information
06bc494ca11e Initial load
duke
parents:
diff changeset
   133
javac.opt.arg.pathname=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   134
    <pathname>
06bc494ca11e Initial load
duke
parents:
diff changeset
   135
javac.opt.arg.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   136
    <filename>
06bc494ca11e Initial load
duke
parents:
diff changeset
   137
javac.opt.Xlint=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   138
    Enable recommended warnings
06bc494ca11e Initial load
duke
parents:
diff changeset
   139
javac.opt.Xlint.suboptlist=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   140
    Enable or disable specific warnings
14960
ea7606a9683e 8004833: Integrate doclint support into javac
jjg
parents: 14548
diff changeset
   141
javac.opt.Xdoclint=\
ea7606a9683e 8004833: Integrate doclint support into javac
jjg
parents: 14548
diff changeset
   142
    Enable recommended checks for problems in javadoc comments
ea7606a9683e 8004833: Integrate doclint support into javac
jjg
parents: 14548
diff changeset
   143
javac.opt.Xdoclint.subopts = \
ea7606a9683e 8004833: Integrate doclint support into javac
jjg
parents: 14548
diff changeset
   144
    (all|[-]<group>)[/<access>]
ea7606a9683e 8004833: Integrate doclint support into javac
jjg
parents: 14548
diff changeset
   145
javac.opt.Xdoclint.custom=\n\
ea7606a9683e 8004833: Integrate doclint support into javac
jjg
parents: 14548
diff changeset
   146
\        Enable or disable specific checks for problems in javadoc comments,\n\
ea7606a9683e 8004833: Integrate doclint support into javac
jjg
parents: 14548
diff changeset
   147
\        where <group> is one of accessibility, html, reference, or syntax,\n\
ea7606a9683e 8004833: Integrate doclint support into javac
jjg
parents: 14548
diff changeset
   148
\        and <access> is one of public, protected, package, or private.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   149
javac.opt.Xstdout=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   150
    Redirect standard output
06bc494ca11e Initial load
duke
parents:
diff changeset
   151
javac.opt.X=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   152
    Print a synopsis of nonstandard options
06bc494ca11e Initial load
duke
parents:
diff changeset
   153
javac.opt.help=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   154
    Print a synopsis of standard options
06bc494ca11e Initial load
duke
parents:
diff changeset
   155
javac.opt.print=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   156
    Print out a textual representation of specified types
06bc494ca11e Initial load
duke
parents:
diff changeset
   157
javac.opt.printRounds=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   158
    Print information about rounds of annotation processing
06bc494ca11e Initial load
duke
parents:
diff changeset
   159
javac.opt.printProcessorInfo=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   160
    Print information about which annotations a processor is asked to process
06bc494ca11e Initial load
duke
parents:
diff changeset
   161
javac.opt.prefer=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   162
    Specify which file to read when both a source file and class file are found for an implicitly compiled class
8637
be1b564b50aa 6980021: javac should document @file command line option
jjg
parents: 8623
diff changeset
   163
javac.opt.AT=\
be1b564b50aa 6980021: javac should document @file command line option
jjg
parents: 8623
diff changeset
   164
    Read options and filenames from file
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   165
06bc494ca11e Initial load
duke
parents:
diff changeset
   166
## errors
06bc494ca11e Initial load
duke
parents:
diff changeset
   167
06bc494ca11e Initial load
duke
parents:
diff changeset
   168
javac.err.empty.A.argument=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   169
    -A requires an argument; use ''-Akey'' or ''-Akey=value''
06bc494ca11e Initial load
duke
parents:
diff changeset
   170
javac.err.invalid.arg=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   171
    invalid argument: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   172
javac.err.invalid.A.key=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   173
     key in annotation processor option ''{0}'' is not a dot-separated sequence of identifiers
06bc494ca11e Initial load
duke
parents:
diff changeset
   174
javac.err.invalid.flag=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   175
    invalid flag: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   176
javac.err.invalid.target=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   177
    invalid target release: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   178
javac.err.no.source.files=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   179
    no source files
8623
cc57bd7697a2 6986895: compiler gives misleading message for no input files
jjg
parents: 7681
diff changeset
   180
javac.err.no.source.files.classes=\
cc57bd7697a2 6986895: compiler gives misleading message for no input files
jjg
parents: 7681
diff changeset
   181
    no source files or class names
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   182
javac.err.req.arg=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   183
    {0} requires an argument
06bc494ca11e Initial load
duke
parents:
diff changeset
   184
javac.err.invalid.source=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   185
    invalid source release: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   186
javac.err.error.writing.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   187
    error writing {0}; {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   188
javac.warn.source.target.conflict=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   189
    source release {0} requires target release {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   190
javac.warn.target.default.source.conflict=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   191
    target release {0} conflicts with default source release {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   192
javac.err.dir.not.found=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   193
    directory not found: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   194
javac.err.file.not.found=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   195
    file not found: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   196
javac.err.file.not.directory=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   197
    not a directory: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   198
javac.err.file.not.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   199
    not a file: {0}
14548
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   200
javac.msg.plugin.not.found=\
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   201
    plug-in not found: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   202
## messages
06bc494ca11e Initial load
duke
parents:
diff changeset
   203
06bc494ca11e Initial load
duke
parents:
diff changeset
   204
javac.msg.usage.header=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   205
Usage: {0} <options> <source files>\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   206
where possible options include:
06bc494ca11e Initial load
duke
parents:
diff changeset
   207
06bc494ca11e Initial load
duke
parents:
diff changeset
   208
javac.msg.usage=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   209
    Usage: {0} <options> <source files>\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   210
    use -help for a list of possible options
06bc494ca11e Initial load
duke
parents:
diff changeset
   211
06bc494ca11e Initial load
duke
parents:
diff changeset
   212
javac.msg.usage.nonstandard.footer=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   213
These options are non-standard and subject to change without notice.
6575
ae1798028008 6960424: new option -Xpkginfo for better control of when package-info.class is generated
jjg
parents: 5520
diff changeset
   214
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   215
javac.msg.bug=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   216
An exception has occurred in the compiler ({0}). \
06bc494ca11e Initial load
duke
parents:
diff changeset
   217
Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  \
06bc494ca11e Initial load
duke
parents:
diff changeset
   218
after checking the Bug Parade for duplicates. \
06bc494ca11e Initial load
duke
parents:
diff changeset
   219
Include your program and the following diagnostic in your report.  Thank you.
06bc494ca11e Initial load
duke
parents:
diff changeset
   220
06bc494ca11e Initial load
duke
parents:
diff changeset
   221
javac.msg.io=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   222
\n\nAn input/output error occurred.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   223
Consult the following stack trace for details.\n
06bc494ca11e Initial load
duke
parents:
diff changeset
   224
06bc494ca11e Initial load
duke
parents:
diff changeset
   225
javac.msg.proc.annotation.uncaught.exception=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   226
\n\nAn annotation processor threw an uncaught exception.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   227
Consult the following stack trace for details.\n
06bc494ca11e Initial load
duke
parents:
diff changeset
   228
14548
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   229
javac.msg.plugin.uncaught.exception=\
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   230
\n\nA plugin threw an uncaught exception.\n\
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   231
Consult the following stack trace for details.\n
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   232
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   233
javac.msg.resource=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   234
\n\nThe system is out of resources.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   235
Consult the following stack trace for details.\n
06bc494ca11e Initial load
duke
parents:
diff changeset
   236
06bc494ca11e Initial load
duke
parents:
diff changeset
   237
javac.version={0} {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   238
javac.fullVersion={0} full version "{1}"