all - Runs "clean", then "run". clean - Delete all artifacts so the next build will be from scratch. compile - Compile the Java source files. test - Compile and run the JUnit tests. run - Run the tester.