:43
> To: Ant Developers List
> Subject: Re: Help creating a MatchingTask
>
>
> Conor MacNeill wrote:
>
> >Mark,
> >
> >Peter and Jan look to have figured out your compile issue. I would
> >recommend,
> >however, that you reconsider using MatchingTask.
[EMAIL PROTECTED]
> Sent: Wednesday, January 21, 2004 10:43 AM
> To: Ant Developers List
> Subject: Re: Help creating a MatchingTask
>
>
> Conor MacNeill wrote:
>
> >Mark,
> >
> >Peter and Jan look to have figured out your compile issue. I
> would r
Conor MacNeill wrote:
Mark,
Peter and Jan look to have figured out your compile issue. I would recommend,
however, that you reconsider using MatchingTask. It was the way early Ant
tasks were implements but it is not ideal. A better approach would be to use
an addFileset(FileSet fs) method and pr
On Wed, 21 Jan 2004 07:44 pm, Mark McKay wrote:
> I'm trying to create a custom ant task that I can call from my build
> scripts. Right now I'm just trying to figure out how to write a task
> that can accept a fileset and iterate through all valid files. My best
> guess so far is below.
>
Mark,
Mark McKay wrote:
I'm trying to create a custom ant task that I can call from my build
scripts. Right now I'm just trying to figure out how to write a task
that can accept a fileset and iterate through all valid files. My
best guess so far is below.
Unfortunately, this is giving me errors tha
Means that there is no method with your signature. Provided method is:
public DirectoryScanner getDirectoryScanner(Project p)
I recommend downloading the src-distro and looking into the sources while
programming
tasks.
Jan
> -Original Message-
> From: Mark McKay [mailto:[EMAIL PROT