I am trying to run JUnit test for an eclipse plugin I created. However, the confirmation dialogs from the EGit plugin blocks my perspective from loading up, and hence throws an unnecessary exception on my console for JUnit.
I tried looking for possibility to uninstall the plugin, but did not see any such option.
How can I disable the Egit plugin?
I am trying to run JUnit test for an eclipse plugin I created. However,
Share
Note that the problem with the confirmation dialog has been fixed in EGit 2.2, which will be released on 2012-12-19, see bug 391377.
In general, it’s a good practice to only include the minimally required set of features in the launch configuration. This can be configured in the Plug-ins tab of your launch configuration.
To only include certain features, select features selected below from the Launch with dropdown, check the features which should be included and press on Add Required Plug-ins.
Also, it’s useful to work with specific target platforms, see the wiki page or this tutorial.