<?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: Using BulkLoader with FDT and Eliminating Parsing Errors</title>
	<atom:link href="http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/</link>
	<description></description>
	<lastBuildDate>Mon, 12 Oct 2009 23:38:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jonnymac blog &#187; FDT Tip: Turning Off Error Notices for External Classes</title>
		<link>http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/comment-page-1/#comment-77401</link>
		<dc:creator>jonnymac blog &#187; FDT Tip: Turning Off Error Notices for External Classes</dc:creator>
		<pubDate>Tue, 18 Nov 2008 22:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/#comment-77401</guid>
		<description>[...] had blogged about this exact issue when using BulkLoader a while back, and in that case I had resorted to altering the code so the errors would go away. [...]</description>
		<content:encoded><![CDATA[<p>[...] had blogged about this exact issue when using BulkLoader a while back, and in that case I had resorted to altering the code so the errors would go away. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlister</title>
		<link>http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/comment-page-1/#comment-74671</link>
		<dc:creator>jlister</dc:creator>
		<pubDate>Wed, 22 Oct 2008 13:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/#comment-74671</guid>
		<description>There is a little trick to prevent external class libraries from creating errors/warnings in Eclipse.  Make a separate source folder (eg &#039;ext&#039;) for external libraries, then add it to the class path.  Right click the project, go &#039;Properties &gt;&gt; FDT Build Path&#039; to see the list of source folders.  Select the &#039;ext&#039; folder and uncheck &#039;Generate Problems/Tasks&#039;.  Then you will only get warnings for your own mistakes :)</description>
		<content:encoded><![CDATA[<p>There is a little trick to prevent external class libraries from creating errors/warnings in Eclipse.  Make a separate source folder (eg &#8216;ext&#8217;) for external libraries, then add it to the class path.  Right click the project, go &#8216;Properties &gt;&gt; FDT Build Path&#8217; to see the list of source folders.  Select the &#8216;ext&#8217; folder and uncheck &#8216;Generate Problems/Tasks&#8217;.  Then you will only get warnings for your own mistakes :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen van Dijk</title>
		<link>http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/comment-page-1/#comment-46993</link>
		<dc:creator>Owen van Dijk</dc:creator>
		<pubDate>Wed, 27 Feb 2008 12:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/#comment-46993</guid>
		<description>I&#039;m using FDT 3.0 and fix as mentioned works :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m using FDT 3.0 and fix as mentioned works :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Debert</title>
		<link>http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/comment-page-1/#comment-42494</link>
		<dc:creator>Arthur Debert</dc:creator>
		<pubDate>Tue, 05 Feb 2008 14:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/#comment-42494</guid>
		<description>Hi Jon.

The FDT fix was taking too long.
This one got fixed (hopefully) on rev 111. I don&#039;t have a license for FDT, so I can&#039;t be 100% sure it&#039;s fixed, and it would be great to have an FDT user confirm the fix worked.

Thanks for the report,

Arthur Debert</description>
		<content:encoded><![CDATA[<p>Hi Jon.</p>
<p>The FDT fix was taking too long.<br />
This one got fixed (hopefully) on rev 111. I don&#8217;t have a license for FDT, so I can&#8217;t be 100% sure it&#8217;s fixed, and it would be great to have an FDT user confirm the fix worked.</p>
<p>Thanks for the report,</p>
<p>Arthur Debert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon MacDonald</title>
		<link>http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/comment-page-1/#comment-41003</link>
		<dc:creator>Jon MacDonald</dc:creator>
		<pubDate>Sat, 26 Jan 2008 17:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/#comment-41003</guid>
		<description>Arthur --

I completely understand that this is an FDT issue, as the FDT team even states so in the forum I linked to above. Apparently it isn&#039;t a high priority on their list of bugs to fix, but they know about it and have committed to fixing it.

Thanks for contributing a great project to the community!</description>
		<content:encoded><![CDATA[<p>Arthur &#8211;</p>
<p>I completely understand that this is an FDT issue, as the FDT team even states so in the forum I linked to above. Apparently it isn&#8217;t a high priority on their list of bugs to fix, but they know about it and have committed to fixing it.</p>
<p>Thanks for contributing a great project to the community!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Debert</title>
		<link>http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/comment-page-1/#comment-40995</link>
		<dc:creator>Arthur Debert</dc:creator>
		<pubDate>Sat, 26 Jan 2008 16:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnymac.com/blog/2008/01/25/using-bulkloader-with-fdt-and-eliminating-parsing-errors/#comment-40995</guid>
		<description>Hi Jon.

I&#039;ve been insanely busy the last three weeks for a site launch, and haven&#039;t managed to hack bulk loader much. Hopefully, in a couple of days I&#039;ll resume work on it and look further into it.

Thanks for the tip.

The thing though is that this is a bug on FDT&#039;s parser. I&#039;ve exchanged emails with one of the developers, and they acknowledge the bug, and said they&#039;ll fix it soon. This is valid AS3 code, and to me it does seem reasonable (your milage may vary though).

Thanks for using (and helping improve) BulkLoader. I&#039;ll look into this with care soon.

Cheers
Arthur Debert</description>
		<content:encoded><![CDATA[<p>Hi Jon.</p>
<p>I&#8217;ve been insanely busy the last three weeks for a site launch, and haven&#8217;t managed to hack bulk loader much. Hopefully, in a couple of days I&#8217;ll resume work on it and look further into it.</p>
<p>Thanks for the tip.</p>
<p>The thing though is that this is a bug on FDT&#8217;s parser. I&#8217;ve exchanged emails with one of the developers, and they acknowledge the bug, and said they&#8217;ll fix it soon. This is valid AS3 code, and to me it does seem reasonable (your milage may vary though).</p>
<p>Thanks for using (and helping improve) BulkLoader. I&#8217;ll look into this with care soon.</p>
<p>Cheers<br />
Arthur Debert</p>
]]></content:encoded>
	</item>
</channel>
</rss>

