<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there a command line tool to configure LPCXpresso projects instead of project/properties in the IDE? in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Is-there-a-command-line-tool-to-configure-LPCXpresso-projects/m-p/673803#M32916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Directly, no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As ConVerse says, you can modify settings for multiple build configs at the same time - though this has to be done with great care (especially when some settings of a particular type are different).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also look &amp;nbsp;at the "liblinks.xml / Smart Update" mechanism described in :&amp;nbsp;&lt;A href="https://community.nxp.com/message/630594"&gt;https://community.nxp.com/message/630594&lt;/A&gt;&amp;nbsp;. This uses the same basic xml description as the new project wizards accessed from within the Quickstart Panel (and found in the /Wizards subdirectory of your install). Unfortunately this isn't something we can provide user docs for though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way would be to hand modify the .cproject files. If you do this, then great care is needed, and make sure the IDE is not running on the workspace being modified when you do it. But it is possible. And definitely make sure you have a backup, as it is very easy to break your projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2017 07:23:48 GMT</pubDate>
    <dc:creator>lpcxpresso_supp</dc:creator>
    <dc:date>2017-05-10T07:23:48Z</dc:date>
    <item>
      <title>Is there a command line tool to configure LPCXpresso projects instead of project/properties in the IDE?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Is-there-a-command-line-tool-to-configure-LPCXpresso-projects/m-p/673801#M32914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using LPCXpresso to work on LPC54114. However, it turns out whenever I want to change a settings in project properties, e.g. reconstruct the source files or change include paths. I have to change it both in debug and release modes. I have to do the same thing on several projects I am maintaining. Is there a command line tool to configure the projects instead of changing them in project/properties in LPCXpresso IDE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 17:43:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Is-there-a-command-line-tool-to-configure-LPCXpresso-projects/m-p/673801#M32914</guid>
      <dc:creator>chucktian</dc:creator>
      <dc:date>2017-05-09T17:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command line tool to configure LPCXpresso projects instead of project/properties in the IDE?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Is-there-a-command-line-tool-to-configure-LPCXpresso-projects/m-p/673802#M32915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know of a way to do this from the command line. But you can change all build configuration settings at the same time. In the project settings you can choose all build config instead of selecting debug or release. See is article by Erich Styger&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuoneclipse.com/2016/05/19/build-configurations-in-eclipse/" title="https://mcuoneclipse.com/2016/05/19/build-configurations-in-eclipse/"&gt;Build Configurations in Eclipse | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 02:15:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Is-there-a-command-line-tool-to-configure-LPCXpresso-projects/m-p/673802#M32915</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2017-05-10T02:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command line tool to configure LPCXpresso projects instead of project/properties in the IDE?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Is-there-a-command-line-tool-to-configure-LPCXpresso-projects/m-p/673803#M32916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Directly, no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As ConVerse says, you can modify settings for multiple build configs at the same time - though this has to be done with great care (especially when some settings of a particular type are different).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also look &amp;nbsp;at the "liblinks.xml / Smart Update" mechanism described in :&amp;nbsp;&lt;A href="https://community.nxp.com/message/630594"&gt;https://community.nxp.com/message/630594&lt;/A&gt;&amp;nbsp;. This uses the same basic xml description as the new project wizards accessed from within the Quickstart Panel (and found in the /Wizards subdirectory of your install). Unfortunately this isn't something we can provide user docs for though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way would be to hand modify the .cproject files. If you do this, then great care is needed, and make sure the IDE is not running on the workspace being modified when you do it. But it is possible. And definitely make sure you have a backup, as it is very easy to break your projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 07:23:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Is-there-a-command-line-tool-to-configure-LPCXpresso-projects/m-p/673803#M32916</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-05-10T07:23:48Z</dc:date>
    </item>
  </channel>
</rss>

