From 74e61f02706b10a11641695a2194112b8ac1b65b Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Tue, 5 Dec 2000 05:32:21 +0000 Subject: [PATCH] Added note about dependent jars. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268297 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 1 + lib/README | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 lib/README diff --git a/docs/index.html b/docs/index.html index 7fd48f2a8..f9b391df3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -114,6 +114,7 @@ build Ant from the source code.

Set the JAVA_HOME environment variable. This should be set to the directory where the JDK is installed. See Installing Ant for examples on how to do this for your operating system.

+

Make sure you have downloaded any auxilliary jars required to build tasks you are interested in. The list of auxilliary tasks and requirements is in lib/README

Run bootstrap.bat (Windows) or bootstrap.sh (UNIX) to build a bootstrap version of Ant.

When finished, use

diff --git a/lib/README b/lib/README new file mode 100644 index 000000000..33f78fd95 --- /dev/null +++ b/lib/README @@ -0,0 +1,14 @@ +The required libraries should be placed here. + +The dependencies are: + +junit.jar - required for junit tasks, available at www.junit.org +stylebook.jar - required by stylebook task, available in CVS repository of xml.apache.org +testlet.jar - required for test task, available with Avalon via java.apache.org/framework +jakarta-regexp-1.1.jar - required by some mappers, available at http://jakarta.apache.org/regexp/ +???oro.jar??? - required for some mappers, available at http://jakarta.apache.org/oro/ +???antlr.jar???- required for antlr task, available at www.antlr.org +bsf.jar - required for script task, available at http://oss.software.ibm.com/developerworks/opensource/bsf/ +rhino.jar - required for script task if you want to use javascript, available at www.mozilla.org +jpython.jar - required for script task if you want to use python, available at www.jpython.org +