Can someone give me an example of how to use Ant's exec command to copy a file? Everything I tried results in an IOException.

Here is what Iam doing:
<exec dir="${basedir}" executable="/bin/cp -p ${srcDir}/* ${destDir}/.">
</exec>

--
Michael Klem <[EMAIL PROTECTED]> 626-296-3027

--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to