Re: iterate a fileset

2007-05-30 Thread Andres Alleva
Thanks! :) David Weintraub escribió: Not sure if you're interested in the Ant Contrib tasks, but there is a task in the AntContrib that will do exactly what you want. See: for more information. On 5/29/07, Andres Alleva <[EMAIL PROTEC

RE: iterate a fileset

2007-05-30 Thread Rebhan, Gilbert
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 9:02 AM To: user@ant.apache.org Subject: AW: iterate a fileset /* I would go another way: collect all files which does NOT have the tag and display them. */ what if he needs some fin

RE: iterate a fileset

2007-05-29 Thread Rebhan, Gilbert
Hi, -Original Message- From: Andres Alleva [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 9:39 PM To: user@ant.apache.org Subject: iterate a fileset /* I need to check, if every .jsp in my project, contains a tag like this How can i iterate a fileset and use for each of my fil

Re: iterate a fileset

2007-05-29 Thread David Weintraub
Not sure if you're interested in the Ant Contrib tasks, but there is a task in the AntContrib that will do exactly what you want. See: for more information. On 5/29/07, Andres Alleva <[EMAIL PROTECTED]> wrote: Hello! I need to check,