From: wisberg Date: Sun, 13 Apr 2003 10:35:58 +0000 (+0000) Subject: added fork and maxmem X-Git-Tag: V1_1_0_RC2~173 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e89f28372e58e7bbc21a885e6a8663e8fb439493;p=aspectj.git added fork and maxmem --- diff --git a/docs/dist/doc/ant-ajc-task.html b/docs/dist/doc/ant-ajc-task.html index 422163d25..8376ac22c 100644 --- a/docs/dist/doc/ant-ajc-task.html +++ b/docs/dist/doc/ant-ajc-task.html @@ -104,7 +104,7 @@ array and may include another argfile by reference. This uses the Ant process for matching .java files and is not compatible with incremental mode. Unless using filters to limit the sources included, - use sourceroots instead. + use sourceroots instead. No @@ -206,6 +206,30 @@ Conflicts with destdir. Specifying compiler behavior + + fork + run process in another VM + (usually to specify memory or avoid locking any + jar files used on the classpath). + When set, this requires aspectjtools.jar be on the + system/Ant classpath, and only uses the aspectjtools.jar + to invoke the compiler (so nothing else on the + system/Ant classpath is included implicitly in + the compiler/user classpath). + Defaults to false. + + No + + + + maxmem + The maximum memory to use for the new VM + when fork is true. Values should have the same form + as accepted by the VM, e.g., "128m". + + No + + incremental incremental mode: