Re: GWT Plugin Problem

2015-09-01 Thread Jonathan Franchesco Torres Baca
use Mozilla current 24 portable * * Jonathan Franchesco

Re: GWT Plugin Problem

2015-09-01 Thread chepprey
With a debugger. :-) Server side code is just Java on a JVM, there's nothing special about GWT on the server. There's very little of actual GWT on the server side; if you're using GWT RPC then you'll have a server side dependency for that protocol; if you're using more generic ways to

Re: GWT Plugin Problem

2015-08-26 Thread Magnus
Ok, and how do you debug the server side code? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to

Re: GWT Plugin Problem

2015-08-21 Thread Luca Morettoni
On Fri, Aug 21, 2015 at 7:54 AM, Vivekanand Bhatt vivekanandbha...@gmail.com wrote: Hi, After installing gwt plugin in chrome it is still showing install missing plugin. Why?? because it is obsolete, please follow this article: http://www.gwtproject.org/articles/superdevmode.html -- Luca

GWT Plugin Problem

2015-08-20 Thread Vivekanand Bhatt
Hi, After installing gwt plugin in chrome it is still showing install missing plugin. Why?? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Dev Mode with latest Chrome update - gwt plugin problem

2012-07-19 Thread coderinabstract
After today morning Chrome update on the dev version... Version 22.0.1207.1 dev Dev mode has stopped working and keeps on asking to reinstall. Have tried everything from re-install with chrome://extensions drop-in, re-whitelist ips, clear all history etc and no luck. Saw one other person

Re: Dev Mode with latest Chrome update - gwt plugin problem

2012-07-19 Thread Thomas Broyer
On Thursday, July 19, 2012 11:52:45 PM UTC+2, coderinabstract wrote: After today morning Chrome update on the dev version... Version 22.0.1207.1 dev Dev mode has stopped working and keeps on asking to reinstall. Have tried everything from re-install with chrome://extensions drop-in,

Re: Dev Mode with latest Chrome update - gwt plugin problem

2012-07-19 Thread coderinabstract
Thanks Thomas.. must be something in my environment.. and by the way congratulations to you for the honor in becoming a member of the GWT steering committee... very well deserved. On Thursday, July 19, 2012 6:03:34 PM UTC-4, Thomas Broyer wrote: On Thursday, July 19, 2012 11:52:45 PM

Re: Dev Mode with latest Chrome update - gwt plugin problem

2012-07-19 Thread coderinabstract
For anybody experiencing this I got it to work with the following... -- I had a very old dev mode version which was getting updated for the past few years.. something must have happened to it during an update cycle in my environment. --Deleted all Chrome installs from my Mac --Re-installed the

Re: GWT plugin: Problem when project name is changed

2009-09-05 Thread hezjing
Hi I'm still learning GWT, and I thought that the it is a convention (or best practice?) a GWT project X, will have host page X.html. It would be very helpful to keep the consistency of the project after the rename. For example when host page is renamed, and the plugin is not updating the launch

Re: GWT plugin: Problem when project name is changed

2009-09-04 Thread Isaac Truett
I would tend to say no, although I reserve the right to be persuaded otherwise by a compelling argument. I can't think of any precedent for an Eclipse plugin altering a launch configuration's arguments field in that manner. On Wed, Sep 2, 2009 at 3:54 AM, hezjinghezj...@gmail.com wrote: What

Re: GWT plugin: Problem when project name is changed

2009-09-02 Thread hezjing
What about if we rename the hosted page?Should the plugin update the reference in the launch configuration too? On Mon, Aug 31, 2009 at 10:20 PM, Isaac Truett itru...@gmail.com wrote: I'm not sure that it should change the name of the launch configuration and hosted page however. I'm

Re: GWT plugin: Problem when project name is changed

2009-09-01 Thread Miguel Méndez
Thanks. On Mon, Aug 31, 2009 at 9:58 PM, hezjing hezj...@gmail.com wrote: Issue 4005http://code.google.com/p/google-web-toolkit/issues/detail?id=4005 is created :-) 2009/8/31 Miguel Méndez mmen...@google.com On Sun, Aug 30, 2009 at 2:05 PM, hezjing hezj...@gmail.com wrote: Hi I have a

Re: GWT plugin: Problem when project name is changed

2009-08-31 Thread Miguel Méndez
On Sun, Aug 30, 2009 at 2:05 PM, hezjing hezj...@gmail.com wrote: Hi I have a GWT project named X created by Google plugin. Then later I want to change the name to Y, so I right clicked Project X - Refactor - Rename ... - New name: Y When run, it will complaint the working directory does

Re: GWT plugin: Problem when project name is changed

2009-08-31 Thread Isaac Truett
I'm not sure that it should change the name of the launch configuration and hosted page however. I'm willing to take the next step and say I'm sure it shouldn't. :) - Isaac 2009/8/31 Miguel Méndez mmen...@google.com: On Sun, Aug 30, 2009 at 2:05 PM, hezjing hezj...@gmail.com wrote: Hi I

Re: GWT plugin: Problem when project name is changed

2009-08-31 Thread hezjing
Issue 4005http://code.google.com/p/google-web-toolkit/issues/detail?id=4005 is created :-) 2009/8/31 Miguel Méndez mmen...@google.com On Sun, Aug 30, 2009 at 2:05 PM, hezjing hezj...@gmail.com wrote: Hi I have a GWT project named X created by Google plugin. Then later I want to change the

GWT plugin: Problem when project name is changed

2009-08-30 Thread hezjing
Hi I have a GWT project named X created by Google plugin. Then later I want to change the name to Y, so I right clicked Project X - Refactor - Rename ... - New name: Y When run, it will complaint the working directory does not exist: /X/war It seems that launch configuration is still referring