Search code examples
javacolorsterminaljavac

Which tool for colorizing output of javac?


We have a hugely parallelized build process, so I frequently have to browse through large amounts of output from javac to find a build error.

To make this easier it would be nice if there were some tool that will colorize the output of javac to my terminal, highlighting errors in the code.

What tool can I use to colorize the output of javac?


Solution

  • I ended up using a tool called Generic Colorizer Tool and write my own configuration for colorizing the most important output. Works just fine. :)