Re: problem with the fileset

2008-03-02 Thread Ramu Sethu
Property task is not mandatory. To narrow down the problem, just write a small build file which copies files from a local dir to another local dir with date selector On Thu, Feb 28, 2008 at 4:23 PM, sekhar18k <[EMAIL PROTECTED]> wrote: > > hi Ramu, > > Thanks for the reply.. > > Actually i am

Re: problem with the fileset

2008-02-28 Thread sekhar18k
hi Ramu, Thanks for the reply.. Actually i am trying to download the files from a server which resides at a remote location. But I tried the same script, but it is getting all the files with the *.out extension. And one more doubt, what is the use of this property tag here. Is it necessary to us

Re: problem with the fileset

2008-02-26 Thread Ramu Sethu
Hi shekar I tried the following snippet. Its working fine for me. I think this cannot be a issue with date selector ${lib.prop} Did u try ur build with -verbose or -debug option?? These would give more informations On Wed, Feb 27, 2008 at 11:26 AM, sekhar18k <[EMAIL

Re: problem with the fileset

2008-02-26 Thread sekhar18k
hi Ramu, the build file i have used is : * target name="init">

Re: problem with the fileset

2008-02-26 Thread Ramu Sethu
we couldn't see ur build file.. Its also difficult to guess your build file :-) On Fri, Feb 22, 2008 at 8:05 PM, sekhar18k <[EMAIL PROTECTED]> wrote: > > hi., > > I am developing an ANT build script for downloading log file from the > server. > The build script used is : > > > > > > > > >