Return-Path: Delivered-To: apmail-incubator-buildr-commits-archive@locus.apache.org Received: (qmail 14473 invoked from network); 6 Mar 2008 23:46:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2008 23:46:16 -0000 Received: (qmail 83068 invoked by uid 500); 6 Mar 2008 23:46:12 -0000 Delivered-To: apmail-incubator-buildr-commits-archive@incubator.apache.org Received: (qmail 83047 invoked by uid 500); 6 Mar 2008 23:46:12 -0000 Mailing-List: contact buildr-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-dev@incubator.apache.org Delivered-To: mailing list buildr-commits@incubator.apache.org Received: (qmail 83037 invoked by uid 99); 6 Mar 2008 23:46:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 15:46:12 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 23:45:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7FEA01A9838; Thu, 6 Mar 2008 15:45:55 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r634461 - /incubator/buildr/trunk/lib/java/nailgun.rb Date: Thu, 06 Mar 2008 23:45:55 -0000 To: buildr-commits@incubator.apache.org From: vborja@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080306234555.7FEA01A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vborja Date: Thu Mar 6 15:45:41 2008 New Revision: 634461 URL: http://svn.apache.org/viewvc?rev=634461&view=rev Log: nailgun: Resert verbose level when reusing a buildr environment Modified: incubator/buildr/trunk/lib/java/nailgun.rb Modified: incubator/buildr/trunk/lib/java/nailgun.rb URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/java/nailgun.rb?rev=634461&r1=634460&r2=634461&view=diff ============================================================================== --- incubator/buildr/trunk/lib/java/nailgun.rb (original) +++ incubator/buildr/trunk/lib/java/nailgun.rb Thu Mar 6 15:45:41 2008 @@ -293,7 +293,9 @@ end def run_local(ctx) - Rake.application.instance_eval do + Rake.application.instance_eval do + verbose(nil) + options.trace = false parse_options collect_tasks clear_invoked