Re: Seeking advice, migrating from Ant to Maven for GWT App build

2019-02-23 Thread Ralph Roland
On Saturday, February 23, 2019 at 7:31:20 AM UTC-5, Thomas Broyer wrote: > > > Given your description, you *could* create fewer Maven modules (I'm not > saying you should do it, but you could) > * shared, with common.shared, app_a.shared and app_b.shared > * common-client, as a gwt-lib, with commo

Seeking advice, migrating from Ant to Maven for GWT App build

2019-02-23 Thread Ralph Roland
I'm considering migrating an existing application from being built with Ant, to being built with Maven. I've been doing a lot of reading and experimenting with the net.ltgt.gwt.maven gwt-maven-plugin but can't seem to wrap my head around the specifics of moving our existing application to the mu

Re: ClassCastException when trying SuperDevMode on my application with 2.7

2015-01-07 Thread Roland
es9QqtWbZ>). The exception is still thrown (as is a similar exception when the code server runs in 2.6), but the application starts and I can debug. Bottom line: pilot error. Roland On Tuesday, November 25, 2014 4:56:44 PM UTC-6, Roland wrote: > > Thanks. So far I have been unable

Re: ClassCastException when trying SuperDevMode on my application with 2.7

2014-11-25 Thread Roland
en to any suggestions for how to get more information about what's going on that I can report back... Roland On Saturday, November 22, 2014 1:20:45 PM UTC-6, John Stalcup wrote: > > It sounds like one of the registered EntryPoint classes or something that > one of the EntryPoi

ClassCastException when trying SuperDevMode on my application with 2.7

2014-11-21 Thread Roland
is a problem with the framework and not my application I'm happy to help try to gather the information to get it fixed, but I would need some guidance for how to gather the details needed to debug. Thanks, Roland -- You received this message because you are subscribed to the Google Groups &

Re: RPC call does not work after upgrading to Safari 5

2010-06-29 Thread Roland
For GWT 1.4: gwt-user.jar, com.google.gwt.user.server.rpc.RemoteServiceServlet.java: private static String readPayloadAsUtf8(HttpServletRequest request) throws IOException, ServletException { ... String contentType = request.getContentType(); boolean contentTypeIsO

Re: Best CSS practice for complex GWT Widgets using UiBinder

2010-04-23 Thread Roland Bali
gt;    ... >   } > >   .gwt-SuggestBoxPopup { >    ... >   } > > > > (Note the @external - you need that for predefined styles) > > kathrin > > > > On Mon, Apr 19, 2010 at 2:54 AM, Roland Bali wrote: > > Hi, > > > I did some searching but couldn&#x

Best CSS practice for complex GWT Widgets using UiBinder

2010-04-19 Thread Roland Bali
do I change the "sub elements" like .gwt-SuggestBoxPopup .item? Is this possible at all using UiBinder? Kind regards, Roland -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to goog

Re: GWT 1.3 and firefox 3.6

2010-03-21 Thread Roland
Yes, after paying more attenition, discovered that $doc.getBoxObjectFor is not a function was thrown. Got it fixed following this: http://www.mail-archive.com/google-web-toolkit@googlegroups.com/msg36310.html But I'd like to know whether this is a failure only for gwt's earlier versions or not?

GWT 1.3 and firefox 3.6

2010-03-18 Thread Roland
re were no problems with FF 3.5.8 aswell. Though with IE 8, I had to add this to my module's gwt.xml: and to index.html: which emulated IE8 to IE 7 then But at present time, I have no ideas how to make things work without upgrading the gwt version for FF 3.6. Thanks in advance,

Re: GWT and IE 8

2009-08-04 Thread Roland
gt; from the UserAgent.xml module in the latest 1.6 release and paste it > into my module file.  This will result in you getting the IE6 user > agent detection for IE6/7/8...since IE8 can use an IE7 render mode, > for the most part your app should work/render fine. > > On Jul 31, 2:00 am,

GWT and IE 8

2009-07-31 Thread Roland
t my app shown with IE8 without upgrading gwt libraries. Thanks in advance, Roland --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolk