I've got a problem when I am building my project. I uses the springsource tools (STS) version 3.1.0 on Linux platform. After I imported my project to the STS, the springsource tools told me that "No such file or directory" at the pom.xml file. The file is actually exist in the correct path. I think the project is working fine because I've tried to import the same project with the same procedure in the other computer.
When I use console to compile the project with maven, all of them are complied successfully.
I've also tried the following but still not work: 1. reinstall the STS. 2. re-import the project. 3. create a user profile and re-import project. 4. use older version of STS (3.0.0)
I want to import the project to my computer so that I can work with. Please suggest to resolve the problem. Thanks!