Edgewall Software

Changes between Version 3 and Version 4 of Recipe Commands


Ignore:
Timestamp:
Sep 22, 2005, 4:00:03 PM (19 years ago)
Author:
cmlenz
Comment:

Updated to reflect recipe changes in trunk

Legend:

Unmodified
Added
Removed
Modified
  • Recipe Commands

    v3 v4  
    33
    44As described on the [wiki:BuildRecipes page about build recipes], a recipe is stored as an XML document. This page describes what commands are available in recipes.
     5
     6  ''Note: the recipe format has changed since [milestone:0.4]. You can find documentation about the previous format by looking at version 3 of this page (see the “page history” link above).''
    57
    68----
     
    1012A bundle of generic tools that are not specific to any programming language or tool-chain.
    1113
    12  ''Namespace'':: `bitten:bitten.build.shtools`
     14 ''Namespace'':: `http://bitten.cmlenz.net/tools/sh`
    1315 ''Common prefix'':: `sh`
    1416
     
    5759These commands provide support for tools commonly used for development of C/C++ applications on Unix platforms, such as '''make'''.
    5860
    59  ''Namespace'':: `bitten:bitten.build.ctools`
     61 ''Namespace'':: `http://bitten.cmlenz.net/tools/c`
    6062 ''Common prefix'':: `c`
    6163
     
    8587A bundle of recipe commands that support tools commonly used by [http://www.python.org/ Python] projects.
    8688
    87  ''Namespace'':: `bitten:bitten.build.pythontools`
     89 ''Namespace'':: `http://bitten.cmlenz.net/tools/python`
    8890 ''Common prefix'':: `python`
    8991