如何在eclipse上导入flex
我第一次在我的 ubuntu 8.04 机器上使用带有 eclipse 3.3 的 linux Flex 构建器,并且我需要修改预先存在的 Flex 项目。 如何将此项目(其 Flex 项目的版本控制分支)导入到我的 Eclipse 环境中。
我尝试在 Eclipse 中创建一个新的 Flex 项目并将源文件夹链接到它,但它不起作用。
有什么指点吗?
I am using the linux Flex builder with eclipse 3.3 on my ubuntu 8.04 machine for the very first time, and I need to modify a preexisting flex project. How do I import this project (its version controlled branch of the flex project) to my eclipse environment.
I have tried creating a new flex project in eclipse and linking the source folder to it, but it does not work.
Any pointers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当所有其他方法都失败时,只需创建一个正确类型的新 Flex 项目,退出 Eclipse 并将项目文件复制到该文件夹..重新启动构建器,您就可以了
when all else fails just create a new flex project of the correct type, exit eclipse and copy the project files over to that folder .. restart builder and you'll be up
您应该能够为 SVN(或您正在使用的任何 SCM)安装 Eclipse 插件,然后查看该项目。 如果这不起作用,则尝试导入它(文件 -> 导入 -> 将现有项目导入工作区)。 如果这不起作用,则创建一个指向项目基目录的新 Flex 项目。
You should be able to install Eclipse plugins for SVN (or whatever SCM you are using) and then check out the project. If that doesn't work then try to import it (File -> Import -> Existing Projects into Workspace). If that doesn't work then create a new Flex Project pointed at the base directory for your project.