diff options
author | wisberg <wisberg> | 2003-04-09 14:17:14 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-04-09 14:17:14 +0000 |
commit | 2adae14d86ce7d85a0453067437474fe5ff1f2e9 (patch) | |
tree | af52f1410fce7516ca1da61f5e22e1d6f6633345 /docs | |
parent | 41100015d21b2c236a30544464f86e1c97cecbc4 (diff) | |
download | aspectj-2adae14d86ce7d85a0453067437474fe5ff1f2e9.tar.gz aspectj-2adae14d86ce7d85a0453067437474fe5ff1f2e9.zip |
experimental options Xbootclasspath, Xextdirs, and Xlistfileargs, mainly to try to track javac.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dist/doc/ant-ajc-task.html | 29 |
1 files changed, 29 insertions, 0 deletions
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 @@ -131,6 +131,27 @@ array and may include another argfile by reference. </tr> <tr> +<td VALIGN=TOP>Xbootclasspath +</td> +<td VALIGN=TOP><code>ajc</code> does not support a -bootclasspath option, +but this tries to fake it by adding these Path entries +to the start of the classpath. +</td> +<td ALIGN=CENTER VALIGN=TOP>No</td> +</tr> + +<tr> +<td VALIGN=TOP>Xextdirs +</td> +<td VALIGN=TOP><code>ajc</code> 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. +</td> +<td ALIGN=CENTER VALIGN=TOP>No</td> +</tr> + +<tr> <td VALIGN=TOP>aspectpath, aspectpathref <br>(<a href="#nestedElements">Path</a>) </td> @@ -247,6 +268,14 @@ defaults to <tt>false</tt>.</td> </tr> <tr> +<td VALIGN=TOP>Xlistfileargs</td> +<td VALIGN=TOP>Whether to emit list of file arguments during the compile +(but behaves now like verbose); +defaults to <tt>false</tt></td> +<td ALIGN=CENTER VALIGN=TOP>No</td> +</tr> + +<tr> <td VALIGN=TOP>version</td> <td VALIGN=TOP>If true, do not compile - just print AspectJ version; defaults to <tt>false</tt>.</td> |