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

> 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


Back to the top