Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] project converter on import?

Got it - mbs registers resource change listener and run converter when get ADD event type on project that need to be converter.

Elena Laskavaia wrote:
I don't use MBS project but thanks for pointing there, I can check how it is implemented there

James Blackburn wrote:
Hi Elena,

On Wed, Nov 12, 2008 at 9:41 PM, Elena Laskavaia <elaskavaia@xxxxxxx> wrote:
Does anybody faced the problem when user imported an old project into IDE
and it does not work anymore?
I want to hook some converter before finishing import, is there any way to
do it?

There's some design documentation on
https://bugs.eclipse.org/bugs/show_bug.cgi?id=89872 .  The MBS
extensisbility document is a bit thin on multiple toolchain versions
and conversion between them, but as long as you the toolchain schema
hasn't changed in a breaking way (and the built-in project converter
hasn't rotted) it should work.

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


Back to the top