每当我在Eclipse STS中创建新的Spring MVC项目时,我都会收到此错误消息。
The project was not built due to "Error deleting resource '/ProjectName/target/classes/log4j.xml' from the workspace tree." Fix the problem, then try refreshing this project and building it since it may be inconsistent.
为什么会这样?我还没有改变任何内容,文件系统上存在位于classes\log4j.xml
的文件。当我尝试导入文件时,Eclipse告诉我,我不能,因为源已经存在于项目中(即使它告诉我它已被删除)。
答案 0 :(得分:11)
这可能是因为文件/文件夹被锁定而eclipse无法删除它。尝试重新启动Eclipse。如果这不起作用,请手动删除文件。由于它位于classes文件夹中,因此在构建时将重新创建。
如果所有其他方法都失败了,请尝试重新启动计算机。