0N/A#
901N/A# Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
553N/A# published by the Free Software Foundation. Oracle designates this
0N/A# particular file as subject to the "Classpath" exception as provided
553N/A# by Oracle in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
553N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
553N/A# or visit www.oracle.com if you need additional information or have any
553N/A# questions.
0N/A#
0N/A
0N/A## standard options
0N/A
0N/Ajavac.opt.g=\
0N/A Generate all debugging info
0N/Ajavac.opt.g.none=\
0N/A Generate no debugging info
0N/Ajavac.opt.g.lines.vars.source=\
0N/A Generate only some debugging info
0N/Ajavac.opt.nowarn=\
0N/A Generate no warnings
0N/Ajavac.opt.verbose=\
0N/A Output messages about what the compiler is doing
0N/Ajavac.opt.deprecation=\
0N/A Output source locations where deprecated APIs are used
0N/Ajavac.opt.classpath=\
0N/A Specify where to find user class files and annotation processors
0N/Ajavac.opt.sourcepath=\
0N/A Specify where to find input source files
0N/Ajavac.opt.bootclasspath=\
0N/A Override location of bootstrap class files
0N/Ajavac.opt.Xbootclasspath.p=\
0N/A Prepend to the bootstrap class path
0N/Ajavac.opt.Xbootclasspath.a=\
0N/A Append to the bootstrap class path
0N/Ajavac.opt.endorseddirs=\
0N/A Override location of endorsed standards path
0N/Ajavac.opt.extdirs=\
0N/A Override location of installed extensions
0N/Ajavac.opt.processorpath=\
0N/A Specify where to find annotation processors
0N/Ajavac.opt.processor=\
0N/A Names of the annotation processors to run; bypasses default discovery process
0N/Ajavac.opt.proc.none.only=\
0N/A Control whether annotation processing and/or compilation is done.
0N/Ajavac.opt.d=\
0N/A Specify where to place generated class files
0N/Ajavac.opt.sourceDest=\
0N/A Specify where to place generated source files
0N/Ajavac.opt.J=\
0N/A Pass <flag> directly to the runtime system
0N/Ajavac.opt.encoding=\
0N/A Specify character encoding used by source files
0N/Ajavac.opt.target=\
0N/A Generate class files for specific VM version
0N/Ajavac.opt.source=\
0N/A Provide source compatibility with specified release
214N/Ajavac.opt.Werror=\
214N/A Terminate compilation if warnings occur
0N/Ajavac.opt.A=\
0N/A Options to pass to annotation processors
0N/Ajavac.opt.implicit=\
656N/A Specify whether or not to generate class files for implicitly referenced files
656N/Ajavac.opt.pkginfo=\
656N/A Specify handling of package-info files
0N/Ajavac.opt.arg.class=\
0N/A <class>
0N/Ajavac.opt.arg.class.list=\
0N/A <class1>[,<class2>,<class3>...]
0N/Ajavac.opt.arg.flag=\
0N/A <flag>
0N/Ajavac.opt.arg.key.equals.value=\
0N/A key[=value]
0N/Ajavac.opt.arg.path=\
0N/A <path>
0N/Ajavac.opt.arg.dirs=\
0N/A <dirs>
0N/Ajavac.opt.arg.directory=\
0N/A <directory>
0N/Ajavac.opt.arg.encoding=\
0N/A <encoding>
0N/Ajavac.opt.arg.release=\
0N/A <release>
0N/Ajavac.opt.arg.number=\
0N/A <number>
0N/A
0N/A## extended options
0N/A
0N/Ajavac.opt.maxerrs=\
0N/A Set the maximum number of errors to print
0N/Ajavac.opt.maxwarns=\
0N/A Set the maximum number of warnings to print
0N/Ajavac.opt.nogj=\
0N/A Don't accept generics in the language
0N/Ajavac.opt.moreinfo=\
0N/A Print extended information for type variables
0N/Ajavac.opt.printflat=\
0N/A Print abstract syntax tree after inner class conversion
0N/Ajavac.opt.printsearch=\
0N/A Print information where classfiles are searched
0N/Ajavac.opt.prompt=\
0N/A Stop after each error
0N/Ajavac.opt.retrofit=\
0N/A Retrofit existing classfiles with generic types
0N/Ajavac.opt.s=\
0N/A Emit java sources instead of classfiles
0N/Ajavac.opt.scramble=\
0N/A Scramble private identifiers in bytecode
0N/Ajavac.opt.scrambleall=\
0N/A Scramble package visible identifiers in bytecode
0N/Ajavac.opt.version=\
0N/A Version information
0N/Ajavac.opt.arg.pathname=\
0N/A <pathname>
0N/Ajavac.opt.arg.file=\
0N/A <filename>
0N/Ajavac.opt.Xlint=\
0N/A Enable recommended warnings
0N/Ajavac.opt.Xlint.suboptlist=\
0N/A Enable or disable specific warnings
0N/Ajavac.opt.Xstdout=\
0N/A Redirect standard output
0N/Ajavac.opt.X=\
0N/A Print a synopsis of nonstandard options
0N/Ajavac.opt.help=\
0N/A Print a synopsis of standard options
0N/Ajavac.opt.print=\
0N/A Print out a textual representation of specified types
0N/Ajavac.opt.printRounds=\
0N/A Print information about rounds of annotation processing
0N/Ajavac.opt.printProcessorInfo=\
0N/A Print information about which annotations a processor is asked to process
0N/Ajavac.opt.prefer=\
0N/A Specify which file to read when both a source file and class file are found for an implicitly compiled class
915N/Ajavac.opt.AT=\
915N/A Read options and filenames from file
0N/A
0N/A## errors
0N/A
0N/Ajavac.err.empty.A.argument=\
0N/A -A requires an argument; use ''-Akey'' or ''-Akey=value''
0N/Ajavac.err.invalid.arg=\
0N/A invalid argument: {0}
0N/Ajavac.err.invalid.A.key=\
0N/A key in annotation processor option ''{0}'' is not a dot-separated sequence of identifiers
0N/Ajavac.err.invalid.flag=\
0N/A invalid flag: {0}
0N/Ajavac.err.invalid.target=\
0N/A invalid target release: {0}
0N/Ajavac.err.no.source.files=\
0N/A no source files
901N/Ajavac.err.no.source.files.classes=\
901N/A no source files or class names
0N/Ajavac.err.req.arg=\
0N/A {0} requires an argument
0N/Ajavac.err.invalid.source=\
0N/A invalid source release: {0}
0N/Ajavac.err.error.writing.file=\
0N/A error writing {0}; {1}
0N/Ajavac.warn.source.target.conflict=\
0N/A source release {0} requires target release {1}
0N/Ajavac.warn.target.default.source.conflict=\
0N/A target release {0} conflicts with default source release {1}
0N/Ajavac.err.dir.not.found=\
0N/A directory not found: {0}
0N/Ajavac.err.file.not.found=\
0N/A file not found: {0}
0N/Ajavac.err.file.not.directory=\
0N/A not a directory: {0}
0N/Ajavac.err.file.not.file=\
0N/A not a file: {0}
0N/A## messages
0N/A
0N/Ajavac.msg.usage.header=\
0N/AUsage: {0} <options> <source files>\n\
0N/Awhere possible options include:
0N/A
0N/Ajavac.msg.usage=\
0N/A Usage: {0} <options> <source files>\n\
0N/A use -help for a list of possible options
0N/A
0N/Ajavac.msg.usage.nonstandard.footer=\
0N/AThese options are non-standard and subject to change without notice.
656N/A
0N/Ajavac.msg.bug=\
0N/AAn exception has occurred in the compiler ({0}). \
0N/APlease file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) \
0N/Aafter checking the Bug Parade for duplicates. \
0N/AInclude your program and the following diagnostic in your report. Thank you.
0N/A
0N/Ajavac.msg.io=\
0N/A\n\nAn input/output error occurred.\n\
0N/AConsult the following stack trace for details.\n
0N/A
0N/Ajavac.msg.proc.annotation.uncaught.exception=\
0N/A\n\nAn annotation processor threw an uncaught exception.\n\
0N/AConsult the following stack trace for details.\n
0N/A
0N/Ajavac.msg.resource=\
0N/A\n\nThe system is out of resources.\n\
0N/AConsult the following stack trace for details.\n
0N/A
0N/Ajavac.version={0} {1}
0N/Ajavac.fullVersion={0} full version "{1}"