Re: 1;34mINFO[m] formatting on console output

2017-08-24 Thread Hervé BOUTEMY
then JAnsi http://fusesource.github.io/jansi/ should detect this OS and do the magic to interpret these ANSI escape codes This is tested by many people on many Windows 7 machines: I don't know what is specific to yours I opened a PR to JAnsi a few months ago https://github.com/fusesource/jansi/

RE: 1;34mINFO[m] formatting on console output

2017-08-24 Thread Stephen Cobb
That's what I have. I got a GO ProBook 7. It's got an Intel I-5 and a 250 STATA HD but 4 GB RAM is all but it's not that slow. Runs at about 2.3 GH. This is a PHO Utility right? On Aug 24, 2017 6:11 PM, "Friedman, Jacob" wrote: Hi Herve, I'm using Windows 7 64 Bit machine. I'm using cmd to get

RE: 1;34mINFO[m] formatting on console output

2017-08-24 Thread Friedman, Jacob
Hi Herve, I'm using Windows 7 64 Bit machine. I'm using cmd to get to the console. I'm using maven 3.5 Thanks, Jake Jacob Friedman, PMP, PMI-ACP | Optum Scrum Master, Optum Technology 131 Morristown Rd, Basking Ridge, NJ 07920 T +1 973-348-1521 jac

Re: 1;34mINFO[m] formatting on console output

2017-08-24 Thread Hervé BOUTEMY
can you give info on Maven version and OS used? And if you are on Windows, which command line you're using? there is no reason to stop working: - any Unix supports these ANSI escape codes natively - we use JAnsi to add support on Windows Regards, Hervé Le jeudi 24 août 2017, 20:54:26 CEST Fried

Re: 1;34mINFO[m] formatting on console output

2017-08-24 Thread Bill Mair
Hi, those a bash colour control sequences. I can only assume that you are "not" running mvn in bash any more? See: http://tldp.org/HOWTO/Bash-Prompt-HOWTO/x329.html Regards, Bill On 24/08/17 21:54, Friedman, Jacob wrote: > Howdy, > > Previously, maven output for my project yielded some sl

1;34mINFO[m] formatting on console output

2017-08-24 Thread Friedman, Jacob
Howdy, Previously, maven output for my project yielded some slight colorization to easily see test run results, errors etc. The other day it started producing some funky formatting that looked similar to: 1;34mINFO[m] on many lines. I did some research and I see there was a recent maven releas

Execution time of tests in unit test class via maven surefire-report in a single file in summarized format

2017-08-24 Thread Debraj Manna
Just cross posting from stackoverflow Can anyone let me know how can I get the time taken by each of the unit tests in a unit test class in a single file via maven-surefi