How to get informative compile error messages when using flexmojos-maven-plugin?

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-06-10T11:30:32Z Indexed on 2010/06/10 11:32 UTC
Read the original article Hit count: 236

Filed under:
|
|
|

I'am using flexmojos-maven-plugin to build my Flex module. So on the compile phase I'm getting

org.apache.maven.plugin.MojoExecutionException: Error compiling!

with no information on where (on what source file) the error happens and what is nature of the compile error. I'll appreciate if anyone can instruct me on how to make flexmojos-maven-plugin print more information about compile errors.

© Stack Overflow or respective owner

Related posts about flex

Related posts about compiler-errors