about the docs is the best thing to do
1. Backup your project on your local file system or (even better) in
your source control system.
2. In pom.xml, change <appfuse.version>2.0-m4</appfuse.version> to
<appfuse.version>2.0-m5</appfuse.version>
3. run:
rm -r src/main/webapp/WEB-INF/classes
mvn war:inplace
rm -r src/main/webapp/WEB-INF/lib
rm src/main/webapp/WEB-INF/classes/struts.xml
mvn install eclipse:eclipse
or mvn idea:idea
tibi wrote:
ok good lesson for next time ;)
allways compare
mvn integration-test
mvn jetty:run
mvn jetty:run-war (this one would have worked i guess)
somehow the:
mvn war:inplace
did not update the class files grrrrr
tibi
tibi wrote:
i think i have it...
there were classes in my web-inf removed those and now it works...
pff stupid and yes i will add a note to the docs ;)
tibi
jtushman wrote:
Has anyone else upgraded m4 to m5 successfully?
I upgraded yesterday successfully. I run a springmvc appfuse app.
Had a
similar problem with my IDEA installation referring to the m4 jars,
but mvn
idea:idea, seem to clean that right up. I also was required to
change the
use of the Managers and DAOs as specified in the Upgrade Guide.
-- jonathan tushman
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]