Menu

#12 Provide more detailed reporting during feature export

open
nobody
None
5
2012-03-26
2012-03-26
Mirko Raner
No

The progress reporting for the final feature export step is very simplistic and only provides information about when the feature export job was scheduled and when it was finished. The individual steps of the feature export, such as Ant script creation or packaging are not reported. This severely limits the debuggability of feature export problems, because feature export diagnostics are simplified to binary "succeeded" vs "failed" information.
To help troubleshooting with feature export issues, it would be nice if the individual steps were reported as well.

A possible way to achieve this is to call IJobManager.setProgressProvider(...) with a custom ProgressProvider that returns an IProgressMonitor that redirects to ebuilder. This method is not supposed to be used by plug-ins other than Eclipse itself, but as feature export is the last build step anyway, it is probably safe to overwrite the existing ProgressProvider.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.