Skip to content

TryOutLand: A place for ideas and collecting knoweledge

Moritz Beller edited this page Dec 3, 2015 · 8 revisions

Build Process

There is a tutorial on how to use Eclipse Tycho, http://www.vogella.com/tutorials/EclipseTycho/article.html, for building Eclipse Plugins and RCPs by Lars Vogel.

This tutorial features on how to get an update site up and running. http://www.vogella.com/tutorials/EclipsePlugIn/article.html

Testing

A search revealed the following GUI plugin testing tools for Eclipse:

Eclipse says that messes with UI should be done in separate thread in Activator. We don't do that. Unsure if it's a problem.