Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 97976 invoked from network); 12 Jun 2007 15:41:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jun 2007 15:41:02 -0000 Received: (qmail 65679 invoked by uid 500); 12 Jun 2007 15:40:38 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 65654 invoked by uid 500); 12 Jun 2007 15:40:38 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 65640 invoked by uid 99); 12 Jun 2007 15:40:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 08:40:38 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of james.strachan@gmail.com designates 66.249.82.235 as permitted sender) Received: from [66.249.82.235] (HELO wx-out-0506.google.com) (66.249.82.235) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 08:40:34 -0700 Received: by wx-out-0506.google.com with SMTP id i28so1734990wxd for ; Tue, 12 Jun 2007 08:40:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UD13/FOzdPaGHysID92MkUCm1mRNLn1tFrnX7JjDf8YoVdXkznNet+3Lbada+RbHcajivjdcG67NsAgUG+29+qhcX2rLgoabhdgfbDxWJfL1AFM1TjwJyfcrHg2Zd+jSSbk+4GuxVO2oU2cA2I1CsmGLr5NWH7hx9U1Pv3gGOSs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CbFLG+rAv5CnocxksGXgX1ZYkgWuTDn46CyWCyTnDcQc4fmABcqkiBbJxYMp9krS86+CGCx04NcEsK8xc2nAHDHFEL7G+57hB1Y61IP3EKBWtr8Le/7bZzYdMG4/ekWoC9kKNvcLeY5uoJ16ecLCPD2nO+sNAj/dn1QB+DRmng4= Received: by 10.90.78.9 with SMTP id a9mr6638036agb.1181662813179; Tue, 12 Jun 2007 08:40:13 -0700 (PDT) Received: by 10.90.67.18 with HTTP; Tue, 12 Jun 2007 08:40:13 -0700 (PDT) Message-ID: Date: Tue, 12 Jun 2007 16:40:13 +0100 From: "James Strachan" To: dev@activemq.apache.org Subject: lets not use System.out in unit tests! MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org It makes for messy output when running maven builds. Lets stick to commons-logging please. If folks find themselves wanting to turn on System.out type logging in IDEs, we could add some base classes in test base classes to wrap the clogging/System.out stuff (so System.out is only enabled inside an IDE with some system property or something) -- James ------- http://macstrac.blogspot.com/