Re: xslt task only on files in a subdirectory

2009-08-13 Thread brian m. carlson
On Thu, Aug 13, 2009 at 09:38:12PM +, brian m. carlson wrote: > I've looked through the both the manual and the past few months of list > archives and didn't see any clues; Google has been similarly unhelpful. Ah, I found the problem: I needed to use the useImplicitFileset="false" option, whic

xslt task only on files in a subdirectory

2009-08-13 Thread brian m. carlson
I have a project that contains some XML files in a directory called "src". However, because I must perform several conversions on them, I copy them to a directory called "build" and then run the xslt task on them several times. I want to run this task only on the files that have been copied to bu