You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2010/04/03 22:45:27 UTC

[jira] Resolved: (BUILDR-208) ansi control characters are printed in windows

     [ https://issues.apache.org/jira/browse/BUILDR-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Toulme resolved BUILDR-208.
-----------------------------------

    Resolution: Fixed

Allright, here is a new attempt:
13:42:28~/w/buildr>svn ci lib/buildr/core/application.rb -m "fix for BUILDR-208 ansi control characters are printed in windows"
Sending        lib/buildr/core/application.rb
Transmitting file data .
Committed revision 930576.

I am making the regular expression more resilient, reusing the expression found here:
http://github.com/markryall/splat/blob/master/lib/splat.rb

Please update and test.

> ansi control characters are printed in windows
> ----------------------------------------------
>
>                 Key: BUILDR-208
>                 URL: https://issues.apache.org/jira/browse/BUILDR-208
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3.4
>            Reporter: Ittay Dror
>            Assignee: Antoine Toulme
>             Fix For: 1.4
>
>         Attachments: highline.patch
>
>
> if there are errors when running buildr in a windows cmd session they are printed with the ansi control characters that cmd doesn't interpret, resulting in something like:
> ←[31mundefined method...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.