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