flexbuilder-goal
Flexmojos 'flexbuilder' goal
...
Content
...
Know limitations
The flexmojos goal "flexbuilder" does not configure the compiler settings in FlexBuilder/FlashBuilder correctly. To be able to compile and run the application in the Builder you have to set the compiler settings similar to this:
-locale=en_US,de_DE -source-path=..\resources\locale\{locale} -allow-source-path-overlap=true
In this example english and german localizations are available and the locale property files are located in the folder resources/locale/en_US and resources/locale/de_DE.
Known IssuesÂ