
Originally Posted by
MiB
I seem to fall into an odd loop in some of my simple Roo projects.
At some point I get the Marker under "Maven problems" with the message "Project configuration is not up-to-date with pom.xml. Run project configuration update".
I do what is asked and run Maven -> "update project configuration" from the right-click popup menu and I choose to update dependencies for the codebase of the project. When I do I'm noticed "Unable to update maven configuration" with error "problems encountered when setting project description".
Sometimes I also get the submessage that "Cannot remove nature org.springframework.ide.eclipse.core.springnature because it is a prerequisite of nature com.springsource.sts.roo.core.nature."
I tried a couple of times to remove and re-add the natures in question, which resolved the problem temporarily. Any small change to the pom starts this cycle once more however.
Project was created with Roo and some changes made to the pom. The project in use validates, compiles and tests run green.
STS 2.8.1.RELEASE fresh install with Mercurial, Infinitest. For maven (external 3.03) I added the plugins maven-builder-helper, Failsafe and Cargo.
I need to get out of this cycle now. Any ideas or thoughts?