On 26 Oct 2001, Matthew Inger <[EMAIL PROTECTED]> wrote: > I am willing to help with what i can.
well, the first and most important thing would be providing an HTML file for the manual. > On Fri, 2001-10-26 at 06:05, Stefan Bodewig wrote: >> I've started to do that and came across some shortcomings of our >> current regexp interfaces - we don't support repeated matching and >> don't provide access to start/end indices of matches. Currently I think we should simply state that we'll rely on the underlying implementation to provide all this and not bother with it any longer. The aim of the framework should be to provide an abstraction over the various regexp packages available - but that abstraction should be limited to what Ant currently needs. Thus I think we should simply drop MatcherWrappedAsRegexp - thoughts? >> I also want to look into all the other regexp replace tasks that >> have been contributed They've been pretty much the same - one extends <replace> in a way that token and value get a different meaning in this task's context. The nice side effect of this is, that it allows for multiple tokens, something the replaceregexp task should do as well IMHO. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
