Find your content:

Search form

You are here

Find the length of the attribute in ant build.xml

 
Share

Lets say foo is a property and want to find the length. The length will be stored in length.foo using <length> tag

<length string="{foo}" property="length.foo"/>
<echo>${length.foo}</echo>

My Block Status

My Block Content