blob: 8d70ab5f477105786c0186abad9ab3167fd9b935 [file] [log] [blame]
<project name="input testing" default= "input test">
<target name="input test">
<input message="Enter for echo" addproperty= "inputTest">
</input>
<echo message="${inputTest}"/>
</target>
</project>