Tuesday, December 8, 2009

m2eclipse The project was not built since its build path is incomplete. Fix the build path then try building this project

There could be several reasons for the occurence of this error message. It happened to me when I switched from using mvn eclipse:eclipse to m2eclipse.

Solution:

Go to the project directories and delete:
1) .setting folder
2).project file
3).classpath file

Import the project again afresh.

No comments:

Post a Comment