Edgewall Software

Changes between Version 67 and Version 68 of Bitten Faq


Ignore:
Timestamp:
Sep 26, 2008, 9:53:04 PM (16 years ago)
Author:
tj_yang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bitten Faq

    v67 v68  
    4444=== What is the bitten recipe file? ===
    4545
    46 The 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.
     46The bitten recipe file is a XML file that executed by bitten-slave 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.
    4747
    4848=== What commands are available in the bitten recipe? ===