Java/Flex combined module from Eclipse to Intellij IDEA
Hello Intellij Idea users,
I used combined flex/java project (both wtp nature and flex nature) with my eclipse/flashbuilder project (attached the screeshot)
Is it possible to same structure in idea's module and how?
If I tried to import Eclipse project (module from external model->eclipse) Idea understands only java/web related stuff
If I tried to import FlashBulder (module from external model -> Flashbuilder) idea picks only flash related stuff.
Is there a way to add flash module nature as facet?
Thanks
Please sign in to leave a comment.
Hi,
it was possible in IntelliJ IDEA 11.0.2 and earlier, though you had to tune configuration manually after import. In that IntelliJ IDEA version it was possible to create Java module with Flex facet (and Web facet as well if needed).
Since IntelliJ IDEA 11.0 Flash project setup is completely redesigned and now there's no such thing as Flex facet. You have either Java module for Java related stuff or Flash module for ActionScript and Flex related stuff. We find it to be a bad style to mix different technologies in one module so we are not going to return such possibility back.
As you keep java and Flex sources in different folders probably you'll be able to configure IntelliJ IDEA project with 2 modules (Java and Flash) without changing your folder structure.
Alexander,
Thanks for reply.
At this point, how would you reccomend to configure the project/module structure
I unable to find Flex/Java/Web project best practices on your website.
Any ideas?
Thanks in advance
Sorry for delay.
Artifact editor doesn't have any restrictions that wouldn't allow you to configure it in any way, does it?
Flash build configuration, Compiler Options tab: there in the options tree expand Server Technology. Also this tab has 'Additional compiler options' field that gives you full control and flexibility of the Flex compilation.