Re: List (expand) the contents of a patternset to a file

2005-10-02 Thread sebb
Thanks. Found I also needed and . S. On 02/10/05, Jeffrey E Care <[EMAIL PROTECTED]> wrote: > + > > Implementation left as an exercise for the reader. > > -- > Jeffrey E. Care ([EMAIL PROTECTED]) > WebSphere v7 Release Engineer > WebSphere Build Tooling Le

List (expand) the contents of a patternset to a file

2005-10-01 Thread sebb
Assume I have the following: I'd like to create a file containing all the files that match the patternset, one per line. Is this possible? Or would I need to create a new task? I'd like to use this to automate the checking of patternsets to make sure their coverage is correct.