<pathconvert> + <echo> Implementation left as an exercise for the reader.
-- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) sebb <[EMAIL PROTECTED]> wrote on 10/01/2005 10:35:10 PM: > Assume I have the following: > > <patternset id="abc"> > <include name="*.java"/> > <exclude name="Test*.java"/> > </patternset> > > 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. > > S. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
