aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
diff options
context:
space:
mode:
Diffstat (limited to 'org.aspectj.ajdt.core')
-rw-r--r--org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties
index e19ddccda..f7651c383 100644
--- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties
+++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties
@@ -35,6 +35,10 @@ Standard Eclipse compiler options:\n\
\t-version emit compiler version number and quit\n\
\t-classpath <list> directories and zip files for the classpath\n\
\t (<list> uses platform-specific path delimiter)\n\
+\t-bootclasspath <list> override bootclasspath for finding compile types\n\
+\t (<list> uses platform-specific path delimiter)\n\
+\t-extdirs <list> override extension dirs for finding compile types\n\
+\t (<list> uses platform-specific path delimiter)\n\
\t-d <dir> destination directory for output classes \n\
\t-target <ver> classfile setting (1.1 or 1.2, default is 1.1)\n\
\t-1.3 set compliance level to 1.3 (default)\n\
@@ -74,6 +78,9 @@ Standard Eclipse compiler options:\n\
\t (n=0 if no error)\n\
\t-repeat <n> repeat compilation process <n> times (perf analysis)\n
+## options not documented above (per ..ajdt.ajc.BuildArgParser.java):
+# -XincrementalFile, -XnoWeave, -XserializableAspects, -XnoInline
+
##########################################
### JavaBatchCompiler messages.