conor 01/02/10 04:41:55
Modified: lib/optional Tag: ANT_13_BRANCH README Log: Redirect people to the manual so we don't have to repeat ourselves. Submitted by: David Rees <[EMAIL PROTECTED]> Revision Changes Path No revision No revision 1.1.2.1 +2 -15 jakarta-ant/lib/optional/README Index: README =================================================================== RCS file: /home/cvs/jakarta-ant/lib/optional/README,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- README 2001/01/23 05:10:36 1.1 +++ README 2001/02/10 12:41:55 1.1.2.1 @@ -1,15 +1,2 @@ -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.2.jar - required by some mappers, available at http://jakarta.apache.org/regexp/ -jakarta-oro-2.0.1.jar - required for some mappers and the perforce tasks, 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/ -netrexx.jar - required for netrexx task, available at http://www2.hursley.ibm.com/netrexx -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 -netcomponents.jar - required by ftp and telnet tasks, available at http://www.savarese.org/oro/downloads/index.html#NetComponents +Please refer to the Ant manual under Installing Ant / Library Dependencies for a list +of the jar requirements for various optional tasks and features.
