如何从eclipse中删除java项目而不影响清理库 [英] How to remove java project from eclipse without affecting clearcase repository

查看:599
本文介绍了如何从eclipse中删除java项目而不影响清理库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试删除一个java项目时,我收到附加的错误。

When I try to delete a java project I receive attached error.

在删除之前,我应该先断开项目。我想从我的工作区删除项目,并从清理库中重新创建。

Should I disconnect the project first before deleting it. I want to delete the project from my workspace and recreate it again from the clearcase repository.

推荐答案

这通常是由于 view_server.exe 进程仍然锁定文件。

This is usually due to a view_server.exe process still locking a file.

您应该先断开连接,还要确保视图已被停止。

最好从命令行停止视图:

You should disconnect first, but also make sure the view has been stopped.
It is best to stop the view from the command-line:

cleartool endview -server yourView

然后,您应该能够从Eclipse中删除项目没有问题(除非您有其他进程,与ClearCase无关,在您的一个项目文件中保留一个句柄)。

Then, you should be able to delete the project from Eclipse without problem (unless you have other processes, not related to ClearCase, keeping an handle on one of your project files).

这篇关于如何从eclipse中删除java项目而不影响清理库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆