So... I'll leave you to it then ;-)
Gary
On Tue, Jun 27, 2023, 10:04 Elliotte Rusty Harold
wrote:
> On Tue, Jun 27, 2023 at 9:22 AM Gary Gregory
> wrote:
> >
> > I think that we are close to what Ant needs
> > with org.apache.commons.io.filefilter.WildcardFileFilter. Perhaps Ant
> > should jus
On Tue, Jun 27, 2023 at 9:22 AM Gary Gregory wrote:
>
> I think that we are close to what Ant needs
> with org.apache.commons.io.filefilter.WildcardFileFilter. Perhaps Ant
> should just implement its own "AntWildcardFileFilter" as a copy or subclass
> of WildcardFileFilter.
>
> Or, are you thinkin
I think that we are close to what Ant needs
with org.apache.commons.io.filefilter.WildcardFileFilter. Perhaps Ant
should just implement its own "AntWildcardFileFilter" as a copy or subclass
of WildcardFileFilter.
Or, are you thinking that WildcardFileFilter should have a new toggle "star
star matc
On Mon, Jun 19, 2023 at 8:17 PM Gary Gregory wrote:
>
> I like the general idea of adding configurable include and exclude features.
>
> I am uncertain about baking in the Ant-specific pattern formats in
> Commons IO. Allowing the include and exclude feature to be provided
> through some interface