Edgewall Software

Changes between Version 1 and Version 2 of Bitten Sample Java Recipe


Ignore:
Timestamp:
Jun 16, 2008, 5:37:32 AM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bitten Sample Java Recipe

    v1 v2  
    3535 * Step 2 compiles the project by calling the ant target "compile-all".  If this step fails the build will stop.
    3636
    37  * Step 3 runs ant target test-fast and collects the junit results.
     37 * Step 3 runs ant target test-fast and collects the junit results. If this step fails the build will continue.
    3838
    39  * Step 3 runs ant target test-all and collects the junit results.
     39 * Step 3 runs ant target test-all and collects the junit results.  If this step fails the build will continue.
    4040
     41
     42The build results page will show 4 separate steps for this recipe.  The fast tests are run first so that the results will be quickly available.