Prompt to set Flex SDK on existing projects after a git checkout/maven project creation

Hi,

I hope I'm on the correct discussion branch.

bug01.PNG

Hi get this message every time I import a new project using git checkout and then a new project creation using maven as the sub-option. This might even happening only doing the second step of the maven project creation for an existing repo.
Either way I get this error for every single flex project I have opened, which means every time I follow the workflow described I have to click Yes for all the Flex projects I'm working on.

Is this a know bug? Anyone had similar issues?

Cheers.

Vitor.

0

Hi,
this forum branch is mostly for 3rd party plugins, better place is http://devnet.jetbrains.net/community/idea/ideacommunity
Anyway, I'll answer here.

Am I right that you create project using New Project | Create Project From External Model | Maven | ...? Do you see wizard step asking for Project SDK?
You'll not see this annoying dialog if you have at least one Java SDK configured at File | Project Structure | SDKs (or if you configure it just at the respective wizard step). It is not absolutely obvious, but to work with Flexmojos projects IDEA uses Java modules with Flex facets. Java module needs Java SDK, Flex facets need Flex SDK, that's why some confision happens. We are working on better Flex Project setup, and first we probe it in dedicated product with code name Astella, available in early-access program. It doesn't support Flexmojos yet, but may be you'd like to try it: http://blogs.jetbrains.com/idea/2011/10/jetbrains-introduces-astella-a-new-ide-for-actionscript-flex-air-and-html5-development/

0
Avatar
Permanently deleted user

Very good. Works like a charm, and I was even thinking this would apply project by project but all my other Intellij projects have the JDK.

I know this is not the place, but since I'm a person evaluating Intellij for a large corporate group, do you think the first version of Astella should be fitter for Flex development than the Intellij plugin I'm currently using. One note, we are heavily dependent on FlexMojos, is that coming in Release 1.0.

Cheers.

Vitor.

0

Yes, we think Astella will be more powerful for developers who do not need Java. It will preserve all features available in IntelliJ IDEA (including flexmojos) and add some more features that become possible because of completely new and more convenient project configuration. When Astella achieve release quality we'll integrate its concepts in IntelliJ IDEA, so Astella will become a subset of IntelliJ IDEA.

0
Avatar
Permanently deleted user

Thank you very much for your input Alexander.

0

请先登录再写评论。