merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 23 Oct 2012 08:16:30 +0300
changeset 969 134336cef3d0
parent 966 e1eb89d99570 (current diff)
parent 967 5d0ffd485a43 (diff)
child 970 5b2a8a8a036c
merged
.emacs-my
--- a/.emacs-my	Thu Oct 18 20:22:11 2012 +0300
+++ b/.emacs-my	Tue Oct 23 08:16:30 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))