Flex-Mojos 编译 fxg

发布于 2024-11-16 22:29:39 字数 302 浏览 3 评论 0原文

有谁有示例 pom.xml 或有关如何使用 flex-mojos 编译 FXG 文件的提示吗?

我们在项目中使用一些 FXG 图像,将它们添加到 mxml 中,如下所示:

图像 ns 指的是包含 FXG 图像文件的包。 在 Eclispe 中这工作得很好。

但是当 flex-mojos 编译项目时,我们收到“Type not found”错误。

当我们删除 FXG 但将标签保留在 MXML 中时,我们在 Eclipse 中遇到相同的错误。 所以看起来 maven/flex-mojos 忽略了图像目录中的 FXG 文件。

Does anyone have a sample pom.xml or a tip of how to get flex-mojos to compile FXG files?

We use some FXG images in our project by adding them in mxml like:

The image ns refers to a package containing the FXG image files.
In Eclispe this works fine.

But when flex-mojos is compiling the project we get a "Type not found" error.

We get the same error in eclipse when we delete the FXG but keep the tag in MXML.
So it looks like maven/flex-mojos is ignoring the FXG files in the image directory.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

两个我 2024-11-23 22:29:39

现在可以使用了。

我们案例中的问题与以下事实有关:我们的 FXG 被放置在 Assets 文件夹中,该文件夹是项目的第二个源文件夹。

由于某种原因 Flex-Mojos 无法编译它。
我们将 FXG 文件从资产文件夹移动到主源文件夹中,现在进行编译。

此问题仅发生在 FXG 文件上,资产文件夹中的其他资产(例如图像)编译正确。

我们使用的 SDK 是 4.5.0.20967,带有 FM 4.0-beta-7。

Got it working now.

The problem in our case had to do with the fact that our FXG was placed in the Assets folder which was a second source folder of the project.

For some reason Flex-Mojos was not able to compile this.
We moved our FXG files from the assets folder into the main source folder and now in compiles.

This problem only occurs on FXG files, other assests in the assets folder like images are compiled correct.

The SDK we are using is 4.5.0.20967 with FM 4.0-beta-7.

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