aboutsummaryrefslogtreecommitdiffstats
path: root/tests/readme-writing-compiler-tests.html
diff options
context:
space:
mode:
authoraclement <aclement>2006-07-04 09:48:36 +0000
committeraclement <aclement>2006-07-04 09:48:36 +0000
commit97b5e687749801b5431368b9efeccc11842a27ca (patch)
treedef627abe5e315092c8b7521ba92ab3bf2a14bcb /tests/readme-writing-compiler-tests.html
parentdac2ff628bffa7a34c362ec65cd963df5f0e7b77 (diff)
downloadaspectj-97b5e687749801b5431368b9efeccc11842a27ca.tar.gz
aspectj-97b5e687749801b5431368b9efeccc11842a27ca.zip
change from 149321
Diffstat (limited to 'tests/readme-writing-compiler-tests.html')
-rw-r--r--tests/readme-writing-compiler-tests.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/readme-writing-compiler-tests.html b/tests/readme-writing-compiler-tests.html
index ba202b00c..fd2986991 100644
--- a/tests/readme-writing-compiler-tests.html
+++ b/tests/readme-writing-compiler-tests.html
@@ -531,16 +531,16 @@ java -Djavarun.fork=true \
<p>As a special case of forking, load-time weaving sets up
a Java 1.4 or later VM using our weaving class loader,
- if you specify the <code>aspectpath</code> attribute to
+ if you specify the <code>ltw</code> attribute to
<code>run</code>.
In the following example, the main class and the aspect
are compiled separately. The main class is then woven
- and run using load-time weaving.</p>
+ and run using the aop.xml file specified in the <code>ltw</code> attribute.</p>
<pre>
&lt;ajc-test dir="new" title="show LTW">
&lt;compile files="Aspect.java" outjar="out.jar"/>
&lt;compile files="Main.java"/>
- &lt;run class="Main" aspectpath="out.jar"/>
+ &lt;run class="Main" ltw="aop-test.xml"/>
&lt;/ajc-test>
</pre>
@@ -669,7 +669,7 @@ For more information, see the API documentation for the harness
</li>
</ul>
<hr/>
-<small>last updated March 8, 2004 </small> <!-- CVS variable -->
+<small>last updated June 30, 2006 </small> <!-- CVS variable -->
</body>
</html>