Hello,
Can anyone please tell us how to copy the content of an file into another file. Actually I look to an equivalent to this ANT code:
<move file="${build.dir}/src/log4j.properties" tofile="${build.dir}/src/log4j.properties"/>
Thanks for your help!!!