From 9841437bbeba685979737be81905a94f8dbdf892 Mon Sep 17 00:00:00 2001 From: wisberg Date: Mon, 3 Feb 2003 20:50:01 +0000 Subject: [PATCH] - added bytecode-weaving example (tracing) - fixed tracing examples using wrong main class - added descriptions to targets so Ant 1.5 lists then using -projecthelp - removed references to vestigial aspectj-ant.jar --- docs/dist/doc/examples/build.xml | 131 ++++++++++++++++++++++++------- 1 file changed, 103 insertions(+), 28 deletions(-) diff --git a/docs/dist/doc/examples/build.xml b/docs/dist/doc/examples/build.xml index 5fb43c8c0..ded4b800e 100644 --- a/docs/dist/doc/examples/build.xml +++ b/docs/dist/doc/examples/build.xml @@ -1,8 +1,8 @@ - + - + @@ -23,10 +23,11 @@ all build and run each example {example} build and run any {example} (use -projecthelp to list {example} names) + tracing-bc use AspectJ 1.1 bytecode weaving to build tracing example Setup: - - Just run from the doc/examples directory in your AspectJ distribution; - the tasks are in ../../lib/aspectjtools.jar + - Run from the doc/examples directory in your AspectJ distribution. + The tasks in ../../lib/aspectjtools.jar are used automatically. Variants: - To avoid running (i.e., compile only), define variable "norun" @@ -42,12 +43,14 @@ + description="clean and create classes/jar dir, .ajesym files"> + + @@ -62,8 +65,6 @@ location="${basedir}/../../lib"/> - + - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5