The task is used to check that the return code for the translator process did not exceed the maximum return code defined for the translator. It is included in the macrodefs.xml macro for an Enterprise Extensions (EE) language definition when appropriate by the Dependency Build process.

Attributes

The task supports Build Extensions Debugging Attributes and Build Extensions General Attributes, as well as, its own task specific attributes. Click on a link for more information on the common attributes.

The following table describes the task specific attributes for the task:

Task Specific Attributes
Attribute Description Required
maxrc The maximum return code defined for the translator. Yes
rcName The name of the build variable that contains the return code for the translator. Yes
translatorName The name of the translator. Yes

Notes

Examples

Publish cached build map results:

<antz:checkrc
    maxrc="0"
    rcName="@{var.1.1RTCReturnCodeForTranslator}"
    translatorName="HFS Translator"/>