==== Here is a sample java build recipe. ==== {{{ }}} ==== Comments: ==== * Step 1 checks out the project from the given path. * Step 2 compiles the project by calling the ant target "compile-all". If this step fails the build will stop. * Step 3 runs ant target test-fast and collects the junit results. If this step fails the build will continue. * Step 3 runs ant target test-all and collects the junit results. If this step fails the build will continue. The build results page will show 4 separate steps for this recipe. The fast tests are run first so that the results will be quickly be visible on the build page.