kelemen / netbeans-gradle-project

This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.
172 stars 57 forks source link

RegexpFileLineConsumer implements OutputLinkFinder #346

Closed entonio closed 7 years ago

entonio commented 7 years ago

Added RegexpFileLineConsumer implements OutputLinkFinder to recognize lines of the form 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.

kelemen commented 7 years ago

Thanks, I have merged it but reduced the log levels from Warning just in case this happens frequently for someone.