The compiler doesn't compile resources, they are simply copied to the output (eventually filtered, if enabled). If you want to compile them (and with FXGs you need to), they have to go to the src directory.
One option would be to add a second source directory using the build-helper-maven-plugin: http://www.mojohaus.org/build-helper-maven-plugin/usage.html But I would strongly suggest not to. Chris -----Ursprüngliche Nachricht----- Von: OyoKooN [mailto:[email protected]] Gesendet: Montag, 24. August 2015 17:05 An: [email protected] Betreff: Compile FXG files with Flexmojos Hello, I'd like to be able to compile my FXG files with Flexmojos. They're currectly store under the /resources/fxg folder and Flexmojos doesn't seem to find them. Should I move them into the /src folder or is there a way to have them compiled from the /resources folder? Thanks. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Compile-FXG-files-with-Flexmojos-tp11030.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
