Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Project converters

I only know part of what you asking. Project converter is run on
resource listener when new project is created/imported.
and only if toolchain version is older. I think we gave up on CDT one
and crated our own using same mechanism (resource listener)

On Tue, Aug 25, 2009 at 12:07 PM, Subs<subs@xxxxxxxxxxxxxxx> wrote:
> Hi,
>
> I am upgrading my toolchain definitions and am trying to write a project
> converter.
>
> I have found various documents and bugs, including
> - Multi version Tool-chain support design (Bug 89872)
> - project conversion is not run (Bug 214207)
> - The request and reply on this list from Elena
>
> But I am still having problems. I can get my converter to appear in the
> "Convert To.." dialog, but I need the conversion to be automatic.
>
> I have had a quick look through the source code, and it appears that the
> automtaic conversion is only called for 'legacy' projects. But there doesn't
> seem to be anywhere that it actually calls this...
>
> Does somebody have advice on how I can get my project converter(s) to be
> called automatically when loading one of my old-style projects?
>
>
> Thanks!
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top