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

changeset 1
9a66ca7c79fa
child 215
9d541fd2916b
     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	Sat Dec 01 00:00:00 2007 +0000
     1.3 @@ -0,0 +1,210 @@
     1.4 +#
     1.5 +# Copyright 1999-2006 Sun Microsystems, Inc.  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.  Sun designates this
    1.11 +# particular file as subject to the "Classpath" exception as provided
    1.12 +# by Sun 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 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    1.25 +# CA 95054 USA or visit www.sun.com if you need additional information or
    1.26 +# have any 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.proc.none.only=\
    1.62 +    Control whether annotation processing and/or compilation is done.
    1.63 +javac.opt.d=\
    1.64 +    Specify where to place generated class files
    1.65 +javac.opt.sourceDest=\
    1.66 +    Specify where to place generated source files
    1.67 +javac.opt.J=\
    1.68 +    Pass <flag> directly to the runtime system
    1.69 +javac.opt.encoding=\
    1.70 +    Specify character encoding used by source files
    1.71 +javac.opt.target=\
    1.72 +    Generate class files for specific VM version
    1.73 +javac.opt.source=\
    1.74 +    Provide source compatibility with specified release
    1.75 +javac.opt.A=\
    1.76 +    Options to pass to annotation processors
    1.77 +javac.opt.implicit=\
    1.78 +    Specify whether or not to generate class files for implicitly referenced files 
    1.79 +javac.opt.arg.class=\
    1.80 +    <class>
    1.81 +javac.opt.arg.class.list=\
    1.82 +    <class1>[,<class2>,<class3>...]
    1.83 +javac.opt.arg.flag=\
    1.84 +    <flag>
    1.85 +javac.opt.arg.key.equals.value=\
    1.86 +    key[=value]
    1.87 +javac.opt.arg.path=\
    1.88 +    <path>
    1.89 +javac.opt.arg.dirs=\
    1.90 +    <dirs>
    1.91 +javac.opt.arg.directory=\
    1.92 +    <directory>
    1.93 +javac.opt.arg.encoding=\
    1.94 +    <encoding>
    1.95 +javac.opt.arg.release=\
    1.96 +    <release>
    1.97 +javac.opt.arg.number=\
    1.98 +    <number>
    1.99 +
   1.100 +## extended options
   1.101 +
   1.102 +javac.opt.maxerrs=\
   1.103 +    Set the maximum number of errors to print
   1.104 +javac.opt.maxwarns=\
   1.105 +    Set the maximum number of warnings to print
   1.106 +javac.opt.nogj=\
   1.107 +    Don't accept generics in the language
   1.108 +javac.opt.moreinfo=\
   1.109 +    Print extended information for type variables
   1.110 +javac.opt.printflat=\
   1.111 +    Print abstract syntax tree after inner class conversion
   1.112 +javac.opt.printsearch=\
   1.113 +    Print information where classfiles are searched
   1.114 +javac.opt.prompt=\
   1.115 +    Stop after each error
   1.116 +javac.opt.retrofit=\
   1.117 +    Retrofit existing classfiles with generic types
   1.118 +javac.opt.s=\
   1.119 +    Emit java sources instead of classfiles
   1.120 +javac.opt.scramble=\
   1.121 +    Scramble private identifiers in bytecode
   1.122 +javac.opt.scrambleall=\
   1.123 +    Scramble package visible identifiers in bytecode
   1.124 +javac.opt.version=\
   1.125 +    Version information
   1.126 +javac.opt.arg.pathname=\
   1.127 +    <pathname>
   1.128 +javac.opt.arg.file=\
   1.129 +    <filename>
   1.130 +javac.opt.Xlint=\
   1.131 +    Enable recommended warnings
   1.132 +javac.opt.Xlint.suboptlist=\
   1.133 +    Enable or disable specific warnings
   1.134 +javac.opt.Xstdout=\
   1.135 +    Redirect standard output
   1.136 +javac.opt.X=\
   1.137 +    Print a synopsis of nonstandard options
   1.138 +javac.opt.help=\
   1.139 +    Print a synopsis of standard options
   1.140 +javac.opt.print=\
   1.141 +    Print out a textual representation of specified types
   1.142 +javac.opt.printRounds=\
   1.143 +    Print information about rounds of annotation processing
   1.144 +javac.opt.printProcessorInfo=\
   1.145 +    Print information about which annotations a processor is asked to process
   1.146 +javac.opt.prefer=\
   1.147 +    Specify which file to read when both a source file and class file are found for an implicitly compiled class
   1.148 +
   1.149 +## errors
   1.150 +
   1.151 +javac.err.empty.A.argument=\
   1.152 +    -A requires an argument; use ''-Akey'' or ''-Akey=value''
   1.153 +javac.err.invalid.arg=\
   1.154 +    invalid argument: {0}
   1.155 +javac.err.invalid.A.key=\
   1.156 +     key in annotation processor option ''{0}'' is not a dot-separated sequence of identifiers
   1.157 +javac.err.invalid.flag=\
   1.158 +    invalid flag: {0}
   1.159 +javac.err.invalid.target=\
   1.160 +    invalid target release: {0}
   1.161 +javac.err.no.source.files=\
   1.162 +    no source files
   1.163 +javac.err.req.arg=\
   1.164 +    {0} requires an argument
   1.165 +javac.err.invalid.source=\
   1.166 +    invalid source release: {0}
   1.167 +javac.err.error.writing.file=\
   1.168 +    error writing {0}; {1}
   1.169 +javac.warn.source.target.conflict=\
   1.170 +    source release {0} requires target release {1}
   1.171 +javac.warn.target.default.source.conflict=\
   1.172 +    target release {0} conflicts with default source release {1}
   1.173 +javac.err.dir.not.found=\
   1.174 +    directory not found: {0}
   1.175 +javac.err.file.not.found=\
   1.176 +    file not found: {0}
   1.177 +javac.err.file.not.directory=\
   1.178 +    not a directory: {0}
   1.179 +javac.err.file.not.file=\
   1.180 +    not a file: {0}
   1.181 +## messages
   1.182 +
   1.183 +javac.msg.usage.header=\
   1.184 +Usage: {0} <options> <source files>\n\
   1.185 +where possible options include:
   1.186 +
   1.187 +javac.msg.usage=\
   1.188 +    Usage: {0} <options> <source files>\n\
   1.189 +    use -help for a list of possible options
   1.190 +
   1.191 +javac.msg.usage.nonstandard.footer=\
   1.192 +These options are non-standard and subject to change without notice.
   1.193 +	
   1.194 +javac.msg.bug=\
   1.195 +An exception has occurred in the compiler ({0}). \
   1.196 +Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  \
   1.197 +after checking the Bug Parade for duplicates. \
   1.198 +Include your program and the following diagnostic in your report.  Thank you.
   1.199 +
   1.200 +javac.msg.io=\
   1.201 +\n\nAn input/output error occurred.\n\
   1.202 +Consult the following stack trace for details.\n
   1.203 +
   1.204 +javac.msg.proc.annotation.uncaught.exception=\
   1.205 +\n\nAn annotation processor threw an uncaught exception.\n\
   1.206 +Consult the following stack trace for details.\n
   1.207 +
   1.208 +javac.msg.resource=\
   1.209 +\n\nThe system is out of resources.\n\
   1.210 +Consult the following stack trace for details.\n
   1.211 +
   1.212 +javac.version={0} {1}
   1.213 +javac.fullVersion={0} full version "{1}"

mercurial