Need help with file_regex for parsing error messages in Sublime Build System from Eclipse Java Compiler – Technical Support
Hi to all,
I ran into a problem setting file_regex in the Sublime Text configuration to correctly parse the error messages generated by the Eclipse Java Compiler. The compiler error output format looks like this:
- ERROR in /home/tygrain/platformer/src/Main.java (at line 6)
private Display display
^^^^^^^
Syntax error, insert “;” to complete FieldDeclaration
I would like to configure Build System to recognize the file path, line number and error text. However, in my case, the file path, line number and error text are on different lines. Does anyone have experience configuring file_regex for this error output format?
I would greatly appreciate any help or examples to properly configure file_regex in Sublime Text to parse this particular error message format from the Eclipse Java Compiler.
Thanks for your attention and any help!
Read more here: Source link
