Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] optionPathConverter

The optionPathConverter is used for converting path from option values
to path entry values (those displayed in "Includes" virtual folder and
in "Paths and Symbols" property page)
For converting paths on makefile generation the
ImanagedCommandLineGenerator is the right thing to use.

Regards,
Mikhail

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Dmitry Baryshkov
Sent: Thursday, July 26, 2007 7:29 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] optionPathConverter

Hello,

2007/7/26, Sennikovsky, Mikhail <mikhail.sennikovsky@xxxxxxxxx>:
> Hi Dmitry,
>
> Can you describe your use-case in more detail, namely, when/how the
> paths should be converted for your tools? I.e. is it while makefile
> generation, or while the paths are displayed in UI, etc.

I would prefer, if UI contains non-converted paths.
Generated Makefiles must contain converted paths.
As a workaround I can probably implement this via
IManagedCommandLineGenerator implementation...

>
> Mikhail
>
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Dmitry Baryshkov
> Sent: Thursday, July 26, 2007 5:54 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] optionPathConverter
>
> Hello,
>
> I'm developing a CDT extension for CDT 4.0 that needs to convert paths
> passed to called tools.
> I tried using optionPathConverter argument of toolchain extension, but
> it seems that the code isn't called at all. It looks like a duplicate
> of a bug 182573, but I'm using 4.0.0 release, and that bug seems to be
> fixed in the old RC*.
>
> Any help is appreciated
>
> --
> With best wishes
> Dmitry Baryshkov
> _______________________________________________
> 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
>


-- 
With best wishes
Dmitry Baryshkov
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top