Administer > Deploy > Overview: WebSphere Commerce Build and Deployment tool > Customize the Build and Deployment tool > Custom Ant tasks
ToURI task
Constructs the URI for a specified file and sets it to a property.
Parameters
Attribute Description Required file The file for which the URI is constructed. Yes property The name of the property to set. Yes
Examples
The following example constructs a URI for the file specified by the property dtd.file and sets it to the dtd.uri property:
<toURI file="${dtd.file}" property="dtd.uri" />
Related concepts
Overview: WebSphere Commerce Build and Deployment tool
Related reference