/[emacs]/emacs/lisp/progmodes/compile.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/compile.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.276 by jpw, Mon Jul 28 16:05:36 2003 UTC revision 1.277 by as, Sun Aug 17 09:49:42 2003 UTC
# Line 437  of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"? Line 437  of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?
437      ;; in unnamed entity at line 4 char 8 of file:///home/reto/test/group.xml      ;; in unnamed entity at line 4 char 8 of file:///home/reto/test/group.xml
438      ("Warning:.*\n.* line \\([0-9]+\\) char \\([0-9]+\\) of file://\\(.+\\)"      ("Warning:.*\n.* line \\([0-9]+\\) char \\([0-9]+\\) of file://\\(.+\\)"
439       3 1 2)       3 1 2)
440    
441        ;; See http://ant.apache.org/faq.html
442        ;; Ant Java: works for jikes
443        ("^\\s-*\\[[^]]*\\]\\s-*\\(.+\\):\\([0-9]+\\):\\([0-9]+\\):[0-9]+:[0-9]+:" 1 2 3)
444    
445        ;; Ant Java: works for javac
446        ("^\\s-*\\[[^]]*\\]\\s-*\\(.+\\):\\([0-9]+\\):" 1 2)
447    
448      )      )
449    
450    "Alist that specifies how to match errors in compiler output.    "Alist that specifies how to match errors in compiler output.

Legend:
Removed from v.1.276  
changed lines
  Added in v.1.277

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26