如何更改项目中的项目资源位置?
我使用 Eclipse PDT 并设置了一些 PHP 项目。一个项目的资源必须移至不同的文件夹中。我可以在不删除项目并设置新项目的情况下更改资源位置吗?
通过“项目 - >属性”我只能看到位置路径,但无法更改它。
I use Eclipse PDT and have setup some PHP projects. The resources for one project had to be moved into a different folder. Can I change the resource location without deleting the project an setting up a new one?
Via "Projects -> Properties" I can only see the location path, but I can't change it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
右键单击项目->重构->移动
或关闭项目,将其删除(但不要删除磁盘上的内容),使用终端或文件浏览器移动磁盘上的项目文件夹,在 Eclipse 中单击“文件”->“移动”。导入->一般>现有项目进入工作区...
Right-click on the project -> Refactor -> Move
Or close the project, delete it (but do not delete content on disk), use terminal or file browser to move the project folder on disk, in Eclipse click File -> Import -> General > Existing Projects into Workspace ...
您可以在项目级别使用 refactor>move 将该代码移动到新位置
不确定这是否正是您想要的。
You can at project level use refactor>move to move that code to a new location
Not sure if that is exactly what you want.
您可以通过右键单击项目文件夹,然后 Refactor->Move... 来移动位置。
然后浏览到新文件夹,注意新位置不能在当前工作区中。
You can move the location by right click on the project folder, then Refactor->Move...
Then Browse to new folder, note that new location can not be in the current workspace.