RE: Help creating a MatchingTask

2004-01-21 Thread Jim Fuller
: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.

RE: Help creating a MatchingTask

2004-01-21 Thread Jan . Materne
[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

Re: Help creating a MatchingTask

2004-01-21 Thread Mark McKay
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

Re: Help creating a MatchingTask

2004-01-21 Thread Conor MacNeill
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,

Re: Help creating a MatchingTask

2004-01-21 Thread Peter Reilly
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

RE: Help creating a MatchingTask

2004-01-21 Thread Jan . Materne
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