unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Subject: [jari.aalto@poboxes.com: [patch] 21.3 compile.el - Apache project Ant (java) error support]
Date: Sat, 16 Aug 2003 20:36:47 -0400	[thread overview]
Message-ID: <E19oBXL-0000SR-Gs@fencepost.gnu.org> (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 -------

             reply	other threads:[~2003-08-17  0:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-17  0:36 Richard Stallman [this message]
2003-08-17  9:56 ` [jari.aalto@poboxes.com: [patch] 21.3 compile.el - Apache project Ant (java) error support] Alex Schroeder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E19oBXL-0000SR-Gs@fencepost.gnu.org \
    --to=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).