aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-04-11 21:44:01 +0000
committerwisberg <wisberg>2003-04-11 21:44:01 +0000
commit7cafac53213d0f7a7dbeb14cf30f0a2eb2090d40 (patch)
tree90e0c09cffcf2dbbf681c75fb5dd26acccc6f2b5 /docs/devGuideDB
parent039d04d39da57d5ef47193509a364d9ceed9b98e (diff)
downloadaspectj-7cafac53213d0f7a7dbeb14cf30f0a2eb2090d40.tar.gz
aspectj-7cafac53213d0f7a7dbeb14cf30f0a2eb2090d40.zip
adding -bootclasspath and -extdirs to documentation
Diffstat (limited to 'docs/devGuideDB')
-rw-r--r--docs/devGuideDB/ajc.xml22
1 files changed, 22 insertions, 0 deletions
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
@@ -181,6 +181,28 @@
</varlistentry>
<varlistentry>
+ <term>-bootclasspath <replaceable>Path</replaceable></term>
+ <listitem><para>
+ 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.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>-extdirs <replaceable>Path</replaceable></term>
+ <listitem><para>
+ 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.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>-d <replaceable>Directory</replaceable></term>
<listitem><para>
Specify where to place generated .class files.