Hi Jonathas, you would use the "for" tag directly inside a target. For example:
<target name="blah"> <for param="file"> ... </for> </target>
Click here to get my blog as a zine in PDF format.
use it inside another target
Hi Jonathas, you would use the "for" tag directly inside a target. For example:
<target name="blah"> <for param="file"> ... </for> </target>