You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2011/08/07 10:58:20 UTC

svn antlib errors in Gump - likely BZ issue 48746

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-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org