Re: Filesets

2009-12-23 Thread Ziggy
Thanks all for all your help. I think i understand them better now. I will be practising with more examples and hopefully ill get better at it. Thanks On Fri, Dec 18, 2009 at 4:13 PM, David Weintraub wrote: > On Fri, Dec 18, 2009 at 9:55 AM, Ziggy wrote: > > In all your examples you refered t

Re: Filesets

2009-12-18 Thread David Weintraub
On Fri, Dec 18, 2009 at 9:55 AM, Ziggy wrote: > In all your examples you refered to "files" but not directories. Did you > mean files and directories? Filesets select files and not directories. If you want to select directories, you use "dirset". > could you check the examples below and let me k

Re: Filesets

2009-12-18 Thread Ziggy
Hi thanks for your response. I think i understood most of them except for a few that still confuse me. In all your examples you refered to "files" but not directories. Did you mean files and directories? could you check the examples below and let me know if i got it right >exclude name="**/pages"

RE: Filesets

2006-02-16 Thread Shweta Bodade
Bejoy this is what I could try but its difficult to omit certain dir's if the same you apply on file it works and on dir'

Re: Filesets

2006-02-16 Thread Patrick Martin
Hello, You can have a look at http://ant.apache.org/manual/CoreTypes/fileset.html Rgds, Patrick M. On 2/16/06, bejoy <[EMAIL PROTECTED]> wrote: > > Hi, > > > Please give some examples on fileset and nested fileset. > > Thanks & Regards, > Bejoy > > > > This e-mail and any files transmitted with

Re: filesets with exec task ?

2004-01-31 Thread Matt Benson
Use the task. With it you can invoke your executable once per file, once with all files, or a few at a time. -Matt --- [EMAIL PROTECTED] wrote: > > > >I have a fileset with the files I > want to pass to another > > (perl) script. How do I send those as > command line argument