<?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: Copying/moving a CW project in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/2059827#M9256</link>
    <description>&lt;P&gt;I have the same issue. Without bringing any projects into my workspace this is what I did.&lt;/P&gt;&lt;P&gt;1 - Created a new workspace on Machine01 named "workspace"&lt;/P&gt;&lt;P&gt;2 - Configured my Syntax Coloring preferences on Machine01&lt;/P&gt;&lt;P&gt;3 - Exported my preferences from Machine01&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;3.a - File-&amp;gt;Export-&amp;gt;General-&amp;gt;Preferences&lt;/P&gt;&lt;P&gt;4 - Opened CodeWarrior on Machine 02&lt;/P&gt;&lt;P&gt;5 - Created a new workspace on Machine02 named "workspace"&lt;/P&gt;&lt;P&gt;6 - Imported the preferences I exported from Machine01&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;6.a - File-&amp;gt;Import-&amp;gt;General-&amp;gt;Preferences&lt;/P&gt;&lt;P&gt;7 - Closed CodeWarrior on Machine02&lt;/P&gt;&lt;P&gt;8 - Opened Codewarrior on Machine02 using "workspace"&lt;/P&gt;&lt;P&gt;9 - Get error message "Invalid workspace in use."&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;9.a - "The current workspace has been moved or copied from a different location in the file system.&lt;BR /&gt;This is not supported, and can cause unpredictable behavior. Please select another workspace."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why would this series of operations not work? I am using Codewarrior Version 11.2, Build Id: 221206&lt;/P&gt;</description>
    <pubDate>Tue, 11 Mar 2025 20:25:54 GMT</pubDate>
    <dc:creator>Theodore</dc:creator>
    <dc:date>2025-03-11T20:25:54Z</dc:date>
    <item>
      <title>Copying/moving a CW project</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/786084#M6910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found an hard task in copying/moving a CW project to a different location, as every time I reopen the workspace I see the message "&lt;EM&gt;Invalid workspace in use&lt;/EM&gt;", with a box redirecting me to switch to another one.&lt;/P&gt;&lt;P&gt;I tried the following methods (that I felt should work...):&lt;/P&gt;&lt;UL style="list-style-type: square;"&gt;&lt;LI&gt;Simple import&lt;UL&gt;&lt;LI&gt;Opening a new workspace, in an empty directory&lt;/LI&gt;&lt;LI&gt;File-&amp;gt;Import...-&amp;gt;Existing project into workspace, from the old project to new one&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Components import&lt;UL&gt;&lt;LI&gt;From original workspace: File-&amp;gt;Export...-&amp;gt;Export Board Configuration, to a .peb file&lt;/LI&gt;&lt;LI&gt;Opening a new workspace, in an empty directory&lt;/LI&gt;&lt;LI&gt;Creating a project for my DSC (56F8037)&lt;/LI&gt;&lt;LI&gt;File-&amp;gt;Import...-&amp;gt;Apply board configuration, from the .peb file&lt;/LI&gt;&lt;LI&gt;File-&amp;gt;Import...-&amp;gt;File system, from the original Sources files&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Both methods create full working projects, compiled and tested as good on board, however I'm still with the "&lt;EM&gt;Invalid workspace in use&lt;/EM&gt;" message.&lt;/P&gt;&lt;P&gt;As the second method copies just the .peb file which could have references(?) from the original, I think it should be the cause(...)&lt;/P&gt;&lt;P&gt;I'm using CW 11.0 on Windows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 18:07:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/786084#M6910</guid>
      <dc:creator>lmatte</dc:creator>
      <dc:date>2018-06-15T18:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Copying/moving a CW project</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/786085#M6911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luca,&lt;/P&gt;&lt;P&gt;I couldn't reproduce your problem.&lt;/P&gt;&lt;P&gt;How about it if you try this:&lt;/P&gt;&lt;P&gt;1. Export: export project to archive file&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/61966iA6F303EEB821D5C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Import:&lt;/P&gt;&lt;P&gt;- create a new workspace&lt;/P&gt;&lt;P&gt;- Import archive file generated by step1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How it works then?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 05:35:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/786085#M6911</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-06-19T05:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Copying/moving a CW project</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/786086#M6912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2018-06-19 10_24_15-CodeWarrior Development Studio.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/61970i8E41FB7B6C10991E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-06-19 10_24_15-CodeWarrior Development Studio.png" alt="2018-06-19 10_24_15-CodeWarrior Development Studio.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Well, no luck either.&lt;/P&gt;&lt;P&gt;Note that I tried to export/re-import the workspace that already has been flagged as "invalid workspace", as I have few other chances: this is my functional workspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can see above is another small issue in importing an archive. The original project has been named as "NewABC", and I'm required to create a new project prior to import; let's say I created project "ABC", as an (almost) empty project. Importing creates a descendant tree, where my only project, with real code, is referenced as "ABC/NewABC".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure then that the problem is in my original "NewABC" project, and anyhow I try to export it the problem itself is exported too. Maybe a referred path is missing.&lt;/P&gt;&lt;P&gt;Most probably in the .pe file, as all the rest are my plain sources, and the error message appears a few seconds after opening workspace, like after PE decoding. At a quick(!) analysis of the 12+ thousand lines of the XML file I can't see anything like that though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not to be picky, but the message "There's an error and I will die an horrible death. I told you." could be improved at least as in "There's an error with &lt;EM&gt;this[...]&lt;/EM&gt; file, maybe &lt;EM&gt;here[...]&lt;/EM&gt;."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 08:52:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/786086#M6912</guid>
      <dc:creator>lmatte</dc:creator>
      <dc:date>2018-06-19T08:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Copying/moving a CW project</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/786087#M6913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error message tells to export project to other worksapce. Did you try it?&lt;/P&gt;&lt;P&gt;Anyway, I couldn't reproduce&amp;nbsp; your problem&amp;nbsp; here, please let me how to reproduce your issue.&lt;/P&gt;&lt;P&gt;Jennie Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 09:47:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/786087#M6913</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-06-20T09:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Copying/moving a CW project</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/786088#M6914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is where it all begun: creating a new workspace at a different location and trying to move/export the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try if I can reproduce it from a clean project, but as I said before, I suspect it's bound to this specific project -- I hoped it was known and there was a fix or a fault point to look for(...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 15:23:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/786088#M6914</guid>
      <dc:creator>lmatte</dc:creator>
      <dc:date>2018-06-20T15:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Copying/moving a CW project</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/786089#M6915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luca,&lt;/P&gt;&lt;P&gt;I tested the steps of my first reply I didn't have any problem. I would suggest you test it with a new project also.&lt;/P&gt;&lt;P&gt;If the problem is only in a specific project, I need have a demo project to check with.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 01:56:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/786089#M6915</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-06-21T01:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Copying/moving a CW project</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/2059827#M9256</link>
      <description>&lt;P&gt;I have the same issue. Without bringing any projects into my workspace this is what I did.&lt;/P&gt;&lt;P&gt;1 - Created a new workspace on Machine01 named "workspace"&lt;/P&gt;&lt;P&gt;2 - Configured my Syntax Coloring preferences on Machine01&lt;/P&gt;&lt;P&gt;3 - Exported my preferences from Machine01&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;3.a - File-&amp;gt;Export-&amp;gt;General-&amp;gt;Preferences&lt;/P&gt;&lt;P&gt;4 - Opened CodeWarrior on Machine 02&lt;/P&gt;&lt;P&gt;5 - Created a new workspace on Machine02 named "workspace"&lt;/P&gt;&lt;P&gt;6 - Imported the preferences I exported from Machine01&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;6.a - File-&amp;gt;Import-&amp;gt;General-&amp;gt;Preferences&lt;/P&gt;&lt;P&gt;7 - Closed CodeWarrior on Machine02&lt;/P&gt;&lt;P&gt;8 - Opened Codewarrior on Machine02 using "workspace"&lt;/P&gt;&lt;P&gt;9 - Get error message "Invalid workspace in use."&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;9.a - "The current workspace has been moved or copied from a different location in the file system.&lt;BR /&gt;This is not supported, and can cause unpredictable behavior. Please select another workspace."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why would this series of operations not work? I am using Codewarrior Version 11.2, Build Id: 221206&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 20:25:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Copying-moving-a-CW-project/m-p/2059827#M9256</guid>
      <dc:creator>Theodore</dc:creator>
      <dc:date>2025-03-11T20:25:54Z</dc:date>
    </item>
  </channel>
</rss>

