This zip file is organized as follows. The Ant build script is in the root directory. Use the -projecthelp flag to produce a list of targets and their descriptions. javarec | |-- dist-readme.txt - this file |-- build.xml - the Ant build script | |-- docs | |-- javarec.html - explains how to use the java record task | |-- src | |-- etc | | |-- testcases - this sub-tree used by JUnit tests | | |-- taskdefs | | |-- optional | |-- org |-- javarec | |-- apache |-- adder.cpp | |-- tools |-- javarec.xml |-- test |-- ant | |-- adder.cpp |-- taskdefs |-- build.xml |-- optional |-- testcases |-- javarec |-- org |-- RecordTypeTask.java |-- apache |-- RecordTask.java |-- tools |-- package.html |-- ant |-- taskdefs |-- TaskdefsTest.java - from Ant site |-- optional |-- javarec |-- RecTypeTest.java |-- RecTest.java