Hi,
I am currently finishing the last Test in the Flexmojos 7.1.0-SNAPSHOT testsuite. This one is sort of giving me a hard time. It's a test in which a swc is compiled using RSLs. I had this problem in another project too so now I want to fix this. It seems when running on a Mac I get errors during the build and the build fails: Error: Unable to resolve resource bundle "skins" for locale "en_US". Error: Unable to resolve resource bundle "effects" for locale "en_US". Error: Unable to resolve resource bundle "modules" for locale "en_US". Error: Unable to resolve resource bundle "skins" for locale "en_US". Error: Unable to resolve resource bundle "skins" for locale "en_US". Error: Unable to resolve resource bundle "effects" for locale "en_US". The same build seems to work fine on a windows machine. I had a look at the code and it doesn't explicitly depend on any resources, so it's probably something else. I tried with the latest released versions of Flexmojos and had the same problems. Any Ideas? Anyone having similar problems? Chris