Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Is it possible to reuse/hook into the JUnitPlugin result view?

Hi,

The issue is that since it's all about listeners that are placed on plugin action, the org.eclipse.unittest.ui plugin needs to be activated before starting the launch or it will fail at listening to the launch startup. Starting the view is 1 way to do it.
So basically, yes, you'll need the launch configuration to show the view or activate the bundle in another way before actually starting the launch.
Proposal to improve this situation would be highly welcome. Please add me and Victor as CC of tickets you might open on that topic.

HTH

Back to the top