property task

Description

This task is similar to the Property task provided by ant except that you can specify build configurations If no build configurations are specified the property will be loaded in all cases, otherwise the property will be loaded only if the build configuration is active.

Arguments

Parameter name Description Mandatory
buildConfigurations specify one a many build configurations separated by a comma

Examples

In the above example :
<ea:property name="foo" value="bar" buildConfigurations="myconf"/>
<ea:property name="foo" value="bar" buildConfigurations="myconf, myotherconf"/>
The propery foo will be intialized only if the build configuration named myconf is active.