Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 13099 invoked by uid 500); 1 Aug 2003 13:16:44 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 13016 invoked from network); 1 Aug 2003 13:16:43 -0000 Received: from mailhost.cs.man.ac.uk (130.88.192.14) by daedalus.apache.org with SMTP; 1 Aug 2003 13:16:43 -0000 Received: from rpc71 ([130.88.198.228] helo=rpc71.cs.man.ac.uk) by mailhost with esmtp (Exim 4.14) id 19iZlw-0006Xd-Is for user@ant.apache.org; Fri, 01 Aug 2003 14:16:40 +0100 Received: (from phillord@localhost) by rpc71.cs.man.ac.uk (8.11.6/8.9.3) id h71DGgH03331; Fri, 1 Aug 2003 14:16:42 +0100 X-Authentication-Warning: rpc71.cs.man.ac.uk: phillord set sender to p.lord@russet.org.uk using -f Sender: phillord@cs.man.ac.uk To: user@ant.apache.org Subject: Standard Out Flushing in JUnit From: Phillip Lord Date: 01 Aug 2003 14:16:42 +0100 Message-ID: Lines: 43 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.93 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.6 (-----) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *19iZlw-0006Xd-Is*XKvykR7VgDU* X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello all I've been using the JUnit task for a while now, and its generally very good. But there is one thing about it that I find annoying. Some of my tests take a reasonable amount of time, but standard output and standard error are held until the test finishes. I'd much rather get the information straight out as it comes. The reason for this is that I sometimes use tests while developing just as a handy place to put debugging statements in, and waiting till the whole test finishes is often unnecessary. My target looks like this... with these property set junit.usefile=no junit.printsummary=withOutAndErr Is there anyway that I can do this? Cheers Phil --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org