Hi, I managed to reproduce the Gump failure on my own Linux box, the problem is that LineOrientedOutputStream is passed a single line in multiple chunks rather than one call.
Rather than once with r1154184 | bodewig | 2011-08-05 14:11:27 +0200 (Fri, 05 Aug 2011) | 1 line SvnChangeLogParser's processLine method is called twice with the Strings "r1154184 | bodewig | 2011-08-05 14:11:27 +0200 (Fri," " 05 Aug 2011) | 1 line" and causes the parser state machine to never find the revision (it assumes the line starts with "r" and ends with either "line" or "lines"). I think this is an instance of https://issues.apache.org/bugzilla/show_bug.cgi?id=48746 Since I still don't know how to fix that, lets assume Gump is providing us with a Linux testcase. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org