Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 8483 invoked from network); 9 Dec 2001 20:18:19 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 9 Dec 2001 20:18:19 -0000 Received: (qmail 1884 invoked by uid 97); 9 Dec 2001 20:18:21 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 1852 invoked by uid 97); 9 Dec 2001 20:18:20 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 1841 invoked from network); 9 Dec 2001 20:18:20 -0000 Message-ID: <01ab01c180ee$a3dd5dd0$6401a8c0@darden.virginia.edu> From: "Erik Hatcher" To: "Ant Developers List" References: <20011209133819.83184.qmail@icarus.apache.org> Subject: JUnit filtertrace patch Date: Sun, 9 Dec 2001 15:18:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Stephane, Just out of curiousity, why didn't the patch to the "brief" formatter make it in along with these? I wanted to give Scott's patch a try and was using the brief formatter to test it and was still seeing full stack traces, so then looked back and noticed it had not made it in your patches. And yes, the JUnit infrastructure needs a serious overhaul. Perhaps we should put that on the 1.9 to-do list also. The first thing that should be done when building the next generation of Ant should be to get the testing infrastructure in place! :) Erik ----- Original Message ----- From: To: Sent: Sunday, December 09, 2001 8:38 AM Subject: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTestRunner.java BatchTest.java JUnitTask.java XMLJUnitResultFormatter.java PlainJUnitResultFormatter.java JUnitTest.java BaseTest.java > sbailliez 01/12/09 05:38:19 > > Modified: src/main/org/apache/tools/ant/taskdefs/optional/junit > JUnitTestRunner.java BatchTest.java JUnitTask.java > XMLJUnitResultFormatter.java > PlainJUnitResultFormatter.java JUnitTest.java > BaseTest.java > Log: > Patch from Scott Stirling that allows > stack trace filtering for formatters. It will filter out > those unneeded frame from Ant and JUnit so the stack will > be much more readable. > > nb: Looks like the JUnit task need serious refactoring since we have > been adding feature incrementally. It starts to be a real mess, > I can barely read my own code :-( -- To unsubscribe, e-mail: For additional commands, e-mail: