Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.0.M2
-
None
Description
Roo and M2E integration issue. Occasionally after executing some Roo commands, the Roo project will be left in such a state that the it needs a manual update of the project configuration in order to clear error markers. For example when running the pizzashop script bundled with the Roo runtime, executing 'web mvc json setup' will produce the output:
Created ROOT/src/main/webapp/WEB-INF/spring
Created ROOT/src/main/webapp/WEB-INF/spring/webmvc-config.xml
Created ROOT/src/main/webapp/WEB-INF/web.xml
Updated ROOT/src/main/webapp/WEB-INF/web.xml
Updated ROOT/pom.xml [added dependency org.springframework:spring-webmvc:${spring.version}; updated project type to war]
after which the stated problem marker appears for the pizzashop project.