From d3108e86e0eee2d180bcb5ec91e87f9559b88329 Mon Sep 17 00:00:00 2001 From: acolyer Date: Thu, 21 Oct 2004 12:38:55 +0000 Subject: fix for Bugzilla Bug 73369 Create a jar file that can be used for load-time weaving... --- docs/dist/doc/examples/build.xml | 5 +++-- docs/dist/doc/examples/ltw/README | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/dist/doc') diff --git a/docs/dist/doc/examples/build.xml b/docs/dist/doc/examples/build.xml index 779bea195..5dbea8f19 100644 --- a/docs/dist/doc/examples/build.xml +++ b/docs/dist/doc/examples/build.xml @@ -73,6 +73,8 @@ location="${aspectj.lib.dir}/aspectjrt.jar"/> + - - + diff --git a/docs/dist/doc/examples/ltw/README b/docs/dist/doc/examples/ltw/README index bbeb56290..92011019e 100644 --- a/docs/dist/doc/examples/ltw/README +++ b/docs/dist/doc/examples/ltw/README @@ -1,6 +1,7 @@ -This directory contains a script "aj" to demonstrate load-time weaving. Java -classes on the CLASSPATH are loaded and woven with aspects on the ASPECTPATH. +The bin directory of your AspectJ distribution contains a script "aj" to +perform load-time weaving. Java classes on the CLASSPATH are loaded and +woven with aspects on the ASPECTPATH. This feature is only supported on JDK 1.4 and later. --To compile the tracing example-- -- cgit v1.2.3