Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] fragment for regexp matching console


Yes - but Eclipse must run on a 1.3 JRE, so we cannot yet rely on 1.4 features :-) Thus, we are without regular _expression_ matching.

Darin



Matt_Conway@xxxxxx
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

12/12/2002 09:35 AM
Please respond to platform-ant-dev

       
        To:        platform-ant-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [platform-ant-dev] fragment for regexp matching console



On 12/11/2002 09:49:05 PM platform-ant-dev-admin wrote:
>
> Just a note - we'd like to have regular _expression_ matching support.
However,
> we do not yet have approval to include apache's support in the SDK yet
(from
> the PMC). The "StringMatcher" does not support regular _expression_
matching -
> just pattern matching :-( Thus, our less than optimal implementation.

And thus the reson why I used JDK's regexp engine ;-)
Actually, the zip file I posted was slightly screwy - here is one that
actually works.

Matt





Back to the top