> > 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?
Yes, I think it makes much more sense. Thanks for the feedback, I'm gonna change that right now :) Val -- Sun Certified Programmer for the Java 2 Platform Valentin Crettaz Office: EK 247 SRI International Internet: [EMAIL PROTECTED] 333 Ravenswood Ave. Phone: +1 (650) 859 39 04 Menlo Park, CA 94025 WWW: http://www.sdl.sri.com/people/valentin/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
