diff options
author | wisberg <wisberg> | 2002-12-18 17:22:32 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-18 17:22:32 +0000 |
commit | e4d2bef9abe3a65f7fd99b7002a50d659c31689b (patch) | |
tree | cd2abe0776646e4d2cdefb939ee39cdf56b77b90 | |
parent | 788b525882b504b578b4f5918af5e9b913743050 (diff) | |
download | aspectj-e4d2bef9abe3a65f7fd99b7002a50d659c31689b.tar.gz aspectj-e4d2bef9abe3a65f7fd99b7002a50d659c31689b.zip |
adding instructions for running Ant from Eclipse.
-rw-r--r-- | build/readme-build-module.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/build/readme-build-module.html b/build/readme-build-module.html index e826af47a..e9e9faf43 100644 --- a/build/readme-build-module.html +++ b/build/readme-build-module.html @@ -6,9 +6,12 @@ This build module contains taskdefs and resources for doing builds and checking source licenses. -To do a build, use Ant to run -<a href="build.xml">build.xml</a> -from this directory. +To do a build, use Ant to run <a href="build.xml">build.xml</a> +from this directory. To run Ant, use <a href="../lib/ant">../lib/ant</a> +scripts and libraries. In particular, when running Ant from eclipse, +do not use the default Eclipse Ant classpath; remove those jars and +add all the libraries in <a href="../lib/ant/lib">../lib/ant/lib</a> +as well as in <a href="../lib/junit">../lib/junit</a>. <p> The |