summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-12-18 22:53:41 +0000
committerwisberg <wisberg>2005-12-18 22:53:41 +0000
commit9bf643029af493c8d0d58293ddf38f662a0eb43c (patch)
tree47c6ef8b75aeb284aa4175da1c243e53d5686190 /docs
parentd53dca2f900656a3a5e4d850bb931497a00435b6 (diff)
downloadaspectj-9bf643029af493c8d0d58293ddf38f662a0eb43c.tar.gz
aspectj-9bf643029af493c8d0d58293ddf38f662a0eb43c.zip
X options, crossref, 1.5
Diffstat (limited to 'docs')
-rw-r--r--docs/devGuideDB/antsupport.xml37
1 files changed, 26 insertions, 11 deletions
diff --git a/docs/devGuideDB/antsupport.xml b/docs/devGuideDB/antsupport.xml
index bf295e4b7..00fef5249 100644
--- a/docs/devGuideDB/antsupport.xml
+++ b/docs/devGuideDB/antsupport.xml
@@ -425,10 +425,17 @@
<row>
<entry><para>X
</para></entry>
- <entry><para>
- Set experimental option(s), using comma-separated list of accepted options
- (unlisted here). Options should not contain the leading X.
- XLint options should be specified using the xlint... entries.
+ <entry><para>
+ Set experimental option(s), using comma-separated list of accepted options
+ Options should not contain the leading X.
+ Some commonly-used experimental options have their
+ own entries. The other permitted ones (currently) are
+ serializableAspects, incrementalFile, lazyTjp,
+ reweavable, notReweavable, noInline,
+ noWeave,hasMember,
+ ajruntimelevel:1.2, and ajruntimelevel:1.5.
+ Of these, some were deprecated in AspectJ 5
+ (reweavable, noWeave, etc.).
</para></entry>
</row>
<row>
@@ -467,6 +474,13 @@
</para></entry>
</row>
<row>
+ <entry><para>crossref
+ </para></entry>
+ <entry><para>
+ If true, emit <literal>.ajsym</literal> file into the output directory.
+ </para></entry>
+ </row>
+ <row>
<entry><para>verbose
</para></entry>
<entry><para>
@@ -680,10 +694,11 @@
</para></entry>
<entry><para>
Set source compliance level to one of
- [<literal>1.3 1.4</literal>]
- (e.g., in 1.4 no assert identifiers
- and no import from default package).
- Defaults to 1.3 compliance level.
+ [<literal>1.3 1.4 1.5</literal>]
+ (default is 1.4).
+ 1.3 implies -source 1.3 and -target 1.1.
+ 1.4 implies -source 1.4 and -target 1.2.
+ 1.5 implies -source 1.5 and -target 1.5.
</para></entry>
</row>
<row>
@@ -1372,9 +1387,9 @@
<entry><para>X
</para></entry>
<entry><para>
- comma-delimited list of extended (-X...) options,
- entered without -X (e.g.,
- <literal>X="lint"</literal> for -Xlint).
+ deprecated X options include
+ reweavable (on by default)
+ reweavable:compress (compressed by default)
</para></entry>
</row>
<row>