diff options
author | wisberg <wisberg> | 2002-12-16 17:19:22 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 17:19:22 +0000 |
commit | 3ce247199704eae6b2c92c6e38c69584e3250c52 (patch) | |
tree | cb60b8f3d3f12e666efeb96913a56d2216a28d44 /lib/ant/aspectj-ant-readme.txt | |
parent | c3300283ecc397d26ad9dfe31d1710ec45db2af0 (diff) | |
download | aspectj-3ce247199704eae6b2c92c6e38c69584e3250c52.tar.gz aspectj-3ce247199704eae6b2c92c6e38c69584e3250c52.zip |
initial version
Diffstat (limited to 'lib/ant/aspectj-ant-readme.txt')
-rw-r--r-- | lib/ant/aspectj-ant-readme.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ant/aspectj-ant-readme.txt b/lib/ant/aspectj-ant-readme.txt new file mode 100644 index 000000000..b24cb5b3a --- /dev/null +++ b/lib/ant/aspectj-ant-readme.txt @@ -0,0 +1,14 @@ + +The AspectJ tree builds using a variant of Ant 1.5.1. + +lib/ contains Ant 1.5.1 core and optional taskdef classes, +as well as xalan.jar which is used for the junitreport task. + +To run tests with the junit task, junit.jar must be added +to the system classpath with optional.jar; the script in +aspectj/build/bin/ant.[bat|sh] does this. + +To run junit tests and junitreport (and other optional tasks) requires +declaring the taskdef explicitly. See build-modules.xml. + +For ant scripts, use build/bin/ant.[bat|sh], which adds junit.jar. |