I get this error message whenever I create new Spring MVC projects in Eclipse STS.
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.
Why is this happening? I haven't changed anything and the file located at classes\log4j.xmlexist on the file system. When I try to import the files, Eclipse tells me that I can't because the source is already existing in the project (even though it's telling me it has been deleted).