langtools/src/share/classes/com/sun/tools/apt/resources/apt.properties
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 10 06bc494ca11e
child 3378 22011d9a9398
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
#
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
# Copyright 2004-2006 Sun Microsystems, Inc.  All Rights Reserved.
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
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
# published by the Free Software Foundation.  Sun designates this
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
# by Sun in the LICENSE file that accompanied this code.
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
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
06bc494ca11e Initial load
duke
parents:
diff changeset
    22
# CA 95054 USA or visit www.sun.com if you need additional information or
06bc494ca11e Initial load
duke
parents:
diff changeset
    23
# have any questions.
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
apt.msg.usage.header=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
Usage: {0} <apt and javac options> <source files>\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
where apt options include:
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
apt.msg.usage.footer=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
See javac -help for information on javac options.
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
apt.msg.usage.nonstandard.footer=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
These options are non-standard and subject to change without notice, \nas is the format of their output.
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
06bc494ca11e Initial load
duke
parents:
diff changeset
    36
apt.msg.bug=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    37
An exception has occurred in apt ({0}). \
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  \
06bc494ca11e Initial load
duke
parents:
diff changeset
    39
after checking the Bug Parade for duplicates. \
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
Include your program and the following diagnostic in your report.  Thank you.
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
## apt options
06bc494ca11e Initial load
duke
parents:
diff changeset
    43
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
apt.opt.A=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
    Options to pass to annotation processors
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
apt.opt.arg.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
    <class>
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
apt.opt.arg.directory=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    49
    Specify where to place processor and javac generated class files
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
apt.opt.classpath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
    Specify where to find user class files and annotation processor factories
06bc494ca11e Initial load
duke
parents:
diff changeset
    52
apt.opt.d=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    53
    Specify where to place processor and javac generated class files
06bc494ca11e Initial load
duke
parents:
diff changeset
    54
apt.opt.factory=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    55
    Name of AnnotationProcessorFactory to use; bypasses default discovery process
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
apt.opt.factorypath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
    Specify where to find annotation processor factories
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
apt.opt.s=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
    Specify where to place processor generated source files
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
apt.opt.help=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    61
    Print a synopsis of standard options; use javac -help for more options
06bc494ca11e Initial load
duke
parents:
diff changeset
    62
apt.opt.print=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    63
    Print out textual representation of specified types
06bc494ca11e Initial load
duke
parents:
diff changeset
    64
apt.opt.nocompile=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    65
    Do not compile source files to class files
06bc494ca11e Initial load
duke
parents:
diff changeset
    66
apt.opt.proc.flag=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    67
    [key[=value]]
06bc494ca11e Initial load
duke
parents:
diff changeset
    68
apt.opt.version=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
    Version information
06bc494ca11e Initial load
duke
parents:
diff changeset
    70
apt.opt.XListAnnotationTypes=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
    List found annotation types
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
apt.opt.XListDeclarations=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    73
    List specified and included declarations
06bc494ca11e Initial load
duke
parents:
diff changeset
    74
apt.opt.XPrintAptRounds=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    75
    Print information about initial and recursive apt rounds
06bc494ca11e Initial load
duke
parents:
diff changeset
    76
apt.opt.XPrintFactoryInfo=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    77
    Print information about which annotations a factory is asked to process
06bc494ca11e Initial load
duke
parents:
diff changeset
    78
apt.opt.XClassesAsDecls=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    79
    Treat both class and source files as declarations to process
06bc494ca11e Initial load
duke
parents:
diff changeset
    80
06bc494ca11e Initial load
duke
parents:
diff changeset
    81
##
06bc494ca11e Initial load
duke
parents:
diff changeset
    82
## errors
06bc494ca11e Initial load
duke
parents:
diff changeset
    83
##
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
06bc494ca11e Initial load
duke
parents:
diff changeset
    85
## All errors which do not refer to a particular line in the source code are
06bc494ca11e Initial load
duke
parents:
diff changeset
    86
## preceded by this string.
06bc494ca11e Initial load
duke
parents:
diff changeset
    87
06bc494ca11e Initial load
duke
parents:
diff changeset
    88
apt.err.error=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    89
    error:\u0020
06bc494ca11e Initial load
duke
parents:
diff changeset
    90
06bc494ca11e Initial load
duke
parents:
diff changeset
    91
apt.err.unsupported.source.version=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    92
    Source release {0} is not supported; use release 5 or earlier
06bc494ca11e Initial load
duke
parents:
diff changeset
    93
06bc494ca11e Initial load
duke
parents:
diff changeset
    94
apt.err.unsupported.target.version=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    95
    Target release {0} is not supported; use release 5 or earlier
06bc494ca11e Initial load
duke
parents:
diff changeset
    96
06bc494ca11e Initial load
duke
parents:
diff changeset
    97
apt.err.BadDeclaration=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    98
    Bad declaration created for annotation type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    99
06bc494ca11e Initial load
duke
parents:
diff changeset
   100
apt.err.CantFindClass=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   101
    Could not find class file for {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   102
06bc494ca11e Initial load
duke
parents:
diff changeset
   103
apt.err.DeclarationCreation=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   104
    Could not create declaration for annotation type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   105
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
# Print an error from the Messager
06bc494ca11e Initial load
duke
parents:
diff changeset
   107
apt.err.Messager=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   108
    {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   109
06bc494ca11e Initial load
duke
parents:
diff changeset
   110
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   111
## miscellaneous strings
06bc494ca11e Initial load
duke
parents:
diff changeset
   112
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   113
06bc494ca11e Initial load
duke
parents:
diff changeset
   114
apt.misc.Problem=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   115
    Problem encountered during annotation processing; \nsee stacktrace below for more information.
06bc494ca11e Initial load
duke
parents:
diff changeset
   116
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
apt.misc.SunMiscService=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   118
    Error finding annotation processor factories; \ncheck META-INF/services information.
06bc494ca11e Initial load
duke
parents:
diff changeset
   119
06bc494ca11e Initial load
duke
parents:
diff changeset
   120
# Print a notice from the Messager
06bc494ca11e Initial load
duke
parents:
diff changeset
   121
apt.note.Messager=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   122
    {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   123
06bc494ca11e Initial load
duke
parents:
diff changeset
   124
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   125
## warnings
06bc494ca11e Initial load
duke
parents:
diff changeset
   126
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   127
06bc494ca11e Initial load
duke
parents:
diff changeset
   128
## All warning messages are preceded by the following string.
06bc494ca11e Initial load
duke
parents:
diff changeset
   129
apt.warn.warning=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   130
    warning:\u0020
06bc494ca11e Initial load
duke
parents:
diff changeset
   131
06bc494ca11e Initial load
duke
parents:
diff changeset
   132
apt.warn.AnnotationsWithoutProcessors=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   133
    Annotation types without processors: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   134
06bc494ca11e Initial load
duke
parents:
diff changeset
   135
apt.warn.BadFactory=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   136
    Bad annotation processor factory: {0} 
06bc494ca11e Initial load
duke
parents:
diff changeset
   137
06bc494ca11e Initial load
duke
parents:
diff changeset
   138
apt.warn.BadParentDirectory=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   139
    Failed to create some parent directory of {0} 
06bc494ca11e Initial load
duke
parents:
diff changeset
   140
06bc494ca11e Initial load
duke
parents:
diff changeset
   141
apt.warn.FactoryCantInstantiate=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   142
    Could not instantiate an instance of factory ''{0}''.
06bc494ca11e Initial load
duke
parents:
diff changeset
   143
06bc494ca11e Initial load
duke
parents:
diff changeset
   144
apt.warn.FactoryWrongType=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   145
    Specified factory, ''{0}'', is not an AnnotationProcessorFactory.
06bc494ca11e Initial load
duke
parents:
diff changeset
   146
06bc494ca11e Initial load
duke
parents:
diff changeset
   147
apt.warn.FactoryNotFound=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   148
    Specified AnnotationProcessorFactory, ''{0}'', not found on search path.
06bc494ca11e Initial load
duke
parents:
diff changeset
   149
06bc494ca11e Initial load
duke
parents:
diff changeset
   150
apt.warn.FileReopening=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   151
    Attempt to create ''{0}'' multiple times
06bc494ca11e Initial load
duke
parents:
diff changeset
   152
06bc494ca11e Initial load
duke
parents:
diff changeset
   153
apt.warn.IllegalFileName=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   154
    Cannot create file for illegal name ''{0}''.
06bc494ca11e Initial load
duke
parents:
diff changeset
   155
06bc494ca11e Initial load
duke
parents:
diff changeset
   156
apt.warn.MalformedSupportedString=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   157
    Malformed string for annotation support, ''{0}'', returned by factory.
06bc494ca11e Initial load
duke
parents:
diff changeset
   158
06bc494ca11e Initial load
duke
parents:
diff changeset
   159
apt.warn.NoNewFilesAfterRound=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   160
    Cannot create file ''{0}'' after a round has ended.
06bc494ca11e Initial load
duke
parents:
diff changeset
   161
06bc494ca11e Initial load
duke
parents:
diff changeset
   162
# Print a warning from the Messager
06bc494ca11e Initial load
duke
parents:
diff changeset
   163
apt.warn.Messager=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   164
    {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   165
06bc494ca11e Initial load
duke
parents:
diff changeset
   166
apt.warn.NoAnnotationProcessors=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   167
    No annotation processors found but annotations present.
06bc494ca11e Initial load
duke
parents:
diff changeset
   168
06bc494ca11e Initial load
duke
parents:
diff changeset
   169
apt.warn.NullProcessor=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   170
    Factory {0} returned null for an annotation processor.
06bc494ca11e Initial load
duke
parents:
diff changeset
   171
06bc494ca11e Initial load
duke
parents:
diff changeset
   172
apt.warn.CorrespondingClassFile=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   173
    A class file corresponding to source file ''{0}'' has already been created.
06bc494ca11e Initial load
duke
parents:
diff changeset
   174
06bc494ca11e Initial load
duke
parents:
diff changeset
   175
apt.warn.CorrespondingSourceFile=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   176
    A source file corresponding to class file ''{0}'' has already been created.