The task initializes the Ant environment for an Enterprise Extensions (EE) build using the Kerberos authentication policy. It is included in the rtcEnterpriseBuild.xml build script by the EE Dependency Build process.

Attributes

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

Task Specific Attributes
Attribute Description Required
krb5ccname Path to the Kerberos credential cache. Yes
passwordFile Path to the file containing the encrypted password. Yes
userId The ID of the user to use for EWM server authentication. Yes

Notes

Examples

Initialize Kerberos authentication:

<antz:kinit
    krb5ccname="${krb5ccname}"
    passwordFile="${passwordFile}"
    userId="${userId}"/>