Re: Problems while upgrading a GWT maven project from GWT 2.1 SNAPSHOT to GWT 2.1.0 final release

2010-11-10 Thread vsdev
Setting the version of the GWT maven plugin to 2.1.0 (which is released now) in the pom.xml solved the problem. Volker On Nov 4, 4:21 pm, David Chandler drfibona...@google.com wrote: Oops, here you go: http://groups.google.com/group/google-web-toolkit/browse_thread/threa... /dmc On Thu,

Re: Problems while upgrading a GWT maven project from GWT 2.1 SNAPSHOT to GWT 2.1.0 final release

2010-11-04 Thread vsdev
Hi David starting with a fresh local maven repository didn't resolve the bug for me. Below I post more detailed information from the maven output - maybe you have another idea? Volker Maven output: == this realm = app0.child-container[org.codehaus.mojo:gwt-maven-plugin: 1.3.2.google]

Re: Problems while upgrading a GWT maven project from GWT 2.1 SNAPSHOT to GWT 2.1.0 final release

2010-11-04 Thread David Chandler
Hi Volker, See this thread for more info: https://mail.google.com/mail/?shva=1#apps/plexus/12be70cd49b26076 The only difference I can see is that you installed gwt-maven-plugin:1.3.2.google manually, whereas Hilco in the other thread added a repo in the POM as in the Expenses sample POM. As

Re: Problems while upgrading a GWT maven project from GWT 2.1 SNAPSHOT to GWT 2.1.0 final release

2010-11-04 Thread vsdev
Hi David, Thanks for your answer but the link redirects to google mail;) Could you post the correct link? When do you plan to get the gwt-maven-plugin:1.3.2.google changes back into the gwt-maven-plugin? Volker On Nov 4, 3:50 pm, David Chandler drfibona...@google.com wrote: Hi Volker, See

Re: Problems while upgrading a GWT maven project from GWT 2.1 SNAPSHOT to GWT 2.1.0 final release

2010-11-04 Thread David Chandler
Oops, here you go: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/334c3c82adff6bc/92d30966ff8ab00d /dmc On Thu, Nov 4, 2010 at 11:10 AM, vsdev vsommerf...@googlemail.com wrote: Hi David, Thanks for your answer but the link redirects to google mail;) Could you post

Problems while upgrading a GWT maven project from GWT 2.1 SNAPSHOT to GWT 2.1.0 final release

2010-11-03 Thread vsdev
I tried to upgrade a working GWT maven project from GWT 2.1 SNAPSHOT to the GWT 2.1.0 final release. That is, I changed the GWT version in the pom.xml from 2.1-SNAPSHOT to 2.1.0. After doing that, I got the following error during the maven build (mvn install): [INFO] Unable to find resource

Re: Problems while upgrading a GWT maven project from GWT 2.1 SNAPSHOT to GWT 2.1.0 final release

2010-11-03 Thread David Chandler
Hi vsdev, I think you're the 3rd person to run into the plexus error on the list. As far as I know, starting with a fresh local maven repo resolves it. Please post back with your progress. /dmc On Wed, Nov 3, 2010 at 4:27 PM, vsdev vsommerf...@googlemail.com wrote: I tried to upgrade a