Hi Val, > The syntax of the task is for instance: > <count dir="." recursive="true" filter="java,xml,html"/> > > This recursively counts the source code lines of Java, XML > and HTML files (filter="java,xml,html") beginning in the > current directory (dir=".") and iterating in all nested > directories (recursive="true")
wouldn't it make more sense if you implemented the file filtering via Ant's FileSets instead of writing your own? Ingmar -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
