Edgewall Software

Changes between Version 26 and Version 27 of Bitten Faq


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Bitten Faq

    v26 v27  
    2424An detailed overview of using bitten for the Boost project can be see at [https://boost-consulting.com/trac/projects/boost/]
    2525
    26 === Installation ===
     26=== I want it.  How do I get it? ===
    2727
    28 [http://bitten.edgewall.org/wiki/Documentation/install.html Installation]
     28See [http://bitten.edgewall.org/wiki/Documentation/install.html Bitten Installation].
    2929
    3030== Bitten Slave ==
     
    4141=== How do I schedule the bitten slave to run at a certain time of the day? ===
    4242
    43 Use cron to or its equivalent to run the bitten-slave at the desired times.   Run the bitten-slave with the option "--single" (-s for short) so that it exits after a single build instead of polling for more.
     43Use cron to or its equivalent to run the bitten-slave at the desired times.   Run the bitten-slave with the option "--single" (-s for short) so that it exits after a single build instead of polling for more builds.
    4444
    4545=== What options does the Bitten slave support? ===
     
    5555=== How do I add one of those cool over-time charts to my build page? ===
    5656
    57 The charts are added automatically if your recipe creates junit reports and/or code-coverage reports.  To create your own custom charts, see [wiki:AddingCharts Adding Custom Charts to Bitten.]
     57The charts are added automatically if your recipe creates junit reports and/or code-coverage reports.  To see a sample recipe that will produce junit test results from Java see [wiki:BittenSampleJavaRecipe build recipes for Java projects using JUnit and Ant].  To create your own custom charts, see [wiki:AddingCharts Adding Custom Charts to Bitten.]
    5858
    5959=== Can I see some sample bitten recipes? ===