Bug 194805 - add Error Log view to Java EPP distribution
Summary: add Error Log view to Java EPP distribution
Status: RESOLVED FIXED
Alias: None
Product: EPP
Classification: Technology
Component: java-package (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P2 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Steffen Pingel CLA
QA Contact: Markus Knauer CLA
URL:
Whiteboard:
Keywords:
: 195647 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-06-28 12:34 EDT by Robert Elves CLA
Modified: 2009-05-27 12:37 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Elves CLA 2007-06-28 12:34:57 EDT
Just tested (June 28, 9:30am PST) eclipse-java-europa-win32.zip and the Error log appears to be missing. This is unfortunate since this is a critical pice of the feedback/debugging loop if an error should occur.
Comment 1 Markus Knauer CLA 2007-06-28 12:42:40 EDT
I guess you are talking about the Error Log View, but this is something provided by PDE and cannot be included in a pure Java package. And after all: The errors are still logged to the .log file.

Note that PDE is included in the large JEE package. PDE is unwanted in this package, but it was necessary to include it to fulfill other dependencies.
Comment 2 Robert Elves CLA 2007-06-28 20:04:59 EDT
Sounds good.
Comment 3 Mik Kersten CLA 2007-07-03 14:15:45 EDT
I am not sure whether reliance on Eclipse's .log file is sufficient, because that file is so hard to find for typical users.  Also, Mylyn provides error reporting from the Error Log view, which can help gather the input of users who do not typically file bugs.  So my thinking is that this is best left open in order to discuss the value of this view to typical Java programmers, or marked as WONTFIX instead of INVALID.  If the view is deemed as valuable, I think that we could argue that it would be beneficial for Platform provide a version of it that is not coupled to PDE and that does not reside in the "PDE" category.
Comment 4 Markus Knauer CLA 2008-04-03 14:31:19 EDT
*** Bug 195647 has been marked as a duplicate of this bug. ***
Comment 5 Mik Kersten CLA 2008-04-27 19:07:04 EDT
As per the conversation on bug 225470, let's go ahead and do this.
Comment 6 Mik Kersten CLA 2008-05-14 20:19:31 EDT
Steffen: I think that we should get this into the RC1.
Comment 7 Mik Kersten CLA 2008-05-23 13:55:53 EDT
Based on the WONTFIX resolution of Platform/UI bug 205229, it appears that the only way we can get the Error Log included in the Java build is by packaging it with a Mylyn feature.  Moving to Mylyn.
Comment 8 Mik Kersten CLA 2008-06-04 14:14:37 EDT
Steffen: I think that you should still consider send a short version message that we discussed to cross-projects.  Only you might need to add something like "Even though we don't foresee any chance for destabilization since other packages already ship the view, it is likely too late to do this for Ganymede."
Comment 9 Steffen Pingel CLA 2008-06-13 03:24:58 EDT
Mylyn dependency on the error log is optional now causing P2 to install the error log when Mylyn is updated. We can reconsider packaging of the error log for the next Ganymede version. 
Comment 10 Steffen Pingel CLA 2009-03-25 14:33:45 EDT
We may now be able to do this with the P2 based package build which should allow us to consume features as well as plug-ins.
Comment 11 Steffen Pingel CLA 2009-04-10 12:10:18 EDT
Markus, what are the necessary steps to add the org.eclipse.ui.views.log plug-in to the Java package?
Comment 12 Steffen Pingel CLA 2009-05-08 17:38:53 EDT
The P2 directory now picks up the error log when packages are built.
Comment 13 Steffen Pingel CLA 2009-05-08 17:39:10 EDT
Fixed in Galileo M7.
Comment 14 Mik Kersten CLA 2009-05-27 12:37:39 EDT
Cool.