Fikin Ant Tasks Runtime Requirements -------------------- Each task or library depends on individual list of 3rd party components. Typically they would be indicated either on the web site or you can find them out from the source code. Anyway, binary and the source distributions contain all needed libraries without the need to search them separately from web. They all are located under libs/ dir where their name is suggestive enough to identify their origin. Latest version know to work with this code is also indicated in their name for convenience. Most notably, almost all library classes would depend on: Apache Jakarta Commons Logging, http://jakarta.apache.org/commons/logging/ Apache Jararta Log4J, http://logging.apache.org/log4j/docs/ All tasks work with Ant 1.6 ownwards, http://ant.apache.org/ Build Requirements ------------------ In order to build the library by yourself obtain the source distribution. For convenience it includes all required external libraries but you can download them by yourself. Navigate to the base library directory and open a terminal. Include all jar files from libs dir in your classpath. prompt % ant distro Usage ----- Obtain the binary distribution of the library. For convenience there are included all external required libraries. Include all these jar fiels in your project's classpath. Look in docs dir for examples how to use the library. Look in src/test for example tests too. Nikolay Fiykov