Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Error during run of test inside pde build

Title: Error during run of test inside pde build

Hello all,

I have set up a pde build including executed tests using the eclipse test framework. After I have optimized (too much) my scripts I am getting the following exception when the tests are executed:

org.eclipse.test.EclipseTestRunner$TestFailedException: java.lang.Exception: Could not find plugin "x.y.z.tests"
        at org.eclipse.test.EclipseTestRunner.runFailed(EclipseTestRunner.java:288)
        at org.eclipse.test.EclipseTestRunner.getTest(EclipseTestRunner.java:240)
        at org.eclipse.test.EclipseTestRunner.<init>(EclipseTestRunner.java:220)
        at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
        at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
        at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
        at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
        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:382)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
        at org.eclipse.core.launcher.Main.main(Main.java:30)
Caused by: java.lang.Exception: Could not find plugin "x.y.z.tests"
        at org.eclipse.test.EclipseTestRunner.loadSuiteClass(EclipseTestRunner.java:304)
        at org.eclipse.test.EclipseTestRunner.getTest(EclipseTestRunner.java:237)


Does anybody has some ideas?

The problem is when comparing the old working version and the new version I don't see any changes that could lead to this problem.

Please help, I am almost giving up on this optmization.


Greetings Marko T.



Back to the top