building the project - nking/two-point-correlation GitHub Wiki
##To Build:
Requires java to run the code and ant to build it. The other libraries are contained in the project.
To list the targets: ant To build and package just the latest clustering package that uses a distance transform: ant package2 To compile the main source code: ant compile To run all tests: ant runTests To run a specific test: ant runTest -Dtest=package.TestName