Re: jde-maven.el
MIYACHI Yasuhiko <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
Hi!
phillip.lord> Have you managed to get Emacs to parse the error messages? Maven2
phillip.lord> appears to parse and then push the error messages back in a different
phillip.lord> format.
I use this setting with Maven2.
(setq compilation-error-regexp-alist
(append '(
("^\\(.+\\.java\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\] " 1 2)
)compilation-error-regexp-alist))
Thank you.