On Wed, 3 Apr 2002, Erik Hatcher <[EMAIL PROTECTED]> wrote: > This is picking nits, but is it possible that someone has subclassed > UpToDate and relies on MatchingTask stuff?
Possible, yes. What shall we do? <uptodate targetfile="foo"> <include name="**/*.bar" /> </uptodate> will not exactly do what one might expect if we leave it as a MatchingTask. The only other option I see is to make it a real MatchingTask, i.e. use the implicit FileSet as if it was specified by a <sourcefiles> element. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
