Does your build generate color codes also when the output is not a TTY I.e. when piped to another process or redirected to a file?
-- Sami Matt Fair <matt.f...@gmail.com> kirjoitti 9.2.2012 kello 9.15: > I'm building my c++ code via cmake generated make file and command > line scripts. The cmake generated make file produces ansi color > output in my terminal (example output: > http://doc.qt.nokia.com/qq/34/cmake-build.png). I installed the ansi > color build plugin, checked the box for my build environment, however > my build output is not colorized. Am I doing something wrong, has > anyone else been able to do this for command line script output? > Thanks, > Matt