We are working with IDEA 10 on a multi-module flexmojos 4 project, and
it works with some minor drawbacks:

1) IDEA keeps komplainign about missign compiler configs, bc it looks
for files fittign the old (3.x) naming convention for compiler config
files. It _does_ find the new ones. There are open bug tickts for this
at the IDEA "youtrack" (see below)
2) To run unit tests from the IDE, you need to tell IDEA where to find
a custom compiler config file. You do so in the Flex Faet config in
Module settings. Check "Custom compiler configuration file for tests:"
and point it to
"<PROJECT_HOME>/target/test-classes/TestRunner-configs.xml"

After this, make runs fine with IDEA. Of course, you need to do a
maven build once to generate the compiler config before which is not
ideal sometimes when you do clean builds with maven and there is some
failure.

Details are available here:
http://youtrack.jetbrains.net/issue/IDEA-62333?query=flexmojos+4

--Sebastian

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to