Return-Path: Delivered-To: apmail-buildr-commits-archive@www.apache.org Received: (qmail 24938 invoked from network); 16 Oct 2010 22:50:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Oct 2010 22:50:46 -0000 Received: (qmail 7678 invoked by uid 500); 16 Oct 2010 22:50:46 -0000 Delivered-To: apmail-buildr-commits-archive@buildr.apache.org Received: (qmail 7650 invoked by uid 500); 16 Oct 2010 22:50:46 -0000 Mailing-List: contact commits-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@buildr.apache.org Delivered-To: mailing list commits@buildr.apache.org Received: (qmail 7643 invoked by uid 500); 16 Oct 2010 22:50:46 -0000 Delivered-To: apmail-incubator-buildr-commits@incubator.apache.org Received: (qmail 7640 invoked by uid 99); 16 Oct 2010 22:50:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Oct 2010 22:50:46 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Oct 2010 22:50:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9GMoQ6i028962 for ; Sat, 16 Oct 2010 22:50:26 GMT Message-ID: <899867.5161287269426182.JavaMail.jira@thor> Date: Sat, 16 Oct 2010 18:50:26 -0400 (EDT) From: "Peter Donald (JIRA)" To: buildr-commits@incubator.apache.org Subject: [jira] Updated: (BUILDR-530) Disable Rspec colored output on win32 platforms In-Reply-To: <28298638.63861286696131076.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/BUILDR-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Donald updated BUILDR-530: -------------------------------- Attachment: (was: DisableSpecColoredOutputOnWin32.diff) > Disable Rspec colored output on win32 platforms > ----------------------------------------------- > > Key: BUILDR-530 > URL: https://issues.apache.org/jira/browse/BUILDR-530 > Project: Buildr > Issue Type: Improvement > Affects Versions: 1.4.2 > Reporter: Peter Donald > Fix For: 1.4.4 > > Attachments: DisableSpecColoredOutputOnWin32.diff > > > The win32 shell does not support ANSI coloring so trying to output it results in a messy console. The attached patch disables coloring on win32. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.