diff options
author | aclement <aclement> | 2006-03-05 17:00:04 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-03-05 17:00:04 +0000 |
commit | b2259116b8731725743d255a85c894d6f998afb1 (patch) | |
tree | edf9876f501cd6f8a35107c8da10a9fd72b7de7f /docs | |
parent | 1954377011ba95d032e7076ea37623a4c22020ac (diff) | |
download | aspectj-b2259116b8731725743d255a85c894d6f998afb1.tar.gz aspectj-b2259116b8731725743d255a85c894d6f998afb1.zip |
fix for 130300: cause the mysterious disappearance of -XnoWeave
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devGuideDB/ajc.xml | 8 | ||||
-rw-r--r-- | docs/devGuideDB/antsupport.xml | 13 |
2 files changed, 8 insertions, 13 deletions
diff --git a/docs/devGuideDB/ajc.xml b/docs/devGuideDB/ajc.xml index 1f1623577..109bac741 100644 --- a/docs/devGuideDB/ajc.xml +++ b/docs/devGuideDB/ajc.xml @@ -111,7 +111,7 @@ in argument files unlike the argument file is the only build specification. The form <replaceable>@file</replaceable> is the same as specifying <replaceable>-argfile file</replaceable>. - </para></listitem> + </para></listitem> </varlistentry> <varlistentry> @@ -426,10 +426,8 @@ </varlistentry> <varlistentry> - <term>-Xnoweave</term> - <listitem><para>(Experimental) produce unwoven class files - for input using -injars. (deprecated - .class files are by - default reweavable and can be input using -inpath.) + <term>-XterminateAfterCompilation</term> + <listitem><para>Causes compiler to terminate before weaving </para></listitem> </varlistentry> 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> |