hi all,

i need to copy some files to location whose name is only partially known to me.

i tried

<copy todir="${temp.dir}/somedir/tmp*contents/mydir">
        <fileset dir="${source.dir}" includes="**/jsp/*.jsp" />
</copy>

'*' represents part of the path that changes, but complete path name is basically always the same.

anyway, ant complains about destination path. i thought that wildcards could help, but it obviously doesn't work. is there any other option to specify "todir" which is not full path, but contains wildcards.

thanks

dario


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

Reply via email to