blob: 4a603d1c13aa176473ae6a4943a1caf8860037e2 [file] [log] [blame]
<project name="n" default="main">
<target name="main">
<exec executable="hostname" outputproperty="host.name" failonerror="true"/>
<property name="host.name.copy" value="${<ref>host.name}"/>
</target>
</project>