DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7691>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7691 fixcrlf throws io exception on files with long lines Summary: fixcrlf throws io exception on files with long lines Product: Ant Version: 1.4 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have a statement something like this: <fixcrlf srcdir="${basedir}/deploy/help/whgdata" eol="lf" includes="*.htm"/> If the file includes a long line (like 11,000 characters) the following exception is thrown: java.io.IOException: Mark invalid I was able to reproduce the problem by creating a file with one line of 11,000 x's. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>