merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Oct 2012 20:08:21 +0300
changeset 968 4c9cf099d204
parent 967 5d0ffd485a43 (diff)
parent 966 e1eb89d99570 (current diff)
child 971 78ae3a2419f1
child 978 1f72b2255ae9
merged
.emacs-my
--- a/.emacs-my	Thu Oct 18 20:22:11 2012 +0300
+++ b/.emacs-my	Mon Oct 22 20:08:21 2012 +0300
@@ -1934,6 +1934,8 @@
      (add-to-list 'compilation-error-regexp-alist '("^\\( +\\[csc\\] \\|\\)\\(.*\\)(\\([0-9]*\\),\\([0-9]*\\)):" 2 3 4))
      (add-to-list 'compilation-error-regexp-alist '("^ *\\(.*\\)(\\([0-9]*\\)) +:" 1 2))
      (add-to-list 'compilation-error-regexp-alist '("^\"?\\([^\"]*\\)\"?,\\([0-9]*\\) .*\\[.*\\]: " 1 2)) ; KEIL compiler
+     (add-to-list 'compilation-error-regexp-alist-alist '(maven "\\[ERROR\\] \\(.*\\.java\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\]" 1 2 3))
+     (add-to-list 'compilation-error-regexp-alist 'maven)
      (when (boundp 'compilation-mode-font-lock-keywords)
        (add-to-list 'compilation-mode-font-lock-keywords '("\\(/[Oo][Uu][Tt]:[^[:blank:]]+\\)" . 1))
        (add-to-list 'compilation-mode-font-lock-keywords '("[[:blank:]]\\(/F[oe][^[:blank:]]+\\)" . 1))