You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

messages_aspectj.properties 3.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. compiler.name = AspectJ Compiler
  2. compiler.version = Eclipse Compiler 19f448f47c9e3e (15Dec2022) - Java19
  3. compiler.copyright =
  4. misc.version = {0} {1} - {2} {3}
  5. # In org.aspectj.org.eclipse.jdt.internal.compiler.batch.Main.printUsage(java.lang.String) of JDT, the following
  6. # parameters are being bound to usage messages (misc.usage, misc.usage.warn, xoption.usage):
  7. # {0} System.getProperty("path.separator")
  8. # {1} compiler.name
  9. # {2} compiler.version
  10. # {3} compiler.copyright
  11. # This property only exists in AspectJ. It is to be patched into the value of 'misc.usage' at the correct position,
  12. # i.e. right between "Usage" and "Classpath options".
  13. misc.usage.aspectj = AspectJ-specific options:\n\
  14. \ -inpath <list> use classes in dirs and jars/zips in <list> as source\n\
  15. \ (<list> uses platform-specific path delimiter)\n\
  16. \ -injars <jarList> use classes in <jarList> zip files as source\n\
  17. \ (<jarList> uses classpath delimiter)\n\
  18. \ deprecated - use inpath instead.\n\
  19. \ -aspectpath <list> weave aspects in .class files from <list> dirs and jars/zip into sources\n\
  20. \ (<list> uses classpath delimiter)\n\
  21. \ -outjar <file> put output classes in zip file <file>\n\
  22. \ -outxml generate META-INF/aop.xml\n\
  23. \ -outxmlfile <file> specify alternate destination output of -outxml\n\
  24. \ -argfile <file> specify line-delimited list of source files\n\
  25. \ -showWeaveInfo display information about weaving\n\
  26. \ -incremental continuously-running compiler, needs -sourceroots\n\
  27. \ (reads stdin: enter to recompile and ''q'' to quit)\n\
  28. \ -sourceroots <dirs> compile all .aj and .java files in <dirs>\n\
  29. \ (<dirs> uses classpath delimiter)\n\
  30. \ -crossrefs generate .ajsym file into the output directory\n\
  31. \ -emacssym generate .ajesym symbol files for emacs support\n\
  32. \ -Xlint same as ''-Xlint:warning''\n\
  33. \ -Xlint:<level> set default level for crosscutting messages\n\
  34. \ (<level> may be ignore, warning, or error)\n\
  35. \ -Xlintfile <file> specify properties file to set per-message levels\n\
  36. \ (cf org/aspectj/weaver/XlintDefault.properties)\n\
  37. \ -X print help on non-standard options\n\
  38. \ \n\
  39. \ Standard Eclipse compiler options:\n\
  40. \ \n\
  41. # This property only exists in AspectJ. Options not documented below (see org.aspectj.ajdt.ajc.BuildArgParser):
  42. # -XincrementalFile, -XjavadocsInModel, -Xset:, -Xdev:NoAtAspectJProcessing, -Xdev:Pinpoint
  43. xoption.usage = {1} - {2}\n\
  44. \ \n\
  45. \ AspectJ-specific non-standard options:\n\
  46. \ -XnoInline don't inline advice\n\
  47. \ -XnotReweavable create class files that can't be subsequently rewoven\n\
  48. \ by AspectJ.\n\
  49. \ -XserializableAspects allows aspects to implement serializable\n\
  50. \ -XterminateAfterCompilation compile classes then terminate before weaving\n\
  51. \ -XaddSerialVersionUID calculates and adds the serialVersionUID to any\n\
  52. \ serializable type woven by an aspect\n\
  53. \ -Xajruntimetarget:<level> allows code to be generated that targets\n\
  54. \ a 1.2, 1.5, 1.9 level AspectJ runtime (default 1.5)\n\
  55. \ -XhasMember allow hasmethod() and hasfield type patterns in\n\
  56. \ declare parents and declare @type\n\
  57. \ -Xjoinpoints: supply a comma separated list of new joinpoints\n\
  58. \ that can be identified by pointcuts. Values are:\n\
  59. \ arrayconstruction, synchronization\n