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 | |
parent | c3300283ecc397d26ad9dfe31d1710ec45db2af0 (diff) | |
download | aspectj-3ce247199704eae6b2c92c6e38c69584e3250c52.tar.gz aspectj-3ce247199704eae6b2c92c6e38c69584e3250c52.zip |
initial version
Diffstat (limited to 'lib/ant')
-rw-r--r-- | lib/ant/ant-src.zip | bin | 0 -> 1737989 bytes | |||
-rw-r--r-- | lib/ant/aspectj-ant-readme.txt | 14 | ||||
-rw-r--r-- | lib/ant/lib/ant.jar | bin | 0 -> 717666 bytes | |||
-rw-r--r-- | lib/ant/lib/optional.jar | bin | 0 -> 654735 bytes | |||
-rw-r--r-- | lib/ant/lib/xalan.jar | bin | 0 -> 906248 bytes | |||
-rw-r--r-- | lib/ant/lib/xercesImpl.jar | bin | 0 -> 831473 bytes | |||
-rw-r--r-- | lib/ant/lib/xml-apis.jar | bin | 0 -> 108484 bytes |
7 files changed, 14 insertions, 0 deletions
diff --git a/lib/ant/ant-src.zip b/lib/ant/ant-src.zip Binary files differnew file mode 100644 index 000000000..176cbfd80 --- /dev/null +++ b/lib/ant/ant-src.zip 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. diff --git a/lib/ant/lib/ant.jar b/lib/ant/lib/ant.jar Binary files differnew file mode 100644 index 000000000..7cf87e838 --- /dev/null +++ b/lib/ant/lib/ant.jar diff --git a/lib/ant/lib/optional.jar b/lib/ant/lib/optional.jar Binary files differnew file mode 100644 index 000000000..1128e1d97 --- /dev/null +++ b/lib/ant/lib/optional.jar diff --git a/lib/ant/lib/xalan.jar b/lib/ant/lib/xalan.jar Binary files differnew file mode 100644 index 000000000..3681818e1 --- /dev/null +++ b/lib/ant/lib/xalan.jar diff --git a/lib/ant/lib/xercesImpl.jar b/lib/ant/lib/xercesImpl.jar Binary files differnew file mode 100644 index 000000000..d41cf97ed --- /dev/null +++ b/lib/ant/lib/xercesImpl.jar diff --git a/lib/ant/lib/xml-apis.jar b/lib/ant/lib/xml-apis.jar Binary files differnew file mode 100644 index 000000000..8331d27f1 --- /dev/null +++ b/lib/ant/lib/xml-apis.jar |