> > and even better, be able to be created and used in the same task. > > I'm not sure I can follow you here. > > Stefan
Maybe in the same target?
<target name="here">
<concat file="here.sh">...
<exec executable="sh"><arg value="here.sh"/></exec>
</target>
Jan
