Shane, If I had to guess, are the test bundles able to build and run against the 4.0 org.junit bundles? This sounds like the kind of version mismatches we were warned about.
Regards, --- Nitin Dahyabhai Eclipse WTP Source Editing and JSDT IBM Rational From: shane clarke <[email protected]> To: <[email protected]> Date: 04/17/2010 06:27 PM Subject: [wtp-dev] WTP 3.2.0 I-Build failure Sent by: [email protected] Nearly all of the test suites in the last build : http://build.eclipse.org:7777/dashboard/tab/build/detail/wtp-R3.2.0-I?log=log20100417190720 are throwing the following kind of error: [TEST_SUITE] incompatible with junit.framework.Test java.lang.ClassCastException: [TEST_SUITE] incompatible with junit.framework.Test at org.eclipse.test.EclipseTestRunner.getTest(EclipseTestRunner.java:287) at org.eclipse.test.EclipseTestRunner.<init>(EclipseTestRunner.java:223) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:207) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3507) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3154) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2416) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2380) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2229) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:504) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:497) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407) at org.eclipse.equinox.launcher.Main.main(Main.java:1383) http://build.eclipse.org/webtools/committers/wtp-R3.2.0-I/20100417190720/I-3.2.0-20100417190720/testResults.php I've been looking through the logs but i'm not sure what's caused this to happen. Shane Hotmail: Free, trusted and rich email service. Get it now. _______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev _______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev
