From: wisberg Date: Wed, 9 Apr 2003 14:17:14 +0000 (+0000) Subject: experimental options Xbootclasspath, Xextdirs, and Xlistfileargs, mainly to try to... X-Git-Tag: V1_1_0_RC2~195 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2adae14d86ce7d85a0453067437474fe5ff1f2e9;p=aspectj.git experimental options Xbootclasspath, Xextdirs, and Xlistfileargs, mainly to try to track javac. --- diff --git a/docs/dist/doc/ant-ajc-task.html b/docs/dist/doc/ant-ajc-task.html index ca5321290..84a13c001 100644 --- a/docs/dist/doc/ant-ajc-task.html +++ b/docs/dist/doc/ant-ajc-task.html @@ -130,6 +130,27 @@ array and may include another argfile by reference. No + +Xbootclasspath + +ajc does not support a -bootclasspath option, +but this tries to fake it by adding these Path entries +to the start of the classpath. + +No + + + +Xextdirs + +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. + +No + + aspectpath, aspectpathref
(Path) @@ -246,6 +267,14 @@ defaults to false. No + +Xlistfileargs +Whether to emit list of file arguments during the compile +(but behaves now like verbose); +defaults to false +No + + version If true, do not compile - just print AspectJ version;