unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [jari.aalto@poboxes.com: [patch] 21.3 compile.el - Apache project Ant (java) error support]
@ 2003-08-17  0:36 Richard Stallman
  2003-08-17  9:56 ` Alex Schroeder
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2003-08-17  0:36 UTC (permalink / raw)


Would someone please install this?

------- Start of forwarded message -------
To: gnu-emacs-bug@moderators.isc.org
From: jari.aalto@poboxes.com (Jari Aalto+mail.emacs)
Newsgroups: gnu.emacs.bug
Date: Thu, 14 Aug 2003 23:44:12 +0300
Organization: Elisa Internet customer
Cancel-Lock: sha1:k7UjzkmdHwzvn+RKrVXKdFAjpg4=
Cc: 
Subject: [patch] 21.3 compile.el - Apache project Ant (java) error support
Sender: bug-gnu-emacs-bounces+rms=gnu.org@gnu.org


Please include, my papers are at FSF.
Jari

2003-08-14 Thu  Jari Aalto  <jari.aalto@poboxes.com>

        * progmodes/compile.el (compilation-error-regexp-alist):
        Added Java ANt error detection as described in document
        http://ant.apache.org/faq.html

Index: compile.el
===================================================================
RCS file: /cygdrive/h/data/version-control/cvsroot/emacs/gnu-emacs/lisp213/progmodes/compile.el,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -IId: -b -w -u -r1.1.1.1 -r1.2
- --- compile.el	26 Jun 2003 18:06:37 -0000	1.1.1.1
+++ compile.el	14 Aug 2003 20:37:05 -0000	1.2
@@ -370,6 +370,14 @@
     ;; cf90-113 f90comp: ERROR NSE, File = Hoved.f90, Line = 16, Column = 3
     (".* ERROR [a-zA-Z0-9 ]+, File = \\(.+\\), Line = \\([0-9]+\\), Column = \\([0-9]+\\)"
      1 2 3)
+
+    ;; 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.



_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs
------- End of forwarded message -------

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

* Re: [jari.aalto@poboxes.com: [patch] 21.3 compile.el - Apache project Ant (java) error support]
  2003-08-17  0:36 [jari.aalto@poboxes.com: [patch] 21.3 compile.el - Apache project Ant (java) error support] Richard Stallman
@ 2003-08-17  9:56 ` Alex Schroeder
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Schroeder @ 2003-08-17  9:56 UTC (permalink / raw)
  Cc: jari.aalto, emacs-devel

Richard Stallman <rms@gnu.org> writes:

> Would someone please install this?

Done.

Alex.
-- 
http://www.emacswiki.org/alex/
There is no substitute for experience.

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

end of thread, other threads:[~2003-08-17  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-17  0:36 [jari.aalto@poboxes.com: [patch] 21.3 compile.el - Apache project Ant (java) error support] Richard Stallman
2003-08-17  9:56 ` Alex Schroeder

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).