aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB/antsupport.xml
diff options
context:
space:
mode:
authoraclement <aclement>2006-03-05 17:00:04 +0000
committeraclement <aclement>2006-03-05 17:00:04 +0000
commitb2259116b8731725743d255a85c894d6f998afb1 (patch)
treeedf9876f501cd6f8a35107c8da10a9fd72b7de7f /docs/devGuideDB/antsupport.xml
parent1954377011ba95d032e7076ea37623a4c22020ac (diff)
downloadaspectj-b2259116b8731725743d255a85c894d6f998afb1.tar.gz
aspectj-b2259116b8731725743d255a85c894d6f998afb1.zip
fix for 130300: cause the mysterious disappearance of -XnoWeave
Diffstat (limited to 'docs/devGuideDB/antsupport.xml')
-rw-r--r--docs/devGuideDB/antsupport.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/devGuideDB/antsupport.xml b/docs/devGuideDB/antsupport.xml
index a21268ad0..cb12473bd 100644
--- a/docs/devGuideDB/antsupport.xml
+++ b/docs/devGuideDB/antsupport.xml
@@ -432,20 +432,17 @@
own entries. The other permitted ones (currently) are
serializableAspects, incrementalFile, lazyTjp,
reweavable, notReweavable, noInline,
- noWeave,
+ terminateAfterCompilation,
ajruntimelevel:1.2, and ajruntimelevel:1.5.
Of these, some were deprecated in AspectJ 5
- (reweavable, noWeave, etc.).
+ (reweavable, terminateAfterCompilation, etc.).
</para></entry>
</row>
<row>
- <entry><para>Xnoweave
+ <entry><para>XterminateAfterCompilation
</para></entry>
- <entry><para>
- Experimental option to produce binaries that can only be used as input
- for the <literal>-injars</literal> or <literal>-inpath</literal> option.
- Usually aspects are compiled normally and put on the
- <literal>aspectpath</literal>.
+ <entry><para>
+ Terminates before the weaving process, dumping out unfinished class files.
</para></entry>
</row>
</tbody>