blob: c63a6c3d8be93520d56e79c74777fb4222dd7bd3 [file] [log] [blame]
<project name="n" default="main">
<target name="main">
<fail unless="my.prop" message="my.prop must be set"/>
<echo message="Property my.prop is set to ${<ref>my.prop}"/>
</target>
</project>