SetSystemProperty task

Sets a system property.

Parameters

Attribute Description Required
name The name of the system property to set. Yes
value The value of the system property to set. Yes

Examples

The following example sets the WS_CMT_LEVEL system property to 7.
<setSystemProperty name="WS_CMT_LEVEL" value="7" />