Ant - Define a variable

By xngo on June 29, 2019

<!-- Declare the variable(e.g Assign a number to PI variable). -->
<property name="PI" value="3.1415"/>
 
<!-- Using the variable(e.g echo the value of pi). -->
<echo message="${PI}"/>

About the author

Xuan Ngo is the founder of OpenWritings.net. He currently lives in Montreal, Canada. He loves to write about programming and open source subjects.