Community
Participate
Working Groups
Build Identifier: 3.6.1 I am migrating some test plugins that use swtbot to helios. However, I am unable to run my tests with the IDE's SWTBot Test launch delegate. This worked with an older version of eclipse. When I use the launch delegate, I get the error: Plug-in org.eclipse.swtbot.eclipse.ui was unable to load class org.eclipse.pde.internal.ui.launcher.PDEMigrationDelegate. It appears that PDEMigrationDelegate has moved to org.eclipse.pde.internal.launching.launcher.PDEMigrationDelegate. I was able to workaround this issue by commenting out the migration delegate from the plugin.xml in which it is defined. Reproducible: Always Steps to Reproduce: 1. Startup Eclipse. 2. Use the SWTBot Test launch delegate to launch an SWTBot test, "Run as -> SWTBot Test" 3. Observe error, "Plug-in org.eclipse.swtbot.eclipse.ui was unable to load class org.eclipse.pde.internal.ui.launcher.PDEMigrationDelegate."
Latest version of SWTBot (2.0.5 and older) should work with Eclipse 3.6.1. Please give it a try and reopen the bug if I'm wrong.