<?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: IntelliJ and Flash CS4</title>
	<atom:link href="http://www.rossgerbasi.com/2010/03/intellij-and-flash-cs4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rossgerbasi.com/2010/03/intellij-and-flash-cs4/</link>
	<description>{code === art}</description>
	<lastBuildDate>Tue, 17 Jan 2012 09:30:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: duneunit</title>
		<link>http://www.rossgerbasi.com/2010/03/intellij-and-flash-cs4/comment-page-1/#comment-9873</link>
		<dc:creator>duneunit</dc:creator>
		<pubDate>Thu, 15 Dec 2011 05:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rossgerbasi.com/?p=39#comment-9873</guid>
		<description>I really appreciate this tutorial. I&#039;ve been developing in Flash for a long time and wanted to jump up to a superior IDE / editor. I like what I&#039;m seeing with IntelliJ IDEA and almost have this working on Win 7... if I open the .bat file, it works... but if I try to do that from within IntelliJ (11) then in gives a weird error:

AbstractMethodError: Error during dispatching of java.awt.event.MouseEvent...:

com.intellij.execution.configurations.CommandLineState.startProcess()Lcom/intellij/execution/process/ProcessHandler;

If you have a free moment (no assumptions that you do), perhaps you might be able to give me an idea what I&#039;m doing wrong? Or where to look to solve this? I know JSFL inside out, so if I just understood a bit more about how info is passed back and forth between IntelliJ and Flash CS4&#039;s output / reporting... I might be able to tighten this up a bit for windows. (I might need to learn more about Batch file stuff, too)

Thanks for any input! And for the great info you posted!</description>
		<content:encoded><![CDATA[<p>I really appreciate this tutorial. I&#8217;ve been developing in Flash for a long time and wanted to jump up to a superior IDE / editor. I like what I&#8217;m seeing with IntelliJ IDEA and almost have this working on Win 7&#8230; if I open the .bat file, it works&#8230; but if I try to do that from within IntelliJ (11) then in gives a weird error:</p>
<p>AbstractMethodError: Error during dispatching of java.awt.event.MouseEvent&#8230;:</p>
<p>com.intellij.execution.configurations.CommandLineState.startProcess()Lcom/intellij/execution/process/ProcessHandler;</p>
<p>If you have a free moment (no assumptions that you do), perhaps you might be able to give me an idea what I&#8217;m doing wrong? Or where to look to solve this? I know JSFL inside out, so if I just understood a bit more about how info is passed back and forth between IntelliJ and Flash CS4&#8242;s output / reporting&#8230; I might be able to tighten this up a bit for windows. (I might need to learn more about Batch file stuff, too)</p>
<p>Thanks for any input! And for the great info you posted!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peder Jakobsen</title>
		<link>http://www.rossgerbasi.com/2010/03/intellij-and-flash-cs4/comment-page-1/#comment-9223</link>
		<dc:creator>Peder Jakobsen</dc:creator>
		<pubDate>Wed, 02 Feb 2011 04:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.rossgerbasi.com/?p=39#comment-9223</guid>
		<description>Hey, what a cool trick, you got &quot;mad&quot; skills.  I&#039;m running IDEA 10 on Snow Leopard.  I&#039;m finding that Actionscript compilation is painfully slow compared to an Actionscript project in Flex Builder.   Any idea why?  (I do have &quot;Build Automatically&quot;) turned off.  

I think it&#039;s because the .actionsScriptProperties file in a Flex project tells the compiler not to bother with a bunch of stuff it doesn&#039;t need for straight up Actionscript, where as IDEA always includes everything needed for Flex.  Not sure if this makes sense, my understanding of the flash compilers is not strong.  

Speaking of which, have you tried the Hellfire compiler?  http://bytecode-workshop.com</description>
		<content:encoded><![CDATA[<p>Hey, what a cool trick, you got &#8220;mad&#8221; skills.  I&#8217;m running IDEA 10 on Snow Leopard.  I&#8217;m finding that Actionscript compilation is painfully slow compared to an Actionscript project in Flex Builder.   Any idea why?  (I do have &#8220;Build Automatically&#8221;) turned off.  </p>
<p>I think it&#8217;s because the .actionsScriptProperties file in a Flex project tells the compiler not to bother with a bunch of stuff it doesn&#8217;t need for straight up Actionscript, where as IDEA always includes everything needed for Flex.  Not sure if this makes sense, my understanding of the flash compilers is not strong.  </p>
<p>Speaking of which, have you tried the Hellfire compiler?  <a href="http://bytecode-workshop.com" rel="nofollow">http://bytecode-workshop.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bzor</title>
		<link>http://www.rossgerbasi.com/2010/03/intellij-and-flash-cs4/comment-page-1/#comment-9206</link>
		<dc:creator>bzor</dc:creator>
		<pubDate>Thu, 20 Jan 2011 22:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.rossgerbasi.com/?p=39#comment-9206</guid>
		<description>works great, was having issues with the flash debugger and intelli j so was perfect..

how would you recommend using flash assets though? you can&#039;t include the swc as a dependency like you would normally in intelli j because its not building the project right? I was thinking maybe just adding my assets and classes to that main fla but then they&#039;ll display as unrecognized type by intelli j which could get confusing.. any thoughts?</description>
		<content:encoded><![CDATA[<p>works great, was having issues with the flash debugger and intelli j so was perfect..</p>
<p>how would you recommend using flash assets though? you can&#8217;t include the swc as a dependency like you would normally in intelli j because its not building the project right? I was thinking maybe just adding my assets and classes to that main fla but then they&#8217;ll display as unrecognized type by intelli j which could get confusing.. any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash + IntelliJ IDEA &#171; Сайтостроение в Тамбове. Блог Веб мастеров и ИТ специалистов</title>
		<link>http://www.rossgerbasi.com/2010/03/intellij-and-flash-cs4/comment-page-1/#comment-9176</link>
		<dc:creator>Flash + IntelliJ IDEA &#171; Сайтостроение в Тамбове. Блог Веб мастеров и ИТ специалистов</dc:creator>
		<pubDate>Fri, 07 Jan 2011 12:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.rossgerbasi.com/?p=39#comment-9176</guid>
		<description>[...] компиляции на основе скачанного батника (подробнее здесь), но этот метод внезапно перестал работать (вроде бы, [...]</description>
		<content:encoded><![CDATA[<p>[...] компиляции на основе скачанного батника (подробнее здесь), но этот метод внезапно перестал работать (вроде бы, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nadav</title>
		<link>http://www.rossgerbasi.com/2010/03/intellij-and-flash-cs4/comment-page-1/#comment-9161</link>
		<dc:creator>nadav</dc:creator>
		<pubDate>Mon, 27 Dec 2010 09:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.rossgerbasi.com/?p=39#comment-9161</guid>
		<description>awesome tutorial. thanks so much</description>
		<content:encoded><![CDATA[<p>awesome tutorial. thanks so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marat</title>
		<link>http://www.rossgerbasi.com/2010/03/intellij-and-flash-cs4/comment-page-1/#comment-9094</link>
		<dc:creator>Marat</dc:creator>
		<pubDate>Thu, 08 Jul 2010 11:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rossgerbasi.com/?p=39#comment-9094</guid>
		<description>Thanks a lot for this video from Russia)!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this video from Russia)!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.rossgerbasi.com/2010/03/intellij-and-flash-cs4/comment-page-1/#comment-9065</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Fri, 16 Apr 2010 19:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rossgerbasi.com/?p=39#comment-9065</guid>
		<description>Hey, 

I have seen this also, it seems to be fixed in Snow Leopard and break in anything earlier. What are you running?

thanks
-ross</description>
		<content:encoded><![CDATA[<p>Hey, </p>
<p>I have seen this also, it seems to be fixed in Snow Leopard and break in anything earlier. What are you running?</p>
<p>thanks<br />
-ross</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franz</title>
		<link>http://www.rossgerbasi.com/2010/03/intellij-and-flash-cs4/comment-page-1/#comment-9064</link>
		<dc:creator>Franz</dc:creator>
		<pubDate>Fri, 16 Apr 2010 19:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rossgerbasi.com/?p=39#comment-9064</guid>
		<description>Hey, thanks for the tutorial and script! Unfortunately the bash plugin gives me a fatal startup error :-(</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the tutorial and script! Unfortunately the bash plugin gives me a fatal startup error <img src='http://www.rossgerbasi.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

