Edgewall Software

Changes between Version 55 and Version 56 of Bitten Faq


Ignore:
Timestamp:
Sep 24, 2008, 11:44:13 PM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bitten Faq

    v55 v56  
    3636=== What is the bitten recipe file? ===
    3737
    38 The bitten recipe file is the script that Bitten uses to download, compile, run, and test your code. It is similar in concept to ant, although it is more limited and domain-specific tool than ant.
     38The bitten recipe file is the XML script that Bitten uses to download, compile, run, and test your code.  This code building process can be automated into bitten XML recipe. The XML recipe will need to be interpreted by bitten-slave command. It is similar in concept to ant, although it is more limited and domain-specific tool than ant.
    3939
    4040=== What commands are available in the bitten recipe? ===