GWT maven plugin doesn't find the GWT linker classes

2011-10-24 Thread vsdev
I'm using GWT 2.4 and I've been trying to write a custom GWT post order linker as described here: http://www.google.com/events/io/2010/sessions/gwt-linkers-webworkers-extensions.html Yet, when doing the GWT compile with the GWT maven plugin the GWT linker classes could't be found. I get the

Re: not being able to import import com.google.gwt.view.client.ListViewAdapter;

2010-12-06 Thread vsdev
com.google.gwt.view.client.ListViewAdapter was replaced by com.google.gwt.view.client.ListDataProvider in GWT 2.1 M3. On 6 Dez., 02:53, Noor baken...@gmail.com wrote: Hi, I am not being able to import import com.google.gwt.view.client.ListViewAdapter;. I have GWT 2.1 and it is giving the error

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
, 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 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

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
...@google.com wrote: 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

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
threads, we're working to get gwt-maven-plugin:1.3.2.google changes back into gwt-maven-plugin. HTH, /dmc On Thu, Nov 4, 2010 at 5:24 AM, vsdev vsommerf...@googlemail.com wrote: Hi David starting with a fresh local maven repository didn't resolve the bug for me. Below I post more detailed

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: Plausible CSS class names in GWT 2.1 CellTable?

2010-11-02 Thread vsdev
John, Thank for your comment. I figured out how to set custom style, see http://www.devcomments.com/GWT-2-1-CELL-TABLE-at1033370.htm and http://comments.gmane.org/gmane.org.google.gwt/51623 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Plausible CSS class names in GWT 2.1 CellTable?

2010-10-28 Thread vsdev
I'm trying to style a GWT2.1 cell table. Unfortunately I couldn't find any documentation on the default styles. So far all GWT widgets I worked with had default styles like .gwt-DecoratedStackPanel { } .gwt-DecoratedStackPanel .gwt-StackPanelItem { } .gwt-DecoratedStackPanel