blob: 60b7d21302dedb945b346d91870ccd5045b6b013 [file] [log] [blame]
<project name="ant-project" default="show-message">
<target name="show-message">
<echo message="message"/>
</target>
<target name="create-file">
<echo file="${artifact.output.path}/echo.txt" message="${message.text}"/>
</target>
</project>