<?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 Hello Swati, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010311#M33856</link>
    <description>&lt;DIV&gt;Hello Swati,&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;thanks for your replay.&amp;nbsp;I made a video for you ;). You can find it on &lt;A href="http://youtu.be/Nf82Xf-CmvE"&gt;http://youtu.be/Nf82Xf-CmvE&lt;/A&gt;. What I did:&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;1) uninstalled XDK and manually deleted any remaining file under my user directory&lt;/DIV&gt;

&lt;DIV&gt;2) deleted all project related file (fox sure except source codes), especially plugins directory which is now being automatically created in my source root directory&lt;/DIV&gt;

&lt;DIV&gt;3) installed XDK&lt;/DIV&gt;

&lt;DIV&gt;4) created new project from existing source codes&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;You can see the rest in my video.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;1) I add an external plugin (I skipped Standard Cordova Plugins as they are not needed for this demonstration) =&amp;gt; the second new one is added automatically after a while (as it's automatically downloaded to the plugins directory, which I mention in step 2) above)&lt;/DIV&gt;

&lt;DIV&gt;2) Once all 3 are added, I demonstrate build - you can see as the build fails&lt;/DIV&gt;

&lt;DIV&gt;3) At the end I demonstrate plugin deletion process - you can see, that what I click is not delete and I show you my file system, where you can see, that only 1 from the 3 plugins is deleted from the plugins directory&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;In case I can do anything more for you, please, let me know.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;Marek&lt;/DIV&gt;</description>
    <pubDate>Tue, 07 Apr 2015 14:15:15 GMT</pubDate>
    <dc:creator>Marek_Š_</dc:creator>
    <dc:date>2015-04-07T14:15:15Z</dc:date>
    <item>
      <title>1878 version problems with plugins</title>
      <link>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010307#M33852</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I have problems with 3rd party plugins since I upgraded to version 1878:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;1) When I add a plugin from web, it creates a local copy of the plugin and it's displayed between the 3rd party plugins as well after couple of seconds - so I have it there twice. OK, probably I could live with it in case the rest is working.&lt;/P&gt;

&lt;P&gt;2) When I try to delete a 3rd party plugin by clicking on white "x" icon, always the first on the list plugin is deleted, doesn't matter, which one I clicked.&lt;/P&gt;

&lt;P&gt;3) When the local plugin copy (mentioned in the point 1) ) is among the 3rd party plugins, build randomly fails saying 'Plugin "xyz" failed to install".&lt;/P&gt;

&lt;P&gt;I found a workaround - I manually edit XDK file, where all local plugins are changed to their web source. So, I have all plugins there twice, but they are displayed only once on the 3rd party screen and my builds never fail.&lt;/P&gt;

&lt;P&gt;In case some screenshot are needed, please, let me know. I am running it on Windows 8.1 x64.&lt;/P&gt;

&lt;P&gt;Marek&lt;/P&gt;</description>
      <pubDate>Sat, 04 Apr 2015 11:11:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010307#M33852</guid>
      <dc:creator>Marek_Š_</dc:creator>
      <dc:date>2015-04-04T11:11:09Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010308#M33853</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Also have this problem with plugins. Its a shame they fix a thing and break another so you can never have a stable, full working product.&lt;/P&gt;

&lt;P&gt;What's exactly what you edit on what XDK file?&lt;/P&gt;

&lt;P&gt;Thank you, your help will be appreciated.&lt;/P&gt;

&lt;P&gt;Alfredo.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2015 14:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010308#M33853</guid>
      <dc:creator>Alfredo_R_1</dc:creator>
      <dc:date>2015-04-05T14:47:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010309#M33854</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I edited project_file.XDK, where project_file is name of your project. There is a section, which lists all your plugins in the file. I delete all the references to local plugins at first, but the build didn't work after this at all. So, I took definition of a "github" plugin and I used it for rewriting its local counterpart. It works for me. The example:&lt;/P&gt;

&lt;P&gt;I take this:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "id": "com.megster.cordova.bluetoothserial",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "version": "",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "selectedState": "Included",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "data": {},&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "paramvals": {},&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "dependsOn": [],&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "dependedBy": [],&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "custom": "true",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "name": "Bluetooth serial",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "origin": "https://github.com/don/BluetoothSerial.git",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "originType": "repo",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "sourceLocation": ""&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;

&lt;P&gt;and using it I replace this:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "id": "com.megster.cordova.bluetoothserial",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "version": "0.4.2",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "selectedState": "Included",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "data": {},&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "paramvals": {},&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "checksum": "e88237dcce6e2c7f3eea036543097e7b8acd67b51b589828f84781684333caf4",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "dependsOn": [],&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "dependedBy": [],&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "custom": "true",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "name": "Bluetooth Serial",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "origin": "https://github.com/don/BluetoothSerial.git",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "originType": "repo",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "sourceLocation": "d:\\data\\zdroje\\PhoneGap\\NavGuide\\ekastelan.src\\www\\plugins\\com.megster.cordova.bluetoothserial"&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;

&lt;P&gt;Marek&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2015 07:13:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010309#M33854</guid>
      <dc:creator>Marek_Š_</dc:creator>
      <dc:date>2015-04-06T07:13:10Z</dc:date>
    </item>
    <item>
      <title>Hello Marek,</title>
      <link>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010310#M33855</link>
      <description>&lt;P&gt;Hello Marek,&lt;/P&gt;

&lt;P&gt;I tried to reproduce the problem you mentioned on Windows and Mac. Including multiple third-party plugins, deleting etc. &amp;nbsp;works fine at my end. There is a known issue with including featured plugins and a fix is being worked out for that. For this one if you could do a clean install (not through updater) and try to reproduce and let me know the exact steps you followed after you opened the XDK, that will help us debug the issue.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Swati&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2015 19:48:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010310#M33855</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-04-06T19:48:52Z</dc:date>
    </item>
    <item>
      <title>Hello Swati,</title>
      <link>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010311#M33856</link>
      <description>&lt;DIV&gt;Hello Swati,&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;thanks for your replay.&amp;nbsp;I made a video for you ;). You can find it on &lt;A href="http://youtu.be/Nf82Xf-CmvE"&gt;http://youtu.be/Nf82Xf-CmvE&lt;/A&gt;. What I did:&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;1) uninstalled XDK and manually deleted any remaining file under my user directory&lt;/DIV&gt;

&lt;DIV&gt;2) deleted all project related file (fox sure except source codes), especially plugins directory which is now being automatically created in my source root directory&lt;/DIV&gt;

&lt;DIV&gt;3) installed XDK&lt;/DIV&gt;

&lt;DIV&gt;4) created new project from existing source codes&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;You can see the rest in my video.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;1) I add an external plugin (I skipped Standard Cordova Plugins as they are not needed for this demonstration) =&amp;gt; the second new one is added automatically after a while (as it's automatically downloaded to the plugins directory, which I mention in step 2) above)&lt;/DIV&gt;

&lt;DIV&gt;2) Once all 3 are added, I demonstrate build - you can see as the build fails&lt;/DIV&gt;

&lt;DIV&gt;3) At the end I demonstrate plugin deletion process - you can see, that what I click is not delete and I show you my file system, where you can see, that only 1 from the 3 plugins is deleted from the plugins directory&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;In case I can do anything more for you, please, let me know.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;Marek&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Apr 2015 14:15:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010311#M33856</guid>
      <dc:creator>Marek_Š_</dc:creator>
      <dc:date>2015-04-07T14:15:15Z</dc:date>
    </item>
    <item>
      <title>Just to add - I can now</title>
      <link>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010312#M33857</link>
      <description>&lt;P&gt;Just to add - I can now repeat it any time using these steps:&lt;/P&gt;

&lt;P&gt;1) Remove all plugins from the project using XDK GUI&lt;/P&gt;

&lt;P&gt;2) Close XDK&lt;/P&gt;

&lt;P&gt;3) Delete plugins directory content manually&lt;/P&gt;

&lt;P&gt;4) Start XDK and follow the video from my previous post&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 14:56:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010312#M33857</guid>
      <dc:creator>Marek_Š_</dc:creator>
      <dc:date>2015-04-07T14:56:03Z</dc:date>
    </item>
    <item>
      <title>This issue has been</title>
      <link>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010313#M33858</link>
      <description>&lt;P&gt;This issue has been identified and the fix will be available soon.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for your patience.&lt;/P&gt;

&lt;P&gt;Swati&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2015 20:08:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010313#M33858</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-04-10T20:08:35Z</dc:date>
    </item>
    <item>
      <title>Great news, thanks a lot!</title>
      <link>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010314#M33859</link>
      <description>&lt;P&gt;Great news, thanks a lot!&lt;/P&gt;

&lt;P&gt;Marek&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2015 08:54:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/1878-version-problems-with-plugins/m-p/1010314#M33859</guid>
      <dc:creator>Marek_Š_</dc:creator>
      <dc:date>2015-04-11T08:54:36Z</dc:date>
    </item>
  </channel>
</rss>

