<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Peeled Carrots &#187; Actionscript</title>
	<atom:link href="http://www.peeledcarrots.com/tag/actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peeledcarrots.com</link>
	<description>....cause life&#039;s too short to peel carrots. Enough said!!</description>
	<lastBuildDate>Tue, 03 Nov 2009 14:42:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex Internal build error</title>
		<link>http://www.peeledcarrots.com/flex-internal-build-error/</link>
		<comments>http://www.peeledcarrots.com/flex-internal-build-error/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 15:08:35 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.peeledcarrots.com/?p=219</guid>
		<description><![CDATA[Whilst I was developing in Flex Builder today I came across the following abstract build error messge:
An internal build error has occurred. Please check the Error Log
It seems like this is quite a common problem and I found a number of blog atricles referring to it. It seems that one gets this error due to [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst I was developing in <strong>Flex Builder</strong> today I came across the following abstract build error messge:<br />
<strong>An internal build error has occurred. Please check the Error Log</strong></p>
<p>It seems like this is quite a common problem and I found a number of blog atricles referring to it. It seems that one gets this error due to the following reasons:</p>
<ul>
<li>Having an incompleted switch statement without any cases</li>
<li>Missing a semi-colon after a variable declaration</li>
<li>Listing a twice with different extensions in your mxml</li>
<li>Declaring an import twice in an Actionscript file or embedded Actionscript in an mxml file</li>
<li>If certain lines of code are commented out resulting in a trace statements being unreachable</li>
</ul>
<p>However, the reason why I was getting the error was because I had mistakenly extended a class of itself&#8230;eg</p>
<p><code>public class myClass extends myClass<br />
{</p>
<p>}<br />
</code></p>
<p>AMATUER HOUR!!!</p>
<p>I found that soultion in a commet by Jules on <a href="http://michael.omnicypher.com/2007/02/internal-build-error.html">Michael Imhoff&#8217;s</a> blog.</p>
<blockquote><p>I just had the same error (Uncaught exception in .log, java.lang.StackOverflowException). It appeared after I&#8217;d done some work with sed on my object model. Turned out one of the classes extended itself, ie class myClass extends myClass <img src='http://www.peeledcarrots.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p></blockquote>
<p>Thanks dudes <img src='http://www.peeledcarrots.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One would think that the Flex compiler would have identified this and given a more dexcriptive error message?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/flex-internal-build-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
