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=17154>. 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=17154 concat task: if destination file is used as source infinite looping occurs [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |1.5.2 ------- Additional Comments From [EMAIL PROTECTED] 2003-02-18 13:26 ------- I've turned this into a build exception. If you attempt to concat a file with itself, the build will fail. There is no iteration involved here as such. The code is reading and writing the same file, so the end of file is never reached. Therefore we cannot "stop after one loop iteration". Thanks
