Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] Compile error in org.eclipse.wst.server.ui.tests in wtp M-build?

The M build did complete, but has this compile error in one of the test bundles: org.eclipse.wst.server.ui.tests


6. ERROR: UndefinedConstructor
The constructor RunOnServerWizard(IModule, String, null) is undefined
WizardTestCase.java :
27 : RunOnServerWizard ros = new RunOnServerWizard(module, ILaunchManager.RUN_MODE, null);


Is this a simple typo? Something mistakenly released, or not released?


Back to the top