langtools/src/share/classes/com/sun/tools/javac/resources/javac.properties
changeset 14548 aa687b312c97
parent 12213 516b112d6c68
child 14960 ea7606a9683e
equal deleted inserted replaced
14547:86d8d242b0c4 14548:aa687b312c97
    97     <encoding>
    97     <encoding>
    98 javac.opt.arg.release=\
    98 javac.opt.arg.release=\
    99     <release>
    99     <release>
   100 javac.opt.arg.number=\
   100 javac.opt.arg.number=\
   101     <number>
   101     <number>
       
   102 javac.opt.plugin=\
       
   103     Name and optional arguments for a plug-in to be run
       
   104 javac.opt.arg.plugin=\
       
   105     "name args"
   102 
   106 
   103 ## extended options
   107 ## extended options
   104 
   108 
   105 javac.opt.maxerrs=\
   109 javac.opt.maxerrs=\
   106     Set the maximum number of errors to print
   110     Set the maximum number of errors to print
   183     file not found: {0}
   187     file not found: {0}
   184 javac.err.file.not.directory=\
   188 javac.err.file.not.directory=\
   185     not a directory: {0}
   189     not a directory: {0}
   186 javac.err.file.not.file=\
   190 javac.err.file.not.file=\
   187     not a file: {0}
   191     not a file: {0}
       
   192 javac.msg.plugin.not.found=\
       
   193     plug-in not found: {0}
   188 ## messages
   194 ## messages
   189 
   195 
   190 javac.msg.usage.header=\
   196 javac.msg.usage.header=\
   191 Usage: {0} <options> <source files>\n\
   197 Usage: {0} <options> <source files>\n\
   192 where possible options include:
   198 where possible options include:
   210 
   216 
   211 javac.msg.proc.annotation.uncaught.exception=\
   217 javac.msg.proc.annotation.uncaught.exception=\
   212 \n\nAn annotation processor threw an uncaught exception.\n\
   218 \n\nAn annotation processor threw an uncaught exception.\n\
   213 Consult the following stack trace for details.\n
   219 Consult the following stack trace for details.\n
   214 
   220 
       
   221 javac.msg.plugin.uncaught.exception=\
       
   222 \n\nA plugin threw an uncaught exception.\n\
       
   223 Consult the following stack trace for details.\n
       
   224 
   215 javac.msg.resource=\
   225 javac.msg.resource=\
   216 \n\nThe system is out of resources.\n\
   226 \n\nThe system is out of resources.\n\
   217 Consult the following stack trace for details.\n
   227 Consult the following stack trace for details.\n
   218 
   228 
   219 javac.version={0} {1}
   229 javac.version={0} {1}