DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36239>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36239 ------- Additional Comments From [EMAIL PROTECTED] 2005-08-20 01:40 ------- I added some debugging to ChainableReaderFilter (in my cvs snapshot): == == public void setByLine(boolean byLine) { project.log(getClass().getName() + ".setByLine = " + byLine); ... public Reader chain(Reader reader) { project.log(getClass().getName() + ".chain() called, byLine = " + byLine); ... == == I can see setByLine() being called, but chain() never seems to be called? Like I said, I'll try on linux later today. For clarity, this is the *exact* build.xml I'm using. == == <project basedir="." default="test" name="test"> <target name="test"> <copy overwrite="true" file="src.txt" tofile="dest.txt"> <filterchain> <tokenfilter> <replaceregex pattern="START.*" replace="SNIP" flags="gs" byline="false"/> </tokenfilter> </filterchain> </copy> </target> </project> == == -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]