From e4d2bef9abe3a65f7fd99b7002a50d659c31689b Mon Sep 17 00:00:00 2001 From: wisberg Date: Wed, 18 Dec 2002 17:22:32 +0000 Subject: [PATCH] adding instructions for running Ant from Eclipse. --- build/readme-build-module.html | 9 ++++++--- 1 file 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 -build.xml -from this directory. +To do a build, use Ant to run build.xml +from this directory. To run Ant, use ../lib/ant +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 ../lib/ant/lib +as well as in ../lib/junit.

The -- 2.39.5