I have moved our project from SDK 2.0.1 to 3.5 because I'm using TLF. This has compiled OK in flex builder 3 IDE but I am now using command line compilation for our build system and getting errors for all the standard Flex resource bundles: Sharedresources, collections, containers, controls etc. I can see this is because of the improvements in Flex 3 and the SDK local folder doesn't have these as .properties files but now has a framework_rb.swc.
Can anyone tell me how to get the resource bundles to compile using 3.5 SDK?
The application isn't doing anything clever with resource bundles or using the resourcebundle metatag.
Thanks,
Nigel
I guess it means framework resource bundles can't be found on the build system machine. You should create them with the copylocale command.
http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7f2d.html