Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Disabling managed project converter

Hi Jeremiah,

We're addressing that in bugzilla 104515.  Would you like to try the
proposed patch?

Thanks,
Leo

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Lott, Jeremiah
Sent: Thursday, July 21, 2005 11:02 AM
To: CDT General developers list.
Subject: RE: [cdt-dev] Disabling managed project converter

> There is a new converter extension point in CDT 3.0, but it has of yet

> received no usage that I'm aware of.  I think we will need to consider
it
> "experimental" for now.

Just FYI for anyone else who might be interested in this, converter
extensions don't appear to be working.  The converters references are
loaded into the toolchains that are loaded from the project file.
However, when the code checks for converters it looks for the reference
in the extension point object.  From what I see in the code, converter
references will never be set on the extension point objects, so
converters are never called.  I tried toolchain, but the code for
builder and tool looks pretty similar.  Just wanted to let anyone else
who is interested in this know the current state.

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


Back to the top