Class files being generated to source trees when running GWT from within IDE

2013-02-25 Thread Jim Weaver
Hi, We've seen this with both Eclipse and Intellij, but currently with IntelliJ. When we launch our web application using the IntelliJ GWT plugin via a run configuration, the application launches fine, but class files are written to the source trees. I can see the source trees in the

Re: Re : When will the gwt maven plugin be updated to match gwt-2.3

2011-06-06 Thread Jim Weaver
Just a note that version of xerces in your project can interfere and may require pom exclusions to screen out from your gwt modules. I am not sure what version is included in the GWT 2.3 dev jar. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Celltable column header overlap / bug?

2011-03-23 Thread Jim Weaver
a fix is released? I notice a commit from October to CellTable that has to do with redrawing headers, that may be the fix to this bug. thanks! On Mar 22, 5:22 pm, Jim Weaver weaver...@gmail.com wrote: Hi, I am new to GWT, and have an issue with column headers on a celltable with GWT 2.2

Celltable column header overlap / bug?

2011-03-22 Thread Jim Weaver
Hi, I am new to GWT, and have an issue with column headers on a celltable with GWT 2.2. Several of the columns are sortable, and when I click on the header to sort them, I see a double image on the header text of the sortable column, and also the little graphic that indicates the sort arrow

Celltable ui.xml possibilities

2011-03-04 Thread Jim Weaver
Hi, Very new to GWT. I'm working on a small application and trying to use the UIBinder technique (owner java class paried with ui.xml template). In the case of a celltable, I'm curious if I can put more of the layout in the ui.xml than any of the examples show. All the examples generally just