<?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"
	>
<channel>
	<title>Comments on: Developing AIR Applications with Maia</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2009/05/air-applications-development-in-intellij-idea-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2009/05/air-applications-development-in-intellij-idea-9/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Wed, 16 May 2012 21:15:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Alexander Doroshko</title>
		<link>http://blogs.jetbrains.com/idea/2009/05/air-applications-development-in-intellij-idea-9/#comment-119698</link>
		<dc:creator>Alexander Doroshko</dc:creator>
		<pubDate>Wed, 18 Nov 2009 15:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1052#comment-119698</guid>
		<description>The answer is in the forum thread: 
http://www.jetbrains.net/devnet/message/5250347#5250347
Please post new questions in the forum in case of any more problems.</description>
		<content:encoded><![CDATA[<p>The answer is in the forum thread:<br />
<a href="http://www.jetbrains.net/devnet/message/5250347#5250347" rel="nofollow">http://www.jetbrains.net/devnet/message/5250347#5250347</a><br />
Please post new questions in the forum in case of any more problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Marie Geffroy</title>
		<link>http://blogs.jetbrains.com/idea/2009/05/air-applications-development-in-intellij-idea-9/#comment-119693</link>
		<dc:creator>Jean-Marie Geffroy</dc:creator>
		<pubDate>Wed, 18 Nov 2009 12:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1052#comment-119693</guid>
		<description>Followup... I'm now getting the "Cannot resolve symbol: mx:WindowedApplication" when trying to compile the generated "Hello World" application. Any idea? I also posted this question on http://www.jetbrains.net/devnet/message/5250339#5250339.</description>
		<content:encoded><![CDATA[<p>Followup&#8230; I&#8217;m now getting the &#8220;Cannot resolve symbol: mx:WindowedApplication&#8221; when trying to compile the generated &#8220;Hello World&#8221; application. Any idea? I also posted this question on <a href="http://www.jetbrains.net/devnet/message/5250339#5250339" rel="nofollow">http://www.jetbrains.net/devnet/message/5250339#5250339</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Marie Geffroy</title>
		<link>http://blogs.jetbrains.com/idea/2009/05/air-applications-development-in-intellij-idea-9/#comment-119687</link>
		<dc:creator>Jean-Marie Geffroy</dc:creator>
		<pubDate>Wed, 18 Nov 2009 11:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1052#comment-119687</guid>
		<description>Sorry, I found the problem. On Mac OS X, my Adobe SDKs were under the /Applications directory. I moved it into my home dir and it's OK. Sorry again, and thank you for your great tools.</description>
		<content:encoded><![CDATA[<p>Sorry, I found the problem. On Mac OS X, my Adobe SDKs were under the /Applications directory. I moved it into my home dir and it&#8217;s OK. Sorry again, and thank you for your great tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Marie Geffroy</title>
		<link>http://blogs.jetbrains.com/idea/2009/05/air-applications-development-in-intellij-idea-9/#comment-119684</link>
		<dc:creator>Jean-Marie Geffroy</dc:creator>
		<pubDate>Wed, 18 Nov 2009 09:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1052#comment-119684</guid>
		<description>I'm currently considering switching to IDEA to develop AIR/Flex applications. 
Like MartinR, I get the same error message when trying to specify the location of my AIR SDK: "The selected directory is not a valid home for AIR SDK".
I just installed the following releases:
- IDEA 9.0 beta (build# 90.193)
- Adobe Flex 4 SDK
- Adobe AIR 2 SDK (simply unzipped it at the root folder of the Flex SDK)
Maybe IDEA does not support these recent SDKs from Adobe?
Thank you very much in advance,</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently considering switching to IDEA to develop AIR/Flex applications.<br />
Like MartinR, I get the same error message when trying to specify the location of my AIR SDK: &#8220;The selected directory is not a valid home for AIR SDK&#8221;.<br />
I just installed the following releases:<br />
- IDEA 9.0 beta (build# 90.193)<br />
- Adobe Flex 4 SDK<br />
- Adobe AIR 2 SDK (simply unzipped it at the root folder of the Flex SDK)<br />
Maybe IDEA does not support these recent SDKs from Adobe?<br />
Thank you very much in advance,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Doroshko</title>
		<link>http://blogs.jetbrains.com/idea/2009/05/air-applications-development-in-intellij-idea-9/#comment-114989</link>
		<dc:creator>Alexander Doroshko</dc:creator>
		<pubDate>Mon, 24 Aug 2009 16:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1052#comment-114989</guid>
		<description>To Nick:
Completion of what tag values to you expect to have? It seems that the only element that is worth completion is &#60;content/&#62; that contains relative path to swf file. Though it can be easily selected using action Tools &#124; Flex &#124; Create AIR Application Descriptor.</description>
		<content:encoded><![CDATA[<p>To Nick:<br />
Completion of what tag values to you expect to have? It seems that the only element that is worth completion is &lt;content/&gt; that contains relative path to swf file. Though it can be easily selected using action Tools | Flex | Create AIR Application Descriptor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Collins</title>
		<link>http://blogs.jetbrains.com/idea/2009/05/air-applications-development-in-intellij-idea-9/#comment-114791</link>
		<dc:creator>Nick Collins</dc:creator>
		<pubDate>Fri, 21 Aug 2009 13:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1052#comment-114791</guid>
		<description>Any possibility of having code completion for the AIR Application descriptor, similar to what we have with Spring config files?</description>
		<content:encoded><![CDATA[<p>Any possibility of having code completion for the AIR Application descriptor, similar to what we have with Spring config files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexanderD</title>
		<link>http://blogs.jetbrains.com/idea/2009/05/air-applications-development-in-intellij-idea-9/#comment-110863</link>
		<dc:creator>AlexanderD</dc:creator>
		<pubDate>Wed, 10 Jun 2009 08:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1052#comment-110863</guid>
		<description>To Suresh: will be done soon. Issue already created: http://www.jetbrains.net/jira/browse/IDEADEV-36354</description>
		<content:encoded><![CDATA[<p>To Suresh: will be done soon. Issue already created: <a href="http://www.jetbrains.net/jira/browse/IDEADEV-36354" rel="nofollow">http://www.jetbrains.net/jira/browse/IDEADEV-36354</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://blogs.jetbrains.com/idea/2009/05/air-applications-development-in-intellij-idea-9/#comment-110845</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Tue, 09 Jun 2009 20:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1052#comment-110845</guid>
		<description>Is there a way to change the directory from which the air application is launched , I see that it is currently always being launched from the project root. I work in a multi module environment and would idealy like do something like


adl bld\CM-app.xml bld</description>
		<content:encoded><![CDATA[<p>Is there a way to change the directory from which the air application is launched , I see that it is currently always being launched from the project root. I work in a multi module environment and would idealy like do something like</p>
<p>adl bld\CM-app.xml bld</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexanderD</title>
		<link>http://blogs.jetbrains.com/idea/2009/05/air-applications-development-in-intellij-idea-9/#comment-110437</link>
		<dc:creator>AlexanderD</dc:creator>
		<pubDate>Wed, 03 Jun 2009 11:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1052#comment-110437</guid>
		<description>In other words, 'AIR SDK' in IntelliJ IDEA means 'Flex SDK for AIR development'.</description>
		<content:encoded><![CDATA[<p>In other words, &#8216;AIR SDK&#8217; in IntelliJ IDEA means &#8216;Flex SDK for AIR development&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexanderD</title>
		<link>http://blogs.jetbrains.com/idea/2009/05/air-applications-development-in-intellij-idea-9/#comment-110435</link>
		<dc:creator>AlexanderD</dc:creator>
		<pubDate>Wed, 03 Jun 2009 11:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1052#comment-110435</guid>
		<description>The point is that 'AIR SDK' that you have installed on your computer is only a subset of what is called 'Flex SDK' and it doesn't contain some important parts like compiler, configuration files and swc libraries.
What you need to have to develop AIR applications is a Flex SDK (which contains all AIR related stuff as well). Please install it and select as AIR SDK home in IDEA.</description>
		<content:encoded><![CDATA[<p>The point is that &#8216;AIR SDK&#8217; that you have installed on your computer is only a subset of what is called &#8216;Flex SDK&#8217; and it doesn&#8217;t contain some important parts like compiler, configuration files and swc libraries.<br />
What you need to have to develop AIR applications is a Flex SDK (which contains all AIR related stuff as well). Please install it and select as AIR SDK home in IDEA.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

