diff options
author | wisberg <wisberg> | 2003-04-11 21:44:01 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-04-11 21:44:01 +0000 |
commit | 7cafac53213d0f7a7dbeb14cf30f0a2eb2090d40 (patch) | |
tree | 90e0c09cffcf2dbbf681c75fb5dd26acccc6f2b5 /org.aspectj.ajdt.core | |
parent | 039d04d39da57d5ef47193509a364d9ceed9b98e (diff) | |
download | aspectj-7cafac53213d0f7a7dbeb14cf30f0a2eb2090d40.tar.gz aspectj-7cafac53213d0f7a7dbeb14cf30f0a2eb2090d40.zip |
adding -bootclasspath and -extdirs to documentation
Diffstat (limited to 'org.aspectj.ajdt.core')
-rw-r--r-- | org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties | 7 |
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. |