Resource is out of sync with the file system
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Resource is out of sync with the file system相关的知识,希望对你有一定的参考价值。
Resource is out of sync with the file system解决办法:
在eclipse或mycelipse中,启动run on server时或查看项目文件时报错:Resource is out of sync with the file system: ‘/Test_1_Struts_Spring_Hibernate/WebContent/WEB-INF/.struts-config.xml.strutside‘.
这是文件系统不同步的问题,是因为在eclipse或mycelipse之外对工程中的resource进行修改引起的(或者是由不同的系统间对文件进行修改引起的)
但是,有时没有在eclipse或mycelipse之外进行修改,也会报类似的错误。
解决方案如下:
需要手动刷新一下资源管理器。
(1)在eclipse或mycelipse中,工程目录右键,选择F5(refresh)
(2)设置eclipse或mycelipse自动刷新。
通过Window->Preferences->General->Workspace,选中Refresh automatically。
以上是关于Resource is out of sync with the file system的主要内容,如果未能解决你的问题,请参考以下文章
system times on machines may be out of sync
Uncaught TypeError: Right-hand side of 'instanceof' is not callable(markdown-scroll-sync)(示例
svn: resource out of date; try updating的解决
解决The resource identified by this request is only capable of generating responses with characteristi
问题记录系列the resource is not on the build path of a java project