Description

Display PCT version.

XML namespace

<pct:version />

Parameters

Attribute Description Default value
property The name of the property to set None

Parameters as nested elements

None

Examples

Example 1

<PCTVersion />
Will display :
[PCTVersion] PCT Version : pct-226-main-e52f4a48

Example 2

<PCTVersion property="pct.version" />
<echo message="PCT version number is *** ${pct.version} ***" />
Will display :
[echo] PCT version number is *** pct-226-main-e52f4a48 ***

Notes

This ticket explains how to check the PCT version number from an Ant script.