blob: 2e14b98d0b4b70603168ecca4ac4e3d2b803d50d [file] [log] [blame]
<project name="testProject" default="test">
<target name="test">
<antcall target="a">
<param name="p" value="v"/>
</antcall>
</target>
<target name="a">
<echo message="${<ren>p}"/>
</target>
</project>