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.

解决方案
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
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项目时遇到错误,想从工作区删除项目并从ClearCase仓库重新创建。解决方案指出,问题通常是由于view_server.exe进程仍锁定文件,应先断开连接并确保视图已停止,最好从命令行停止视图,之后便可正常删除项目。
1217

被折叠的 条评论
为什么被折叠?



