On Fri, Mar 19, 2010 at 8:11 AM, Per Olesen <[email protected]> wrote:
> In my attempt to squizze just a little bit more performance out of the > flex compiler, I tried enabling incremental compilation, but cannot > get it to work. *I suspect it being the compiler and not flex-mojos > that has a problem.* I just thought the flex-mojos brain trust might > have some input on what I might be doing wrong :-( > =D I made a quick mode for flexmojos... http://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/compile-swf-mojo.html#quick It will check if the code didn't changed, and if that is true, won't recompile your project. You just can't run it with clean, just mvn install -Dquick=true VELO -- 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?hl=en?hl=en http://flexmojos.sonatype.org/ To unsubscribe from this group, send email to flex-mojos+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
