Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Questions to Build Macro Tool Integrator interface


Hi,
I have been trying out the IConfigurationBuildMacroSupplier interface of the build macro code and am having some problems. First what works:
(1) The macros that I have defined appear in the build settings UI with the correct values.
(2) The getMacros() and getMacro() calls are called correctly when the UI is initialized
What doesn't work:
(3) If I use macros in the MBS grammar or option values they are NOT resolved, neither are any calls to getMacro() nor getMacros() made
(4) If I use built-in macros such as ${BuildArtifactFileExt} they do get resolved, while my own are not.
Is this a known issue? Any help would be appreciated.
Regards
-- Lars


********************************************************************** Symbian Software Ltd is a company registered in England and Wales with registered number 4190020 and registered office at 2-6 Boundary Row, Southwark, London, SE1 8HP, UK. This message is intended only for use by the named addressee and may contain privileged and/or confidential information. If you are not the named addressee you should not disseminate, copy or take any action in reliance on it. If you have received this message in error please notify postmaster@xxxxxxxxxxx and delete the message and any attachments accompanying it immediately. Neither Symbian nor any of its subsidiaries accepts liability for any corruption, interception, amendment, tampering or viruses occurring to this message in transit or for any message sent by its employees which is not in compliance with Symbian corporate policy. **********************************************************************


Back to the top