Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 62972 invoked from network); 18 May 2005 18:42:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 May 2005 18:42:17 -0000 Received: (qmail 64833 invoked by uid 500); 18 May 2005 18:01:11 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 64784 invoked by uid 500); 18 May 2005 18:01:11 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 64766 invoked by uid 99); 18 May 2005 18:01:10 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 18 May 2005 11:01:07 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 220A330A; Wed, 18 May 2005 20:00:46 +0200 (CEST) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 34963] New: - junit-frames.xsl included with ant does not properly deal with stack traces X-Bugzilla-Reason: AssignedTo Message-Id: <20050518180046.220A330A@ajax.apache.org> Date: Wed, 18 May 2005 20:00:46 +0200 (CEST) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=34963 Summary: junit-frames.xsl included with ant does not properly deal with stack traces Product: Ant Version: 1.6.3 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P3 Component: Optional Tasks AssignedTo: dev@ant.apache.org ReportedBy: gabe@alumni.rice.edu Latest version of junit xslt style sheet does not properly replace stack trace carriage returns with
tags (looks like it just removes the carriage returns). Ths bug was introduced in v1.17 of src/etc/junit-frames.xsl. According to the checkin comments for 1.17, the change was necessary to avoid stack overflow issues. To workaround the problem I extracted the latest junit-frames.xsl and reverted the br-replace function (to rev 1.16). Using this as a custom style sheet for junitreport worked. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org