emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el


From: Alex Schroeder
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Sun, 17 Aug 2003 05:49:44 -0400

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.276 
emacs/lisp/progmodes/compile.el:1.277
*** emacs/lisp/progmodes/compile.el:1.276       Mon Jul 28 12:05:36 2003
--- emacs/lisp/progmodes/compile.el     Sun Aug 17 05:49:42 2003
***************
*** 437,442 ****
--- 437,450 ----
      ;; in unnamed entity at line 4 char 8 of file:///home/reto/test/group.xml
      ("Warning:.*\n.* line \\([0-9]+\\) char \\([0-9]+\\) of file://\\(.+\\)"
       3 1 2)
+ 
+     ;; See http://ant.apache.org/faq.html
+     ;; Ant Java: works for jikes
+     
("^\\s-*\\[[^]]*\\]\\s-*\\(.+\\):\\([0-9]+\\):\\([0-9]+\\):[0-9]+:[0-9]+:" 1 2 
3)
+ 
+     ;; Ant Java: works for javac
+     ("^\\s-*\\[[^]]*\\]\\s-*\\(.+\\):\\([0-9]+\\):" 1 2)
+ 
      )
  
    "Alist that specifies how to match errors in compiler output.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]