jcgay / maven-color

A colorized Maven console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work with Git Bash in Win7

ilaborie opened this issue · comments

commented

The color work fine in a 'cmd.exe' terminal, but I'd prefere using the 'Git Bash' terminal on Windows to run maven command.
Sample output:

←[39m[INFO]
←[0;39m←[39m[INFO] --------------
←[0;39m←[39m[INFO] ←[36mBuilding
←[0;39m←[39m[INFO] --------------
←[0;39m←[39m[INFO]

I will give it another try with a Windows 7 box but I can't reproduce it for now with this one.
I have installed Git 2.5.3, which one are you using ?

git-bash

Thanks.

commented

I've just update the Git Bash, it's work.

Thanks