diff options
author | aclement <aclement> | 2005-11-07 10:53:18 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-11-07 10:53:18 +0000 |
commit | a625ea2ed4810fb5aa1334c027418d25cfb37834 (patch) | |
tree | 6b02edf6c31afafd77ecb4bdc28ca802b4c49596 /docs/devGuideDB | |
parent | e9e0a7be5be07919d74f7da12fa59232a8b81a1e (diff) | |
download | aspectj-a625ea2ed4810fb5aa1334c027418d25cfb37834.tar.gz aspectj-a625ea2ed4810fb5aa1334c027418d25cfb37834.zip |
fix for 95516 (-outxml / -outxmlfile) - from Matthew.
Diffstat (limited to 'docs/devGuideDB')
-rw-r--r-- | docs/devGuideDB/ajc.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/devGuideDB/ajc.xml b/docs/devGuideDB/ajc.xml index ea2cab2da..ef3438987 100644 --- a/docs/devGuideDB/ajc.xml +++ b/docs/devGuideDB/ajc.xml @@ -108,6 +108,18 @@ </varlistentry> <varlistentry> + <term>-outxml</term> + <listitem><para>Generate aop.xml file for load-time weaving with default name. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>-outxmlfile <replaceable>custom/aop.xml</replaceable></term> + <listitem><para>Generate aop.xml file for load-time weaving with custom name. + </para></listitem> + </varlistentry> + + <varlistentry> <term>-incremental</term> <listitem><para>Run the compiler continuously. After the initial compilation, the compiler will |