Administer > Deploy > Overview: WebSphere Commerce Build and Deployment tool > Customize the Build and Deployment tool > Custom Ant tasks
DecodeLoadProperties task
Decodes and loads the properties from a file that has been processed by the encodeProperties task. If the properties file contains properties that have not been encoded, they are loaded with values defined as-is.
Parameters
Attribute Description Required file The properties file to be decoded and loaded. Yes
Examples
The following example decodes and loads the properties defined in private.properties that have been processed by the encodeProperties task:
<decodeLoadProperties file="private.properties" />
Related concepts
Overview: WebSphere Commerce Build and Deployment tool
Related reference