Community
Participate
Working Groups
All the tests are failing, which may indicate a configuration issue in the way they're run from the build.
The SWTBot tests weren't passing because the build was proceeding without a running window manager. The solution I found was to invoke a shell with the command "metacity --replace --sm-disable &" prior to invoking the Maven build step. That is also how the EGit team runs their SWTBot tests: https://bugs.eclipse.org/bugs/show_bug.cgi?id=314811