src/share/classes/com/sun/tools/javac/resources/javac.properties

changeset 0
959103a6100f
child 2525
2eb010b6cb22
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/javac.properties	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,256 @@
     1.4 +#
     1.5 +# Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.7 +#
     1.8 +# This code is free software; you can redistribute it and/or modify it
     1.9 +# under the terms of the GNU General Public License version 2 only, as
    1.10 +# published by the Free Software Foundation.  Oracle designates this
    1.11 +# particular file as subject to the "Classpath" exception as provided
    1.12 +# by Oracle in the LICENSE file that accompanied this code.
    1.13 +#
    1.14 +# This code is distributed in the hope that it will be useful, but WITHOUT
    1.15 +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.16 +# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.17 +# version 2 for more details (a copy is included in the LICENSE file that
    1.18 +# accompanied this code).
    1.19 +#
    1.20 +# You should have received a copy of the GNU General Public License version
    1.21 +# 2 along with this work; if not, write to the Free Software Foundation,
    1.22 +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.23 +#
    1.24 +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.25 +# or visit www.oracle.com if you need additional information or have any
    1.26 +# questions.
    1.27 +#
    1.28 +
    1.29 +## standard options
    1.30 +
    1.31 +javac.opt.g=\
    1.32 +    Generate all debugging info
    1.33 +javac.opt.g.none=\
    1.34 +    Generate no debugging info
    1.35 +javac.opt.g.lines.vars.source=\
    1.36 +    Generate only some debugging info
    1.37 +javac.opt.nowarn=\
    1.38 +    Generate no warnings
    1.39 +javac.opt.verbose=\
    1.40 +    Output messages about what the compiler is doing
    1.41 +javac.opt.deprecation=\
    1.42 +    Output source locations where deprecated APIs are used
    1.43 +javac.opt.classpath=\
    1.44 +    Specify where to find user class files and annotation processors
    1.45 +javac.opt.sourcepath=\
    1.46 +    Specify where to find input source files
    1.47 +javac.opt.bootclasspath=\
    1.48 +    Override location of bootstrap class files
    1.49 +javac.opt.Xbootclasspath.p=\
    1.50 +    Prepend to the bootstrap class path
    1.51 +javac.opt.Xbootclasspath.a=\
    1.52 +    Append to the bootstrap class path
    1.53 +javac.opt.endorseddirs=\
    1.54 +    Override location of endorsed standards path
    1.55 +javac.opt.extdirs=\
    1.56 +    Override location of installed extensions
    1.57 +javac.opt.processorpath=\
    1.58 +    Specify where to find annotation processors
    1.59 +javac.opt.processor=\
    1.60 +    Names of the annotation processors to run; bypasses default discovery process
    1.61 +javac.opt.parameters=\
    1.62 +    Generate metadata for reflection on method parameters
    1.63 +javac.opt.proc.none.only=\
    1.64 +    Control whether annotation processing and/or compilation is done.
    1.65 +javac.opt.d=\
    1.66 +    Specify where to place generated class files
    1.67 +javac.opt.sourceDest=\
    1.68 +    Specify where to place generated source files
    1.69 +javac.opt.headerDest=\
    1.70 +    Specify where to place generated native header files
    1.71 +javac.opt.J=\
    1.72 +    Pass <flag> directly to the runtime system
    1.73 +javac.opt.encoding=\
    1.74 +    Specify character encoding used by source files
    1.75 +javac.opt.profile=\
    1.76 +    Check that API used is available in the specified profile
    1.77 +javac.opt.target=\
    1.78 +    Generate class files for specific VM version
    1.79 +javac.opt.source=\
    1.80 +    Provide source compatibility with specified release
    1.81 +javac.opt.Werror=\
    1.82 +    Terminate compilation if warnings occur
    1.83 +javac.opt.A=\
    1.84 +    Options to pass to annotation processors
    1.85 +javac.opt.implicit=\
    1.86 +    Specify whether or not to generate class files for implicitly referenced files
    1.87 +javac.opt.pkginfo=\
    1.88 +    Specify handling of package-info files
    1.89 +javac.opt.arg.class=\
    1.90 +    <class>
    1.91 +javac.opt.arg.class.list=\
    1.92 +    <class1>[,<class2>,<class3>...]
    1.93 +javac.opt.arg.flag=\
    1.94 +    <flag>
    1.95 +javac.opt.arg.key.equals.value=\
    1.96 +    key[=value]
    1.97 +javac.opt.arg.path=\
    1.98 +    <path>
    1.99 +javac.opt.arg.dirs=\
   1.100 +    <dirs>
   1.101 +javac.opt.arg.directory=\
   1.102 +    <directory>
   1.103 +javac.opt.arg.encoding=\
   1.104 +    <encoding>
   1.105 +javac.opt.arg.profile=\
   1.106 +    <profile>
   1.107 +javac.opt.arg.release=\
   1.108 +    <release>
   1.109 +javac.opt.arg.number=\
   1.110 +    <number>
   1.111 +javac.opt.plugin=\
   1.112 +    Name and optional arguments for a plug-in to be run
   1.113 +javac.opt.arg.plugin=\
   1.114 +    "name args"
   1.115 +
   1.116 +## extended options
   1.117 +
   1.118 +javac.opt.maxerrs=\
   1.119 +    Set the maximum number of errors to print
   1.120 +javac.opt.maxwarns=\
   1.121 +    Set the maximum number of warnings to print
   1.122 +javac.opt.nogj=\
   1.123 +    Don't accept generics in the language
   1.124 +javac.opt.moreinfo=\
   1.125 +    Print extended information for type variables
   1.126 +javac.opt.printflat=\
   1.127 +    Print abstract syntax tree after inner class conversion
   1.128 +javac.opt.printsearch=\
   1.129 +    Print information where classfiles are searched
   1.130 +javac.opt.prompt=\
   1.131 +    Stop after each error
   1.132 +javac.opt.retrofit=\
   1.133 +    Retrofit existing classfiles with generic types
   1.134 +javac.opt.s=\
   1.135 +    Emit java sources instead of classfiles
   1.136 +javac.opt.scramble=\
   1.137 +    Scramble private identifiers in bytecode
   1.138 +javac.opt.scrambleall=\
   1.139 +    Scramble package visible identifiers in bytecode
   1.140 +javac.opt.version=\
   1.141 +    Version information
   1.142 +javac.opt.arg.pathname=\
   1.143 +    <pathname>
   1.144 +javac.opt.arg.file=\
   1.145 +    <filename>
   1.146 +javac.opt.Xlint=\
   1.147 +    Enable recommended warnings
   1.148 +javac.opt.Xlint.suboptlist=\
   1.149 +    Enable or disable specific warnings
   1.150 +javac.opt.Xdoclint=\
   1.151 +    Enable recommended checks for problems in javadoc comments
   1.152 +# L10N: do not localize: all none
   1.153 +javac.opt.Xdoclint.subopts = \
   1.154 +    (all|none|[-]<group>)[/<access>]
   1.155 +
   1.156 +# L10N: do not localize: accessibility html missing reference syntax
   1.157 +# L10N: do not localize: public protected package private
   1.158 +javac.opt.Xdoclint.custom=\n\
   1.159 +\        Enable or disable specific checks for problems in javadoc comments,\n\
   1.160 +\        where <group> is one of accessibility, html, missing, reference, or syntax,\n\
   1.161 +\        and <access> is one of public, protected, package, or private.
   1.162 +javac.opt.Xstdout=\
   1.163 +    Redirect standard output
   1.164 +javac.opt.X=\
   1.165 +    Print a synopsis of nonstandard options
   1.166 +javac.opt.help=\
   1.167 +    Print a synopsis of standard options
   1.168 +javac.opt.print=\
   1.169 +    Print out a textual representation of specified types
   1.170 +javac.opt.printRounds=\
   1.171 +    Print information about rounds of annotation processing
   1.172 +javac.opt.printProcessorInfo=\
   1.173 +    Print information about which annotations a processor is asked to process
   1.174 +javac.opt.prefer=\
   1.175 +    Specify which file to read when both a source file and class file are found for an implicitly compiled class
   1.176 +javac.opt.AT=\
   1.177 +    Read options and filenames from file
   1.178 +javac.opt.diags=\
   1.179 +    Select a diagnostic mode
   1.180 +
   1.181 +## errors
   1.182 +
   1.183 +javac.err.empty.A.argument=\
   1.184 +    -A requires an argument; use ''-Akey'' or ''-Akey=value''
   1.185 +javac.err.invalid.arg=\
   1.186 +    invalid argument: {0}
   1.187 +javac.err.invalid.A.key=\
   1.188 +     key in annotation processor option ''{0}'' is not a dot-separated sequence of identifiers
   1.189 +javac.err.invalid.flag=\
   1.190 +    invalid flag: {0}
   1.191 +javac.err.profile.bootclasspath.conflict=\
   1.192 +    profile and bootclasspath options cannot be used together
   1.193 +javac.err.invalid.profile=\
   1.194 +    invalid profile: {0}
   1.195 +javac.err.invalid.target=\
   1.196 +    invalid target release: {0}
   1.197 +javac.err.no.source.files=\
   1.198 +    no source files
   1.199 +javac.err.no.source.files.classes=\
   1.200 +    no source files or class names
   1.201 +javac.err.req.arg=\
   1.202 +    {0} requires an argument
   1.203 +javac.err.invalid.source=\
   1.204 +    invalid source release: {0}
   1.205 +javac.err.error.writing.file=\
   1.206 +    error writing {0}; {1}
   1.207 +javac.warn.source.target.conflict=\
   1.208 +    source release {0} requires target release {1}
   1.209 +javac.warn.target.default.source.conflict=\
   1.210 +    target release {0} conflicts with default source release {1}
   1.211 +javac.warn.profile.target.conflict=\
   1.212 +    profile {0} is not valid for target release {1}
   1.213 +javac.err.dir.not.found=\
   1.214 +    directory not found: {0}
   1.215 +javac.err.file.not.found=\
   1.216 +    file not found: {0}
   1.217 +javac.err.file.not.directory=\
   1.218 +    not a directory: {0}
   1.219 +javac.err.file.not.file=\
   1.220 +    not a file: {0}
   1.221 +javac.msg.plugin.not.found=\
   1.222 +    plug-in not found: {0}
   1.223 +## messages
   1.224 +
   1.225 +javac.msg.usage.header=\
   1.226 +Usage: {0} <options> <source files>\n\
   1.227 +where possible options include:
   1.228 +
   1.229 +javac.msg.usage=\
   1.230 +    Usage: {0} <options> <source files>\n\
   1.231 +    use -help for a list of possible options
   1.232 +
   1.233 +javac.msg.usage.nonstandard.footer=\
   1.234 +These options are non-standard and subject to change without notice.
   1.235 +
   1.236 +javac.msg.bug=\
   1.237 +An exception has occurred in the compiler ({0}). \
   1.238 +Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  \
   1.239 +after checking the Bug Parade for duplicates. \
   1.240 +Include your program and the following diagnostic in your report.  Thank you.
   1.241 +
   1.242 +javac.msg.io=\
   1.243 +\n\nAn input/output error occurred.\n\
   1.244 +Consult the following stack trace for details.\n
   1.245 +
   1.246 +javac.msg.proc.annotation.uncaught.exception=\
   1.247 +\n\nAn annotation processor threw an uncaught exception.\n\
   1.248 +Consult the following stack trace for details.\n
   1.249 +
   1.250 +javac.msg.plugin.uncaught.exception=\
   1.251 +\n\nA plugin threw an uncaught exception.\n\
   1.252 +Consult the following stack trace for details.\n
   1.253 +
   1.254 +javac.msg.resource=\
   1.255 +\n\nThe system is out of resources.\n\
   1.256 +Consult the following stack trace for details.\n
   1.257 +
   1.258 +javac.version={0} {1}
   1.259 +javac.fullVersion={0} full version "{1}"

mercurial