From 41ae1736a50a752d7f3d602a30ce4c64b92a1806 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Tue, 27 Sep 2005 13:11:31 +0000 Subject: [PATCH] more notes from eugene git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291932 13f79535-47bb-0310-9956-ffa450edef68 --- maven-embedder/notes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maven-embedder/notes.txt b/maven-embedder/notes.txt index 728e520c35..265abeca89 100644 --- a/maven-embedder/notes.txt +++ b/maven-embedder/notes.txt @@ -22,3 +22,8 @@ work. jvz. folders, but Brett said it will be only in 2.1, so I guess we'll have to actually run these plugins and generate code. +-- In order to nicely show all the errors and events in the IDE UI + We need to have two messages for EACH event/error: + -- the short description (in Eclipse it can be used in Problems view) + -- detailed description (can be used in annotation/editors markers) +