unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Paul Pogonyshev <pogonyshev@gmail.com>
To: Dmitry Gutov <dgutov@yandex.ru>
Cc: 20556@debbugs.gnu.org
Subject: bug#20556: [PATCH] compilation mode highlights Maven compilation warnings as errors
Date: Mon, 18 May 2015 09:25:56 +0200	[thread overview]
Message-ID: <CAG7BpapmbwA3q4rFk9CLa6_yTfSuzWiA-2LgD=djHmERXcfm+A@mail.gmail.com> (raw)
In-Reply-To: <55575117.2080207@yandex.ru>

[-- Attachment #1: Type: text/plain, Size: 984 bytes --]

This is an excerpt of Maven 3.1 output on a project, where I artificially
added some errors to the source code:

[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ test ---
[INFO] Compiling 2 source files to /home/test/test/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] /home/test/test/src/main/java/foo/bar/Test.java:[27,43] unchecked
conversion
  required: java.util.Collection<java.lang.Object>
  found:    java.util.ArrayList
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/test/test/src/main/java/foo/bar/Test.java:[28,9] cannot find
symbol
  symbol:   method test()
  location: class foo.bar.Test

[-- Attachment #2: Type: text/html, Size: 1100 bytes --]

  reply	other threads:[~2015-05-18  7:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-12 14:04 bug#20556: [PATCH] compilation mode highlights Maven compilation warnings as errors Paul Pogonyshev
2015-05-16 14:15 ` Dmitry Gutov
2015-05-18  7:25   ` Paul Pogonyshev [this message]
2015-05-18 21:04     ` Dmitry Gutov

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='CAG7BpapmbwA3q4rFk9CLa6_yTfSuzWiA-2LgD=djHmERXcfm+A@mail.gmail.com' \
    --to=pogonyshev@gmail.com \
    --cc=20556@debbugs.gnu.org \
    --cc=dgutov@yandex.ru \
    /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).