<?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>Kinetis MicrocontrollersのトピックMCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-IDE/m-p/1867964#M66388</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to Eclipse and Github. I pushed my projects to repo, when trying to access the repo and projects from another device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed i am no longer able to build the projects due to missing .metadata?&lt;/P&gt;&lt;P&gt;Is there any way to recover the project?&lt;/P&gt;&lt;P&gt;"I am able to access the projects locally in the workspace on the original device, so this is the last solution"&lt;/P&gt;&lt;P&gt;.gitignore:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;#################&lt;BR /&gt;## Eclipse&lt;BR /&gt;#################&lt;/P&gt;&lt;P&gt;*.pydevproject&lt;BR /&gt;.project&lt;BR /&gt;.metadata&lt;BR /&gt;bin/&lt;BR /&gt;tmp/&lt;BR /&gt;*.tmp&lt;BR /&gt;*.bak&lt;BR /&gt;*.swp&lt;BR /&gt;*~.nib&lt;BR /&gt;local.properties&lt;BR /&gt;.classpath&lt;BR /&gt;.settings/&lt;BR /&gt;.loadpath&lt;/P&gt;&lt;P&gt;# External tool builders&lt;BR /&gt;.externalToolBuilders/&lt;/P&gt;&lt;P&gt;# Locally stored "Eclipse launch configurations"&lt;BR /&gt;*.launch&lt;/P&gt;&lt;P&gt;# CDT-specific&lt;BR /&gt;#.cproject&lt;/P&gt;&lt;P&gt;# PDT-specific&lt;BR /&gt;.buildpath&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2024 10:07:11 GMT</pubDate>
    <dc:creator>RawiUA</dc:creator>
    <dc:date>2024-05-17T10:07:11Z</dc:date>
    <item>
      <title>MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-IDE/m-p/1867964#M66388</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to Eclipse and Github. I pushed my projects to repo, when trying to access the repo and projects from another device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed i am no longer able to build the projects due to missing .metadata?&lt;/P&gt;&lt;P&gt;Is there any way to recover the project?&lt;/P&gt;&lt;P&gt;"I am able to access the projects locally in the workspace on the original device, so this is the last solution"&lt;/P&gt;&lt;P&gt;.gitignore:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;#################&lt;BR /&gt;## Eclipse&lt;BR /&gt;#################&lt;/P&gt;&lt;P&gt;*.pydevproject&lt;BR /&gt;.project&lt;BR /&gt;.metadata&lt;BR /&gt;bin/&lt;BR /&gt;tmp/&lt;BR /&gt;*.tmp&lt;BR /&gt;*.bak&lt;BR /&gt;*.swp&lt;BR /&gt;*~.nib&lt;BR /&gt;local.properties&lt;BR /&gt;.classpath&lt;BR /&gt;.settings/&lt;BR /&gt;.loadpath&lt;/P&gt;&lt;P&gt;# External tool builders&lt;BR /&gt;.externalToolBuilders/&lt;/P&gt;&lt;P&gt;# Locally stored "Eclipse launch configurations"&lt;BR /&gt;*.launch&lt;/P&gt;&lt;P&gt;# CDT-specific&lt;BR /&gt;#.cproject&lt;/P&gt;&lt;P&gt;# PDT-specific&lt;BR /&gt;.buildpath&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 10:07:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-IDE/m-p/1867964#M66388</guid>
      <dc:creator>RawiUA</dc:creator>
      <dc:date>2024-05-17T10:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-IDE/m-p/1868715#M66392</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199344"&gt;@RawiUA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can recover your project. It is possible that this file was not pushed to the repo due to its exclusion in your .gitignore file or similar settings.&lt;/P&gt;
&lt;P&gt;Here are the steps you could follow:&lt;/P&gt;
&lt;P&gt;1 Clone the repository on your new device from where you pushed your projects.&lt;BR /&gt;2 Create a new empty metadata folder in the root directory of your project.&lt;BR /&gt;3 Copy all the necessary configuration files into this metadata folder. You should have these files available in your original workspace on your first device.&lt;BR /&gt;4 Try to import your project with the newly created metadata folder.&lt;BR /&gt;Alternatively, if you have access to the original device, you might want to consider copying the entire project (including the .metadata folder) to the new device. This way, you would preserve all the configurations and avoid potential issues.&lt;/P&gt;
&lt;P&gt;Remember, it's always a good practice to regularly commit and push your changes to prevent data loss. Also, ensure that your .gitignore file does not exclude important files or directories.&lt;/P&gt;
&lt;P&gt;Hope this will help you.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Hang&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 08:27:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-IDE/m-p/1868715#M66392</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-05-20T08:27:36Z</dc:date>
    </item>
  </channel>
</rss>

