导出 Flex 3 的 Flash Builder 4 项目

发布于 2024-11-30 02:12:20 字数 132 浏览 1 评论 0原文

我正在开发 Flash Builder 4,并且想要导出一个 Flex 项目,以便我的同事使用 Flex 3 可以打开它。不幸的是,导出 .fxp 文件不适用于 Flex 3。还有其他方法可以做到这一点吗?

感谢您提供任何有用的信息!

I'm working on Flash Builder 4 and want to export a flex project so my colleague, with Flex 3, can open it. Unfortunately, exporting a .fxp file doesn't work with Flex 3. Is there any other way to do it?

Thanks for any useful info!

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

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

发布评论

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

评论(1

一袭白衣梦中忆 2024-12-07 02:12:20

好吧,你可以:

  1. 将它放在一个公共的 svn 存储库中并通过 subclipse 检查它。
  2. 压缩实际的文件结构(假设您没有在 .flexProperties 等中做任何太疯狂的事情,这应该可以正常工作)。然后只需从文件系统导入项目即可。无论如何,fxp 基本上是一个美化的 zip,所以这应该不会太困难。
  3. 直接复制文件(与压缩相比几乎没有任何好处,但它是一个选项)。

Well, you could:

  1. Place it in a common svn repository and check it out through subclipse.
  2. Zip the actual file structure (assuming you aren't doing anything too crazy in .flexProperties et al, this should work fine). Then simply import project from the file system. An fxp is basically a glorified zip anyway, so this shouldn't be terribly difficult.
  3. Copy the files directly (Offers almost 0 benefit over zipping, but it is an option).
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文