From 44424b14e61b24ea0b89934d2b0107d1406d8232 Mon Sep 17 00:00:00 2001 From: wisberg Date: Tue, 27 May 2003 09:30:00 +0000 Subject: [PATCH] more parts of tests for devguide script example --- docs/test/antScriptTest/build.xml | 132 +++++++++++++++++++++++++++++ docs/test/antScriptTest/readme.txt | 3 + 2 files changed, 135 insertions(+) create mode 100644 docs/test/antScriptTest/build.xml create mode 100644 docs/test/antScriptTest/readme.txt diff --git a/docs/test/antScriptTest/build.xml b/docs/test/antScriptTest/build.xml new file mode 100644 index 000000000..2a7b00d82 --- /dev/null +++ b/docs/test/antScriptTest/build.xml @@ -0,0 +1,132 @@ + + + + + This script verifies that the example build script in the + Ant section of the development environment guide works. + + The target "build-test" should be exactly what's copied from + the development environment guide, as rendered. + + To setup for a given version of AspectJ, either build the + tools distribution or define the variable aspectj.home. + + This should build the two input jars and then run the + test, which builds and runs an application. It should + request incremental input (press "q{enter}" to quit) + and emit the text: + + [java] called Util.utility("persistMe shouting!") + [java] set persistMe to PERSISTME SHOUTING! + + Use the "clean" target to remove generated files. + + When running from eclipse, set fork.iajc="true" and + change build-test iajc call to avoid incremental mode. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/test/antScriptTest/readme.txt b/docs/test/antScriptTest/readme.txt new file mode 100644 index 000000000..c18101076 --- /dev/null +++ b/docs/test/antScriptTest/readme.txt @@ -0,0 +1,3 @@ + +This tests the Ant script in the devguide. +See build.xml for more information. -- 2.39.5