unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* patch to support maven in compile.el
@ 2007-07-23 17:41 joakim
  2007-07-23 18:33 ` Stefan Monnier
  0 siblings, 1 reply; 6+ messages in thread
From: joakim @ 2007-07-23 17:41 UTC (permalink / raw)
  To: emacs-devel

Maven is a popular build tool for Java. Maven is free software.

--- compile.el	2007-07-23 19:38:52.000000000 +0200
+++ /home/joakim/.elisp/compile.el	2007-07-20 15:34:17.000000000 +0200
@@ -167,6 +167,9 @@
      "^[ \t]*\\[[^] \n]+\\][ \t]*\\([^: \n]+\\):\\([0-9]+\\):\\(?:\\([0-9]+\\):[0-9]+:[0-9]+:\\)?\
 \\( warning\\)?" 1 2 3 (4))
 
+    (maven
+     "\\(.*?\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\]" 1 2 3)
+    
     (bash
      "^\\([^: \n\t]+\\): line \\([0-9]+\\):" 1 2)
 
-- 
Joakim Verona

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-07-25  4:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-23 17:41 patch to support maven in compile.el joakim
2007-07-23 18:33 ` Stefan Monnier
2007-07-23 19:29   ` joakim
2007-07-25  4:31     ` Stefan Monnier
2007-07-24 16:46   ` Richard Stallman
2007-07-25  4:31     ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).