<?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 for Gaurav&#039;s Blog</title>
	<atom:link href="http://gauravj.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gauravj.com/blog</link>
	<description>Tips and Tools of Flex</description>
	<lastBuildDate>Tue, 10 Apr 2012 21:31:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Troubleshooting ActionScript Code Coverage by Tom Lee</title>
		<link>http://gauravj.com/blog/2011/02/troubleshooting-actionscript-code-coverage/comment-page-1/#comment-32460</link>
		<dc:creator>Tom Lee</dc:creator>
		<pubDate>Tue, 10 Apr 2012 21:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=896#comment-32460</guid>
		<description>Hi Gaurav, thanks for the reply.  I see this for all the projects I&#039;ve tried it on.  I&#039;m using Windows 7 (32 bit), Eclipse Indigo SR1, Flash Builder plugin 4.5, the latest Code Coverage plugin, and Firefox 11.  I do not have double-byte characters in a file name.  I went ahead and logged a bug in JIRA.</description>
		<content:encoded><![CDATA[<p>Hi Gaurav, thanks for the reply.  I see this for all the projects I&#8217;ve tried it on.  I&#8217;m using Windows 7 (32 bit), Eclipse Indigo SR1, Flash Builder plugin 4.5, the latest Code Coverage plugin, and Firefox 11.  I do not have double-byte characters in a file name.  I went ahead and logged a bug in JIRA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Troubleshooting ActionScript Code Coverage by Gaurav</title>
		<link>http://gauravj.com/blog/2011/02/troubleshooting-actionscript-code-coverage/comment-page-1/#comment-32438</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Tue, 10 Apr 2012 18:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=896#comment-32438</guid>
		<description>@Tom, 

Do you see this will all projects or a specific project? What platform are you on? Do you have double-byte characters in file name? 
Please file a bug in JIRA against Flex SDK (Code Coverage component). The plugin is not open-source. 

-Gaurav</description>
		<content:encoded><![CDATA[<p>@Tom, </p>
<p>Do you see this will all projects or a specific project? What platform are you on? Do you have double-byte characters in file name?<br />
Please file a bug in JIRA against Flex SDK (Code Coverage component). The plugin is not open-source. </p>
<p>-Gaurav</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Troubleshooting ActionScript Code Coverage by Tom Lee</title>
		<link>http://gauravj.com/blog/2011/02/troubleshooting-actionscript-code-coverage/comment-page-1/#comment-32385</link>
		<dc:creator>Tom Lee</dc:creator>
		<pubDate>Mon, 09 Apr 2012 16:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=896#comment-32385</guid>
		<description>If nothing else, I&#039;d at least appreciate a reply telling me who is currently maintaining this project, so that I can get in touch with the correct person.

Thanks.</description>
		<content:encoded><![CDATA[<p>If nothing else, I&#8217;d at least appreciate a reply telling me who is currently maintaining this project, so that I can get in touch with the correct person.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Troubleshooting ActionScript Code Coverage by Tom Lee</title>
		<link>http://gauravj.com/blog/2011/02/troubleshooting-actionscript-code-coverage/comment-page-1/#comment-32203</link>
		<dc:creator>Tom Lee</dc:creator>
		<pubDate>Thu, 05 Apr 2012 18:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=896#comment-32203</guid>
		<description>Thanks!  That makes sense.  I&#039;m continuing to have difficulties with the plugin, however.  It is only displaying blank reports - sometimes I can get it to work by restarting Eclipse, but it&#039;s very unreliable.  When generating a report, the ascc file is populated with the correct XML, but the ascs file is empty.  The Eclipse error log shows the following entry:

!ENTRY com.adobe.flexbuilder.project 4 43 2012-04-04 17:00:09.964
!MESSAGE ZIP file must have at least one entry
!STACK 0
java.util.zip.ZipException: ZIP file must have at least one entry
	at java.util.zip.ZipOutputStream.finish(Unknown Source)
	at java.util.zip.DeflaterOutputStream.close(Unknown Source)
	at java.util.zip.ZipOutputStream.close(Unknown Source)
	at com.adobe.flash.codecoverage.util.ReportUtil.saveCompressed(ReportUtil.java:398)
	at com.adobe.flash.codecoverage.ui.MonitorView$SaveController.doCalculation(MonitorView.java:304)
	at com.adobe.flash.codecoverage.util.Calculation.run(Calculation.java:54)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)


I&#039;d love to help troubleshoot this - I&#039;ve done a little Eclipse Plugin development myself - but as far as I know, it&#039;s not open-source.  Is there any way for me to access the source code?

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!  That makes sense.  I&#8217;m continuing to have difficulties with the plugin, however.  It is only displaying blank reports &#8211; sometimes I can get it to work by restarting Eclipse, but it&#8217;s very unreliable.  When generating a report, the ascc file is populated with the correct XML, but the ascs file is empty.  The Eclipse error log shows the following entry:</p>
<p>!ENTRY com.adobe.flexbuilder.project 4 43 2012-04-04 17:00:09.964<br />
!MESSAGE ZIP file must have at least one entry<br />
!STACK 0<br />
java.util.zip.ZipException: ZIP file must have at least one entry<br />
	at java.util.zip.ZipOutputStream.finish(Unknown Source)<br />
	at java.util.zip.DeflaterOutputStream.close(Unknown Source)<br />
	at java.util.zip.ZipOutputStream.close(Unknown Source)<br />
	at com.adobe.flash.codecoverage.util.ReportUtil.saveCompressed(ReportUtil.java:398)<br />
	at com.adobe.flash.codecoverage.ui.MonitorView$SaveController.doCalculation(MonitorView.java:304)<br />
	at com.adobe.flash.codecoverage.util.Calculation.run(Calculation.java:54)<br />
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)</p>
<p>I&#8217;d love to help troubleshoot this &#8211; I&#8217;ve done a little Eclipse Plugin development myself &#8211; but as far as I know, it&#8217;s not open-source.  Is there any way for me to access the source code?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Troubleshooting ActionScript Code Coverage by Gaurav</title>
		<link>http://gauravj.com/blog/2011/02/troubleshooting-actionscript-code-coverage/comment-page-1/#comment-32156</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Wed, 04 Apr 2012 16:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=896#comment-32156</guid>
		<description>Flash player embedded in chrome is not the debugger version. So it will not work with chrome as a debugger version is required.</description>
		<content:encoded><![CDATA[<p>Flash player embedded in chrome is not the debugger version. So it will not work with chrome as a debugger version is required.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

