Flex Builder 3 和 Flash Builder 兼容性
你好 我使用 Flex Builder 3 进行所有编码。最近,在我工作的办公室,我们正在升级到 Flash Builder。 我仍然想在家里使用 Flex Builder 处理相同的项目。
谁能告诉我我会遇到什么兼容性问题?
Flash Builder 和 Flex Builder 之间无法共享同一个项目吗?
Hi
I use Flex Builder 3 for all my coding. Recently, at the office where I work we are upgrading to Flash Builder.
I would still like to work on the same projects at home using Flex Builder.
Can anyone tell me what compatibility issues I will run into?
Is it impossible to share the same project between Flash Builder and Flex Builder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有类似的设置。我还没有真正遇到任何问题。只要确保您使用相同的 SDK 即可。我通常使用 Actionscript 项目而不是 Flex 项目,因此我不确定那里是否会出现任何问题。我在从 Flex 3 转向 FDT 时遇到了问题,但这主要是由于项目文件和编译方法造成的。作为解决方案,我通常将源文件、库文件和 bin 文件放在源代码管理(svn 或 git)中,并忽略项目文件。然后,在每个环境中设置单独的项目。
I have a similar setup. I haven't really encountered any problems. Just make sure you're using the same SDK. I typically work with Actionscript projects as opposed to Flex projects, so I'm not sure if there would be any issues there. I have had issues with going from Flex 3 to FDT, but that was mainly due to the project files and compiling method. As a solution, I usually place my source, library and bin files in source control (svn or git) and ignore the project files. Then, set up separate projects in each environment.