I am developing a set of eclipse plugins, and I have several JUnit plugin tests that actually run another eclipse instance, create a workspace layout and a project layout and perform various operations on them. I want to say that on constant integration, and I am at a loss as to where to start. I am using Hudson, will there be any plugins that simplify this? Can these tests trigger an eclipse headless or something on a CI server? Pointers will be highly appreciated.
source
share