Re: Copy task not working as expected

2005-05-14 Thread Dominique Devienne
On 5/13/05, miten mehta <[EMAIL PROTECTED]> wrote: > > > the name attribute of accepts a single pattern, not a comma separated list of patterns like the includes attribute of . Please read the Manual for carefully. --DD -

Re: Copy task not working as expected

2005-05-13 Thread Dave Bartmess
On Fri, 2005-05-13 at 21:35 -0700, miten mehta wrote: > Hello, > > I am having problem getting ant task copy to work as > expected. Refer dir structure and task snippets > below. > > I would like to copy sys, scripts dir tree from > /home/mit/common to /home/mit/install. so sys and > script

Copy task not working as expected

2005-05-13 Thread miten mehta
Hello, I am having problem getting ant task copy to work as expected. Refer dir structure and task snippets below. I would like to copy sys, scripts dir tree from /home/mit/common to /home/mit/install. so sys and scripts tree should be available under install after tasks are executed. Als