Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Set MBS options in project template
Set MBS options in project template [message #713996] Tue, 09 August 2011 14:47
Edouard  is currently offline Edouard Friend
Messages: 17
Registered: July 2011
Junior Member
Hi,

In order to set include paths related to the project from template.xml I am trying this:

<process type="org.eclipse.cdt.managedbuilder.core.AppendToMBSStringListOptionValues">
<simple name="projectName" value="$(projectName)"></simple>
<complex-array name="resourcePaths">
<element>
<simple name="id" value="gnu.c.compiler.option.include.paths"></simple>
<simple-array name="values">
<element values="$(platform_path)/include"></element>
<element values="$(platform_path)/include/maps"></element></simple-array>
<simple name="path" value=""></simple></element></complex-array></process>

But the result is nothing happened to the settings.
What I am doing wrong?

I noticed that in the .cproject there are Settings for Debug and Release configuration.
Where these include paths would appended?

I am using indigo Eclipse with the latest CDT (8.0.0.201106081058)

Thanks,
Edouard
Previous Topic:(no subject)
Next Topic:right arrow sometimes cannot reach the end of the line
Goto Forum:
  


Current Time: Thu Apr 25 03:37:12 GMT 2024

Powered by FUDForum. Page generated in 0.02380 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top