Bug report for Ant [2011/08/07]

2011-08-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn antlib errors in Gump - likely BZ issue 48746

2011-08-07 Thread Stefan Bodewig
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 pr

Re: svn commit: r1154551 - in /ant/core/trunk/src: main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java tests/antunit/taskdefs/optional/junit/xmlformatter-test.xml

2011-08-07 Thread Bruce Atherton
On 06/08/2011 10:21 AM, Stefan Bodewig wrote: On 2011-08-06, wrote: URL: http://svn.apache.org/viewvc?rev=1154551&view=rev Log: never filter out the first line of the exception stack trace in junit so the failure message is preserved The rationale is that since a few releases the word "more"

Re: svn commit: r1154551 - in /ant/core/trunk/src: main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java tests/antunit/taskdefs/optional/junit/xmlformatter-test.xml

2011-08-07 Thread Stefan Bodewig
On 2011-08-08, Bruce Atherton wrote: > I don't think the fix is a bad idea although it is certainly > hackish. Bob was right that a regular expression would be a somewhat > better solution, but that is way more intrusive a change and still > wouldn't always do the right thing. That's what I thoug