As a temporary workaround until the next plugin release, manually copy gwt-dev.jar (without version #) into the folder in your local Maven repository containing gwt-user-2.2.0.jar. Example:
> cd ~/.m2/repository/com/google/gwt > cp gwt-dev/2.2.0/gwt-dev-2.2.0.jar gwt-user/2.2.0/gwt-dev.jar It's a total hack, but will resolve the issue until the next plugin ships. /dmc On Wed, Feb 23, 2011 at 2:04 PM, Hari shankar <[email protected]> wrote: > Thanks much David for the update! > > On Wed, Feb 23, 2011 at 10:01 PM, David Chandler > <[email protected]>wrote: > >> We're looking into this. I can reproduce the error with a POM specifying >> GWT 2.2.0 and gwt-maven-plugin 2.2.0. >> >> /dmc >> >> On Mon, Feb 21, 2011 at 12:31 PM, har_shan <[email protected]> wrote: >> >>> I deleted gwt-dev directory altogether in m2 local repo but still the >>> error persists. >>> >>> I also tried setting up new eclipse workspace and imported the project >>> into it as maven project and noticed gwt dev getting downloaded (may >>> be downloaded internally by gwt-maven-plugin as you said earlier?) and >>> again the error comes up even after deleting the gwt dev directory >>> again. >>> >>> btw, is this a bug in GPE or GWT maven plugin (if so is it logged?) >>> and would be happy to know when we can expect a fix for this? >>> >>> as a temp workaround, am creating ui templates/owner java code in >>> separate (non maven) project and copying it over to my gwt maven >>> project, but its annoying as you can see. >>> >>> anyways thanks much again for your suggestions, >>> Hari >>> >>> On Feb 20, 11:51 pm, Philippe Beaudoin <[email protected]> >>> wrote: >>> > Maybe try deleting all the releted dependencies from your local .m2 >>> repo? In >>> > my case I deleted gwt-dev 2.1 and verified that it was not >>> re-downloaded. Do >>> > the same with gin et al. >>> > >>> > Cheers, >>> > >>> > Philippe >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google Web Toolkit" group. >>> To post to this group, send email to [email protected] >>> . >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/google-web-toolkit?hl=en. >>> >>> >> >> >> -- >> David Chandler >> Developer Programs Engineer, Google Web Toolkit >> w: http://code.google.com/ >> b: http://googlewebtoolkit.blogspot.com/ >> t: @googledevtools >> > > -- David Chandler Developer Programs Engineer, Google Web Toolkit w: http://code.google.com/ b: http://googlewebtoolkit.blogspot.com/ t: @googledevtools -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
