Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Missing org.eclipse.cdt.managedbuilder.ui.properties.AbstractCBuildPropertyTab

Hi Sten,
The location of AbstractCBuildPropertyTab did not change. If you missing org.eclipse.cdt.managedbuilder.ui something happened during installation. I'd try to reinstall CDT.

Thanks,
Andrew

On Thu, Nov 3, 2011 at 2:19 PM, Sten Gruener <sten.gruener@xxxxxxxxx> wrote:
Hello,

somehow I am missing the jar org.eclipse.cdt.managedbuilder.ui since
the move on CDT 7?

Is the location of AbstractCBuildPropertyTab changed?

I us it in the code like

AbstractPage page = ....;
IConfiguration icfg =
AbstractCBuildPropertyTab.getCfg(page.getResDesc().getConfiguration());
String buildPath = icfg.getEditableBuilder().getBuildPath();

but since the last update this code is not working any longer.
Is there an alternative to get a buildPath of a project? (I am in the
properties windows of a cdt project)

Best regards
Sten
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top