Importing Flexmojos Projects to IntelliJ IDEA 8.1.3
Monday, August 17th, 2009IntelliJ IDEA 8.1.3 includes initial support for importing Flex projects that are set up using Flexmojos Maven plugin.
To start the import we need to have a compilable Flexmojos project that generates Flex compiler configuration file during compilation. Let’s take a Flexmojos application sample from the book Maven: The Definitive Guide, chapter 17 Developing with Flexmojos, section 17.3.2. Creating a Flex Application.