I get the this \"Error: unable to resolve \'/assets/images/**.png\' for transcoding\" while building on FlexMojos 4.0-RC2 and Flex SDK 4.5.1.21328. Code is like below
I am compiling a very simple app, Main.mxml: <?xml version=\"1.0\" encoding=\"utf-8\"?> <s:Application
When compiling using flexmojos I get the warning: [WARNING] No themes are explicitly defined in thesection or in any scope=\"theme\" dependencies. Flexmojos is now attempting to figure out which them
I can\'t set my custom theme in Maven like I do it in Eclipse by changing theme in project properties.
How I can configure copy-flex-resources goal and swf dependencies to copy swf files to the custom folder in my web-app? By default it copies to the web-app root.
My projects UI is built using Flex4.1..I am using maven2 and trying to figure out which flex-mojo version should I use for compiling.
Right now I am using an apply task inside of an antrun execution. <plugin> <artifactId>maven-antrun-plugin</artifactId>
This is probably a silly question but I just cant seem to figure out. I\'m completely new to flex and maven.
If I try the getting-started on http://flexmojos.sonatype.org/getting-started.html I get some errors. Can somebody help me out? I\'m new to maven, but since it\'s a getting-started, I was hopin\' ever
I\'m building a Flex application with Maven and the Flex Mojos plugin. I now want to c开发者_StackOverflow中文版ompile an alternative version of the application with some extra libraries to enable aut