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.