Compc“错误:找不到资源包源”从 2.0.1 升级时在 Flex 3 中

发布于 2024-10-27 15:49:41 字数 301 浏览 3 评论 0原文

我已将项目从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦在深巷 2024-11-03 15:49:41

我想这意味着在构建系统机器上找不到框架资源包。您应该使用 copylocale 命令创建它们。

添加其他区域设置时,您必须
还包括框架资源
对于该语言环境。 en_US 语言环境是
已经提供了。对于所有其他
locales,您必须创建框架
资源。创建语言环境
框架资源,使用
/sdk/bin 中的 copylocale 实用程序
目录。对于 Flash Builder,
copylocale 实用程序位于
flash_builder_install/sdks/4.0.0/bin。
您只能从以下位置执行此实用程序
命令行。

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.

When adding other locales, you must
also include the framework resources
for that locale. The en_US locale is
already provided. For all other
locales, you must create the framework
resources. To create a locale’s
framework resources, use the
copylocale utility in the /sdk/bin
directory. For Flash Builder, the
copylocale utility is located in
flash_builder_install/sdks/4.0.0/bin.
You can only execute this utility from
the command line.

http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7f2d.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文