Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 63419 invoked from network); 16 Nov 2001 12:19:29 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 16 Nov 2001 12:19:29 -0000 Received: (qmail 19453 invoked by uid 97); 16 Nov 2001 12:19:12 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 19418 invoked by uid 97); 16 Nov 2001 12:19:11 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 19407 invoked from network); 16 Nov 2001 12:19:11 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: log4j + JUnit + Ant 1.4 References: From: Stefan Bodewig Date: 16 Nov 2001 13:14:29 +0100 In-Reply-To: Christopher Berry's message of "Thu, 15 Nov 2001 13:58:35 -0800" Message-ID: Lines: 13 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.4 (Civil Service) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 15 Nov 2001, Christopher Berry wrote: > NOTE: In order to see my output in the JUnit Formatters, I ended up > having to add the following lines to JUnitTestRunner::run(). > System.setOut( systemOut ); You are supposed to get the output in the formatters and things like PlainJUnitFormatter deal with them. If you want to see it during your normal ant executions, set the printsummary attribute of your junit task to withOutAndErr. Stefan -- To unsubscribe, e-mail: For additional commands, e-mail: