You will need Apache Ant to compile my source code. I use version 1.5.1. Ant is easy to install and is available at http://ant.apache.org

To compile sleep:

[raffi@beardsley ~/sleep]$ rm -rf bin
[raffi@beardsley ~/sleep]$ ant

If you made any changes or just want to make sure nothing got broken you can run a series of regression tests on sleep:

[raffi@beardsley ~/sleep/tests]$ perl test.pl

To Build JavaDoc for Sleep (dumped to the sleep/docs/api/ directory):

[raffi@beardsley ~/sleep]$ ant docs