aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-18 17:22:32 +0000
committerwisberg <wisberg>2002-12-18 17:22:32 +0000
commite4d2bef9abe3a65f7fd99b7002a50d659c31689b (patch)
treecd2abe0776646e4d2cdefb939ee39cdf56b77b90
parent788b525882b504b578b4f5918af5e9b913743050 (diff)
downloadaspectj-e4d2bef9abe3a65f7fd99b7002a50d659c31689b.tar.gz
aspectj-e4d2bef9abe3a65f7fd99b7002a50d659c31689b.zip
adding instructions for running Ant from Eclipse.
-rw-r--r--build/readme-build-module.html9
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