The macro converts the value of the named property to upper case.
The following table describes the macro specific attributes for the macro:
| Macro Specific Attributes | ||
| Attribute | Description | Required |
| property | The name of the property whose value is to be converted to upper case. | Yes |
None
<property name="testProperty" value="ToUpperCase"/>
<ToUpperCase property="testProperty"/>
<echo>${testProperty}</echo>
Result:
[echo] TOUPPERCASE