Compc“错误:找不到资源包源”从 2.0.1 升级时在 Flex 3 中
我已将项目从 SDK 2.0.1 移至 3.5,因为我使用的是 TLF。这在 flex builder 3 IDE 中编译正常,但我现在正在为我们的构建系统使用命令行编译,并且所有标准 Flex 资源包都出现错误:共享资源、集合、容器、控件等。我可以看到这是因为改进在 Flex 3 和 SDK 本地文件夹中没有这些 .properties 文件,但现在有一个 Framework_rb.swc。
谁能告诉我如何使用 3.5 SDK 编译资源包?
该应用程序没有对资源包或使用资源包元标记进行任何巧妙的处理。
谢谢,
奈杰尔
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想这意味着在构建系统机器上找不到框架资源包。您应该使用 copylocale 命令创建它们。
http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084 -7f2d.html
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