Closed entonio closed 7 years ago
Added RegexpFileLineConsumer implements OutputLinkFinder to recognize lines of the form path:line: error/warning: message.
RegexpFileLineConsumer implements OutputLinkFinder
path:line: error/warning: message
Added only to stderr consumer since that's where this kind of message appears.
Tested on macOS, should work on Windows.
Thanks, I have merged it but reduced the log levels from Warning just in case this happens frequently for someone.
Added
RegexpFileLineConsumer implements OutputLinkFinder
to recognize lines of the formpath:line: error/warning: message
.Added only to stderr consumer since that's where this kind of message appears.
Tested on macOS, should work on Windows.