Edgewall Software

Changes between Version 2 and Version 3 of Recipe Commands


Ignore:
Timestamp:
Sep 19, 2005, 5:15:46 PM (19 years ago)
Author:
cmlenz
Comment:

Nicer outline

Legend:

Unmodified
Added
Removed
Modified
  • Recipe Commands

    v2 v3  
    11= Build Recipe Commands Reference =
    2 [[PageOutline(2)]]
     2[[PageOutline(2-3)]]
    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.
     
    6868|| Name || Description ||
    6969|| `target` || Name of the target to execute (defaults to “all”) ||
    70 || `file` || Path to the Makefile that should be used. ||
     70|| `file` || Path to the Makefile that should be used. ||
    7171|| `keep-going` || Whether `make` should try to continue even after encountering errors. ||
    7272
     
    117117
    118118|| Name || Description ||
    119 || `command` || The name of the `distutils` command that should be run ||
     119|| `command` || The name of the `distutils` command that should be run ||
    120120
    121121==== Examples ====
     
    136136
    137137|| Name || Description ||
    138 || `file` || Path to the XML results file, relative to the project source directory. ||
     138|| `file` || Path to the XML results file, relative to the project source directory. ||
    139139
    140140==== Examples ====
     
    153153
    154154|| Name || Description ||
    155 || `summary` || Path to the summary file written by `trace.py`, relative to the project source directory. ||
    156 || `coverdir` || Path to the directory containing the coverage files written by `trace.py`, relative to the project source directory. ||
     155|| `summary` || Path to the summary file written by `trace.py`, relative to the project source directory. ||
     156|| `coverdir` || Path to the directory containing the coverage files written by `trace.py`, relative to the project source directory. ||
    157157|| `include` || List of glob patterns (separated by space) that specify which Python file should be included in the coverage report. ||
    158158|| `exclude` || List of glob patterns (separated by space) that specify which Python file should be excluded from the coverage report. ||
     
    171171
    172172|| Name || Description ||
    173 || `file` || Path to the file containing the Pylint output, relative to the project source directory. ||
     173|| `file` || Path to the file containing the Pylint output, relative to the project source directory. ||
    174174
    175175==== Examples ====