[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-dev] Unable to find plug-in: org.eclipse.cdt.build.core_0.0.0
|
Recently the following error has started to appear for me when I try to prepare an updated build of CDT with 'Export Features':
'Export Features' has encountered a problem.
Processing inclusion from feature org.eclipse.cdt.platform:
Unable to find plug-in: org.eclipse.cdt.build.core_0.0.0.
Please check the error log for more details.
(There are however no more details in the error log.)
This seems to have been introduced by this commit:
commit e3496e12466391b28cb2c1202bd68c0b23a00318
Author: Doug Schaefer <dschaefer@xxxxxxx>
Date: Tue Nov 24 14:56:37 2015 -0500
Bug 481978 - Big overhaul of new build system to work with Qt.
Moved new build system to it's own plug-ins. Cleaned up the root
build configuration and toolchain classes and use them for Qt local
run builds. Also hooks Qt local run launch delegate to launch target
manager and associated delegate interface.
Change-Id: I0c0f711ee53005edd399f6d24ba96658d606e1e5
What can we do to fix it?
Thanks,
Nate