0N/A#
553N/A# Copyright (c) 2004, 2006, 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/Aapt.msg.usage.header=\
0N/AUsage: {0} <apt and javac options> <source files>\n\
0N/Awhere apt options include:
0N/A
0N/Aapt.msg.usage.footer=\
0N/ASee javac -help for information on javac options.
0N/A
0N/Aapt.msg.usage.nonstandard.footer=\
0N/AThese options are non-standard and subject to change without notice, \nas is the format of their output.
0N/A
0N/Aapt.msg.bug=\
0N/AAn exception has occurred in apt ({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/A## apt options
0N/A
0N/Aapt.opt.A=\
0N/A Options to pass to annotation processors
0N/Aapt.opt.arg.class=\
0N/A <class>
0N/Aapt.opt.arg.directory=\
0N/A Specify where to place processor and javac generated class files
0N/Aapt.opt.classpath=\
0N/A Specify where to find user class files and annotation processor factories
0N/Aapt.opt.d=\
0N/A Specify where to place processor and javac generated class files
0N/Aapt.opt.factory=\
0N/A Name of AnnotationProcessorFactory to use; bypasses default discovery process
0N/Aapt.opt.factorypath=\
0N/A Specify where to find annotation processor factories
0N/Aapt.opt.s=\
0N/A Specify where to place processor generated source files
0N/Aapt.opt.help=\
0N/A Print a synopsis of standard options; use javac -help for more options
0N/Aapt.opt.print=\
0N/A Print out textual representation of specified types
0N/Aapt.opt.nocompile=\
0N/A Do not compile source files to class files
0N/Aapt.opt.proc.flag=\
0N/A [key[=value]]
0N/Aapt.opt.version=\
0N/A Version information
0N/Aapt.opt.XListAnnotationTypes=\
0N/A List found annotation types
0N/Aapt.opt.XListDeclarations=\
0N/A List specified and included declarations
0N/Aapt.opt.XPrintAptRounds=\
0N/A Print information about initial and recursive apt rounds
0N/Aapt.opt.XPrintFactoryInfo=\
0N/A Print information about which annotations a factory is asked to process
0N/Aapt.opt.XClassesAsDecls=\
0N/A Treat both class and source files as declarations to process
0N/A
0N/A##
0N/A## errors
0N/A##
0N/A
0N/A## All errors which do not refer to a particular line in the source code are
0N/A## preceded by this string.
0N/A
0N/Aapt.err.error=\
0N/A error:\u0020
0N/A
0N/Aapt.err.unsupported.source.version=\
0N/A Source release {0} is not supported; use release 5 or earlier
0N/A
0N/Aapt.err.unsupported.target.version=\
0N/A Target release {0} is not supported; use release 5 or earlier
0N/A
0N/Aapt.err.BadDeclaration=\
0N/A Bad declaration created for annotation type {0}
0N/A
0N/Aapt.err.CantFindClass=\
0N/A Could not find class file for {0}
0N/A
0N/Aapt.err.DeclarationCreation=\
0N/A Could not create declaration for annotation type {0}
0N/A
0N/A# Print an error from the Messager
0N/Aapt.err.Messager=\
0N/A {0}
0N/A
0N/A##
0N/A## miscellaneous strings
0N/A##
0N/A
330N/Aapt.misc.Deprecation=\
330N/A \nwarning:\u0020The apt tool and its associated API are planned to be\n\
330N/A removed in the next major JDK release. These features have been\n\
330N/A superseded by javac and the standardized annotation processing API,\n\
330N/A javax.annotation.processing and javax.lang.model. Users are\n\
330N/A recommended to migrate to the annotation processing features of\n\
330N/A javac; see the javac man page for more information.\n
330N/A
0N/Aapt.misc.Problem=\
0N/A Problem encountered during annotation processing; \nsee stacktrace below for more information.
0N/A
0N/Aapt.misc.SunMiscService=\
0N/A Error finding annotation processor factories; \ncheck META-INF/services information.
0N/A
0N/A# Print a notice from the Messager
0N/Aapt.note.Messager=\
0N/A {0}
0N/A
0N/A##
0N/A## warnings
0N/A##
0N/A
0N/A## All warning messages are preceded by the following string.
0N/Aapt.warn.warning=\
0N/A warning:\u0020
0N/A
0N/Aapt.warn.AnnotationsWithoutProcessors=\
0N/A Annotation types without processors: {0}
0N/A
0N/Aapt.warn.BadFactory=\
0N/A Bad annotation processor factory: {0}
0N/A
0N/Aapt.warn.BadParentDirectory=\
0N/A Failed to create some parent directory of {0}
0N/A
0N/Aapt.warn.FactoryCantInstantiate=\
0N/A Could not instantiate an instance of factory ''{0}''.
0N/A
0N/Aapt.warn.FactoryWrongType=\
0N/A Specified factory, ''{0}'', is not an AnnotationProcessorFactory.
0N/A
0N/Aapt.warn.FactoryNotFound=\
0N/A Specified AnnotationProcessorFactory, ''{0}'', not found on search path.
0N/A
0N/Aapt.warn.FileReopening=\
0N/A Attempt to create ''{0}'' multiple times
0N/A
0N/Aapt.warn.IllegalFileName=\
0N/A Cannot create file for illegal name ''{0}''.
0N/A
0N/Aapt.warn.MalformedSupportedString=\
0N/A Malformed string for annotation support, ''{0}'', returned by factory.
0N/A
0N/Aapt.warn.NoNewFilesAfterRound=\
0N/A Cannot create file ''{0}'' after a round has ended.
0N/A
0N/A# Print a warning from the Messager
0N/Aapt.warn.Messager=\
0N/A {0}
0N/A
0N/Aapt.warn.NoAnnotationProcessors=\
0N/A No annotation processors found but annotations present.
0N/A
0N/Aapt.warn.NullProcessor=\
0N/A Factory {0} returned null for an annotation processor.
0N/A
0N/Aapt.warn.CorrespondingClassFile=\
0N/A A class file corresponding to source file ''{0}'' has already been created.
0N/A
0N/Aapt.warn.CorrespondingSourceFile=\
0N/A A source file corresponding to class file ''{0}'' has already been created.