changeset 102120:b39c9d4ea068

(compilation-error-regexp-alist-alist): Move entry for maven (alphabetical order).
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 19 Feb 2009 06:54:22 +0000
parents fa72a817b1e0
children f37df1494dcd
files lisp/progmodes/compile.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Thu Feb 19 06:52:35 2009 +0000
+++ b/lisp/progmodes/compile.el	Thu Feb 19 06:54:22 2009 +0000
@@ -179,10 +179,6 @@
      "^[ \t]*\\[[^] \n]+\\][ \t]*\\([^: \n]+\\):\\([0-9]+\\):\\(?:\\([0-9]+\\):[0-9]+:[0-9]+:\\)?\
 \\( warning\\)?" 1 2 3 (4))
 
-    (maven
-     ;; Maven is a popular build tool for Java.  Maven is Free Software.
-     "\\(.*?\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\]" 1 2 3)
-
     (bash
      "^\\([^: \n\t]+\\): line \\([0-9]+\\):" 1 2)
 
@@ -281,6 +277,10 @@
       (1 (compilation-error-properties 2 3 nil nil nil 0 nil)
 	 append)))
 
+    (maven
+     ;; Maven is a popular build tool for Java.  Maven is Free Software.
+     "\\(.*?\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\]" 1 2 3)
+
     ;; Should be lint-1, lint-2 (SysV lint)
     (mips-1
      " (\\([0-9]+\\)) in \\([^ \n]+\\)" 2 1)