Professional.Open.Source.dot.NET.Development.Programming.with.NAnt.NUnit.NDoc [Electronic resources]

John Wait

نسخه متنی -صفحه : 275/ 127
نمايش فراداده

<call>Calls a NAnt target in the current project.

Attribute

Description

Required

target

NAnt target to call.

True

force

Force an Execute even if the target has already been executed.

False

failonerror

Determines whether task failure stops the build or is just reported. Default is "true."

False

verbose

Task reports detailed build log messages. Default is "false."

False

if

If true then the task will be executed; otherwise skipped. Default is "true."

False

unless

Opposite of if. If false then the task will be executed; otherwise skipped. Default is "false."

False

Example

<call target="build"/>