Java Container Requirements ------------ At runtime the library depends on: 1. Apache Jakarta Commons Logging v1.0.3 http://jakarta.apache.org/commons/logging/ 2. Apache Jararta Log4J v1.2.8 http://logging.apache.org/log4j/docs/ At build time the library depends also on: 3. Apache Ant v1.6 onwards Note: base Ant package plus ant-bsf extension http://ant.apache.org/ 4. JUnit v3.8.1 http://www.junit.org/ 5. Fikin-Ant-Tasks v1.7.3 http://sourceforge.net/projects/fikin-ant-tasks/ This library has additional dependencies. Build ----- 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.