diff options
author | aclement <aclement> | 2006-07-04 09:48:36 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-07-04 09:48:36 +0000 |
commit | 97b5e687749801b5431368b9efeccc11842a27ca (patch) | |
tree | def627abe5e315092c8b7521ba92ab3bf2a14bcb /tests/readme-writing-compiler-tests.html | |
parent | dac2ff628bffa7a34c362ec65cd963df5f0e7b77 (diff) | |
download | aspectj-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.html | 8 |
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> <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> </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> |