<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SWT browser widgets and local plugin files</title>
	<atom:link href="http://blog.garethj.com/2008/03/swt-browser-widgets-and-local-plugin-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.garethj.com/2008/03/swt-browser-widgets-and-local-plugin-files/</link>
	<description></description>
	<lastBuildDate>Fri, 26 Feb 2010 08:34:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rupa</title>
		<link>http://blog.garethj.com/2008/03/swt-browser-widgets-and-local-plugin-files/comment-page-1/#comment-209</link>
		<dc:creator>rupa</dc:creator>
		<pubDate>Mon, 27 Jul 2009 15:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garethj.com/2008/03/11/swt-browser-widgets-and-local-plugin-files/#comment-209</guid>
		<description>Hi Gareth,&lt;br&gt;&lt;br&gt;Thank you very much for your response. But I could not find anything in my plugin.xml (Guessing that Chris&#039; feature.xml is my plugin.xml) to unpack the jar during install. I guess the problem for not displaying the image in html files is that the html file is read to cache by toFileURL() method and the file contents are read and its not able to find the image there. I have to fix it somehow as the dead line is nearby. Anyways, please let me know if you find out any way to sort out this problem.&lt;br&gt;Thanks,&lt;br&gt;Rupa</description>
		<content:encoded><![CDATA[<p>Hi Gareth,</p>
<p>Thank you very much for your response. But I could not find anything in my plugin.xml (Guessing that Chris&#39; feature.xml is my plugin.xml) to unpack the jar during install. I guess the problem for not displaying the image in html files is that the html file is read to cache by toFileURL() method and the file contents are read and its not able to find the image there. I have to fix it somehow as the dead line is nearby. Anyways, please let me know if you find out any way to sort out this problem.<br />Thanks,<br />Rupa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garethj</title>
		<link>http://blog.garethj.com/2008/03/swt-browser-widgets-and-local-plugin-files/comment-page-1/#comment-208</link>
		<dc:creator>garethj</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garethj.com/2008/03/11/swt-browser-widgets-and-local-plugin-files/#comment-208</guid>
		<description>Hi Rupa,&lt;br&gt;&lt;br&gt;Unfortunately I&#039;ve not done this myself but it appears from Chris&#039; comments above that he did. Sounds like you need to tick the option that unpacks your plugin when installed (in feature.xml). I assume this means that it unzip the installed JAR file rather than leaving it in the eclipse directory as-is. Good luck!&lt;br&gt;&lt;br&gt;Gareth</description>
		<content:encoded><![CDATA[<p>Hi Rupa,</p>
<p>Unfortunately I&#39;ve not done this myself but it appears from Chris&#39; comments above that he did. Sounds like you need to tick the option that unpacks your plugin when installed (in feature.xml). I assume this means that it unzip the installed JAR file rather than leaving it in the eclipse directory as-is. Good luck!</p>
<p>Gareth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rupa</title>
		<link>http://blog.garethj.com/2008/03/swt-browser-widgets-and-local-plugin-files/comment-page-1/#comment-207</link>
		<dc:creator>rupa</dc:creator>
		<pubDate>Fri, 24 Jul 2009 16:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garethj.com/2008/03/11/swt-browser-widgets-and-local-plugin-files/#comment-207</guid>
		<description>Hi,&lt;br&gt;&lt;br&gt;I have a plugin in which the html files are bundled. I followed your steps and could open the html file through plugin jar. But there are some images embedded in those html files which are not showing up. I couldnt get the concept of packing and unpacking which you have told in your previous comment. Please suggest me how to get images in the html file.&lt;br&gt;&lt;br&gt;Thanks and Regards,&lt;br&gt;Rupa</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a plugin in which the html files are bundled. I followed your steps and could open the html file through plugin jar. But there are some images embedded in those html files which are not showing up. I couldnt get the concept of packing and unpacking which you have told in your previous comment. Please suggest me how to get images in the html file.</p>
<p>Thanks and Regards,<br />Rupa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garethj</title>
		<link>http://blog.garethj.com/2008/03/swt-browser-widgets-and-local-plugin-files/comment-page-1/#comment-197</link>
		<dc:creator>garethj</dc:creator>
		<pubDate>Thu, 02 Oct 2008 14:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garethj.com/2008/03/11/swt-browser-widgets-and-local-plugin-files/#comment-197</guid>
		<description>Hi Chris, looks like you answered yourself several times before I got the chance :)&lt;br&gt;&lt;br&gt;Will be useful info for anyone else that has the same issue (and me if I need to do it) so thanks for posting up the answer.</description>
		<content:encoded><![CDATA[<p>Hi Chris, looks like you answered yourself several times before I got the chance <img src='http://blog.garethj.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Will be useful info for anyone else that has the same issue (and me if I need to do it) so thanks for posting up the answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.garethj.com/2008/03/swt-browser-widgets-and-local-plugin-files/comment-page-1/#comment-196</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 02 Oct 2008 14:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garethj.com/2008/03/11/swt-browser-widgets-and-local-plugin-files/#comment-196</guid>
		<description>Hopefully my last comment on the matter.&lt;br&gt;&lt;br&gt;I was close but one extra step was needed.  The feature that held my HTML needed to be unpacked (tick the box in feature.xml to say it should be unpacked when installed) - then the base tag worked.</description>
		<content:encoded><![CDATA[<p>Hopefully my last comment on the matter.</p>
<p>I was close but one extra step was needed.  The feature that held my HTML needed to be unpacked (tick the box in feature.xml to say it should be unpacked when installed) &#8211; then the base tag worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garethj</title>
		<link>http://blog.garethj.com/2008/03/swt-browser-widgets-and-local-plugin-files/comment-page-1/#comment-184</link>
		<dc:creator>garethj</dc:creator>
		<pubDate>Thu, 02 Oct 2008 13:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garethj.com/2008/03/11/swt-browser-widgets-and-local-plugin-files/#comment-184</guid>
		<description>Hi Chris, looks like you answered yourself several times before I got the chance :)&lt;br&gt;&lt;br&gt;Will be useful info for anyone else that has the same issue (and me if I need to do it) so thanks for posting up the answer.</description>
		<content:encoded><![CDATA[<p>Hi Chris, looks like you answered yourself several times before I got the chance <img src='http://blog.garethj.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Will be useful info for anyone else that has the same issue (and me if I need to do it) so thanks for posting up the answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.garethj.com/2008/03/swt-browser-widgets-and-local-plugin-files/comment-page-1/#comment-183</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 02 Oct 2008 13:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garethj.com/2008/03/11/swt-browser-widgets-and-local-plugin-files/#comment-183</guid>
		<description>Hopefully my last comment on the matter.&lt;br&gt;&lt;br&gt;I was close but one extra step was needed.  The feature that held my HTML needed to be unpacked (tick the box in feature.xml to say it should be unpacked when installed) - then the base tag worked.</description>
		<content:encoded><![CDATA[<p>Hopefully my last comment on the matter.</p>
<p>I was close but one extra step was needed.  The feature that held my HTML needed to be unpacked (tick the box in feature.xml to say it should be unpacked when installed) &#8211; then the base tag worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garethj</title>
		<link>http://blog.garethj.com/2008/03/swt-browser-widgets-and-local-plugin-files/comment-page-1/#comment-24</link>
		<dc:creator>garethj</dc:creator>
		<pubDate>Thu, 02 Oct 2008 09:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garethj.com/2008/03/11/swt-browser-widgets-and-local-plugin-files/#comment-24</guid>
		<description>Hi Chris, looks like you answered yourself several times before I got the chance :)&lt;br&gt;&lt;br&gt;Will be useful info for anyone else that has the same issue (and me if I need to do it) so thanks for posting up the answer.</description>
		<content:encoded><![CDATA[<p>Hi Chris, looks like you answered yourself several times before I got the chance <img src='http://blog.garethj.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Will be useful info for anyone else that has the same issue (and me if I need to do it) so thanks for posting up the answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.garethj.com/2008/03/swt-browser-widgets-and-local-plugin-files/comment-page-1/#comment-28</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 02 Oct 2008 09:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garethj.com/2008/03/11/swt-browser-widgets-and-local-plugin-files/#comment-28</guid>
		<description>Hopefully my last comment on the matter.&lt;br&gt;&lt;br&gt;I was close but one extra step was needed.  The feature that held my HTML needed to be unpacked (tick the box in feature.xml to say it should be unpacked when installed) - then the base tag worked.</description>
		<content:encoded><![CDATA[<p>Hopefully my last comment on the matter.</p>
<p>I was close but one extra step was needed.  The feature that held my HTML needed to be unpacked (tick the box in feature.xml to say it should be unpacked when installed) &#8211; then the base tag worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.garethj.com/2008/03/swt-browser-widgets-and-local-plugin-files/comment-page-1/#comment-182</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 01 Oct 2008 23:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.garethj.com/2008/03/11/swt-browser-widgets-and-local-plugin-files/#comment-182</guid>
		<description>Oops.  Spoke too soon.  Worked when run inside Eclipse.  Didn&#039;t once exported (even though the base URL looks right).  Still looking for clues.  Anybody?</description>
		<content:encoded><![CDATA[<p>Oops.  Spoke too soon.  Worked when run inside Eclipse.  Didn&#39;t once exported (even though the base URL looks right).  Still looking for clues.  Anybody?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
