Hi All, I created a SWC project using flexmojos 3.5 in FlashBuilder 4 beta2 on a Windows XP machine. I managed to create testcases and run them in FlashBuilder.
Today I added resource bundles. They are located in /src/main/resources/locales (accordingly to Maven project structure). I added the compiler settings so the compiler is able to find my resource bundle files. The compiler seems to find the bundle files, no error is given. But when I try to run the FlexUnitApplication I always get the exception the resource bundles can't be found. Does anybody know where to set the resource bundle path so I can run my unit-tests? Thank you in advance, Christoph

