From 97b5e687749801b5431368b9efeccc11842a27ca Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 4 Jul 2006 09:48:36 +0000 Subject: [PATCH] change from 149321 --- tests/readme-writing-compiler-tests.html | 8 ++++---- 1 file 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 \

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 aspectpath attribute to + if you specify the ltw attribute to run. 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.

+ and run using the aop.xml file specified in the ltw attribute.

     <ajc-test dir="new" title="show LTW">
         <compile files="Aspect.java" outjar="out.jar"/>
         <compile files="Main.java"/>
-        <run class="Main" aspectpath="out.jar"/> 
+        <run class="Main" ltw="aop-test.xml"/> 
     </ajc-test>
 
@@ -669,7 +669,7 @@ For more information, see the API documentation for the harness
-last updated March 8, 2004 +last updated June 30, 2006 -- 2.39.5