$Id$ -------------------------------------------------------------------------- JAKARTA COMMONS - SIMPLESTORE -------------------------------------------------------------------------- To compile this component, you'll need the excellent Ant utility, which can be obtained from: http://jakarta.apache.org/ant/ For the HSQL Database Engine you need the HSQLDB libary from: http://sourceforge.net/projects/hsqldb/ For the BTree storage you need JDBM from: http://sourceforge.net/projects/jdbm For testing the project, you will also need JUnit: http://www.junit.org/ For compiling rename the build.properties.sample file into build.properties, and modify to reflect the locations of the libraries on your computer. --- Once you have Ant propertly installed, and the build.properties file correctly reflects the location of your junit.jar, you are ready to build and test. To compile and test the component: $ ant test To build the distribution + javadoc: $ ant dist ---