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?
using grep with the "--color" option ?
~$ javac Test.java 2>&1 | egrep --color "^|error"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With