Upgrade problems from 1.1.5 to 1.2.0
Hello everybody,
I have some problems when upgrading my existing web application from 1.1.5 to 1.2.0. It is quite a small application with about 5 entities, their mvc pages and spring security.
The first step after installing 1.2.0 is that I start roo in the root directory. Roo deletes some aj files with the message "not required for governer [classname]" and updates the roo.version property in my pom.xml.
After that I copy the complete <properties>, <dependencies>, <pluginRepositories> from the Roo clinic 1.2.0 sample's pom.xml to my pom.xml.
When I now execute mvn:package all Roo annotations (RooEntity, RooWebScaffold, RooConversionService) cannot be resolved and the build fails. Since these are the only error messages that I receive and the Roo annotation package is included in pom.xml I have no idea, what's wrong.
Can somebody give me a hint on this?
Greetings and thanks in advance.