I have not decided if I like Ant or Maven.  Instead of those, I just used
some simple shell scripts.  YMMV.

./build - build the software; put the jar file in ../lib
./clean - remove all the generated files
./test  - build and run the tests