On Thu, 06 Mar 2003, Kiarna Boyd <[EMAIL PROTECTED]> wrote:

> I have been trying to use copy
> 
> <copy overwrite="true" todir="${basedir}/**">
> 
> But copy reads the ** as literal rather than symbolic and will
> create a directory named **

todir="." (or the equivalent todir="${basedir}") should do the trick.

Stefan


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

Reply via email to