From: wisberg Date: Fri, 11 Apr 2003 21:44:01 +0000 (+0000) Subject: adding -bootclasspath and -extdirs to documentation X-Git-Tag: V1_1_0_RC2~178 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7cafac53213d0f7a7dbeb14cf30f0a2eb2090d40;p=aspectj.git adding -bootclasspath and -extdirs to documentation --- diff --git a/docs/devGuideDB/ajc.xml b/docs/devGuideDB/ajc.xml index 48deb0eaa..e86e46a0a 100644 --- a/docs/devGuideDB/ajc.xml +++ b/docs/devGuideDB/ajc.xml @@ -180,6 +180,28 @@ + + -bootclasspath Path + + Override location of VM's bootclasspath + for purposes of evaluating types when compiling. + Path is a single argument containing + a list of paths to zip files or directories, + delimited by the platform-specific path delimiter. + + + + + -extdirs Path + + Override location of VM's extension directories + for purposes of evaluating types when compiling. + Path is a single argument containing + a list of paths to directories, + delimited by the platform-specific path delimiter. + + + -d Directory diff --git a/docs/dist/doc/ant-ajc-task.html b/docs/dist/doc/ant-ajc-task.html index 84a13c001..422163d25 100644 --- a/docs/dist/doc/ant-ajc-task.html +++ b/docs/dist/doc/ant-ajc-task.html @@ -131,22 +131,21 @@ array and may include another argfile by reference. -Xbootclasspath +bootclasspath, bootclasspathRef +
(Path) -ajc does not support a -bootclasspath option, -but this tries to fake it by adding these Path entries -to the start of the classpath. +The bootclasspath specified types to use instead of +the invoking VM's when seeking types during compilation. No -Xextdirs +extdirs, extdirsRef +
(Path) -ajc does not support a -extdirs option, -but this tries to fake it by adding all .jar or .zip files in -the Path entries to the classpath after the so-call bootclasspath -and before the user classpath. +The extension directories to use instead of those +in the invoking VM when seeking types during compilation. No 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 directories and zip files for the classpath\n\ \t ( uses platform-specific path delimiter)\n\ +\t-bootclasspath override bootclasspath for finding compile types\n\ +\t ( uses platform-specific path delimiter)\n\ +\t-extdirs override extension dirs for finding compile types\n\ +\t ( uses platform-specific path delimiter)\n\ \t-d destination directory for output classes \n\ \t-target 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 repeat compilation process times (perf analysis)\n +## options not documented above (per ..ajdt.ajc.BuildArgParser.java): +# -XincrementalFile, -XnoWeave, -XserializableAspects, -XnoInline + ########################################## ### JavaBatchCompiler messages.