[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cdt-dev] Managed Build System automatic project conversion
|
- From: Alena Laskavaia <elaskavaia.cdt@xxxxxxxxx>
- Date: Wed, 21 Oct 2009 11:46:22 -0400
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=opaQZjlsj/AKjZkJW/Fxbu/lUR/oyTG8gU4J0dt0eW8=; b=NTLdVIO2UYQ11qPQzMFvcjcYRO6FiyueF3Df1wcgDX5H2gwAWfWdds+XVJSNqoygUB Ns6Z2BjM7IFOJiyzmY1wVKK7gL/3jyVaaDIaUOyJQDq8rRsBx3o5gc8ZLY8mzmxbQJyf bQVEzXoQxCNS1l7sKUvGn+p+D6reCEBK7EnFY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=XG+mc/MceukPe59IE9z/noT0S/gkBZV8bX4GkSXjhldcsCcy1IOtCsCogY3b1y052I Z1FojDQSCTxXzdECjiwllQPwAJu4CVUFf5xKOhomxJFlzWTKFusIiND3D3OH2SC96Q7P hy83qSXO39+2d9vHoPegBtZ+m0IIqtv4zldpA=
It is called automatically also when toolchain version is lower than
current one. There is no way to make it called if version does not
change.
You can install listener on resource change events (this is how
auto-converter implemented).
On Wed, Oct 21, 2009 at 11:37 AM, John MOULE <john.moule@xxxxxx> wrote:
> Hi,
>
> Using the extension point,
> org.eclipse.cdt.managedbuilder.core.projectConverter, to provide a project
> converter I only see my converter being called when the user selects the
> project context menu "Convert to...".
>
> Is there a way to get project conversion done automatically when a user
> opens a workspace, opens a closed project or imports a project?
>
> Do I have to install listeners manually myself in those places? Any tips on
> how to proceed if that is the case please?
>
>
> cheers john
>
> p.s. using [Eclipse 3.4.2, CDT 5.0.2]
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>