From: acolyer Date: Thu, 21 Oct 2004 12:38:55 +0000 (+0000) Subject: fix for Bugzilla Bug 73369 X-Git-Tag: V1_2_1~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d3108e86e0eee2d180bcb5ec91e87f9559b88329;p=aspectj.git fix for Bugzilla Bug 73369 Create a jar file that can be used for load-time weaving... --- diff --git a/build/build.xml b/build/build.xml index 44cef9762..dc7c9c945 100644 --- a/build/build.xml +++ b/build/build.xml @@ -360,7 +360,37 @@ To use testing client jar in tests, + + + + + + + + + + + + + + + + + + + + + + - - + 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-- diff --git a/lib/build/build.jar b/lib/build/build.jar index 6cc8007b1..1b80b4b9d 100644 Binary files a/lib/build/build.jar and b/lib/build/build.jar differ