Re: Trying to run Super Dev Mode, but getting "Sorry, the GWT Developer Plugin no longer works with Chrome"

2017-04-21 Thread Brandon Donnelson
I notice you're using the older GPE plugin, I'll suggest jumping to the new 
GWT Eclipse Plugin. It's wired up to handle the switches for super dev 
mode. 

On Thursday, April 20, 2017 at 1:45:06 AM UTC-7, gitzzz87 wrote:
>
> Check the flag
>
>
>
> четверг, 20 апреля 2017 г., 6:07:41 UTC+7 пользователь Tharpa Roberts 
> написал:
>>
>> I am maintaining a legacy application, which uses GWT 2.6.1.  I am trying 
>> to run it in Eclipse.  I have added the line 
>>
>> 
>>
>> to my Acme.gwt.xml file.   I am selecting, "Debug As GWT Development Mode 
>> with Jetty".  When I open it, Chrome tells me, "Sorry, the GWT Developer 
>> Plugin no longer works with Chrome".  
>>
>> I want to use Super Dev Mode.  Why does it think that I want to use 
>> DevMode ?
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Trying to run Super Dev Mode, but getting "Sorry, the GWT Developer Plugin no longer works with Chrome"

2017-04-20 Thread 'gitzzz87' via GWT Users
Check the flag



четверг, 20 апреля 2017 г., 6:07:41 UTC+7 пользователь Tharpa Roberts 
написал:
>
> I am maintaining a legacy application, which uses GWT 2.6.1.  I am trying 
> to run it in Eclipse.  I have added the line 
>
> 
>
> to my Acme.gwt.xml file.   I am selecting, "Debug As GWT Development Mode 
> with Jetty".  When I open it, Chrome tells me, "Sorry, the GWT Developer 
> Plugin no longer works with Chrome".  
>
> I want to use Super Dev Mode.  Why does it think that I want to use 
> DevMode ?
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Trying to run Super Dev Mode, but getting "Sorry, the GWT Developer Plugin no longer works with Chrome"

2017-04-19 Thread Thomas Broyer

On Thursday, April 20, 2017 at 1:07:41 AM UTC+2, Tharpa Roberts wrote:
>
> I am maintaining a legacy application, which uses GWT 2.6.1.  I am trying 
> to run it in Eclipse.  I have added the line 
>
> 
>
> to my Acme.gwt.xml file.   I am selecting, "Debug As GWT Development Mode 
> with Jetty".  When I open it, Chrome tells me, "Sorry, the GWT Developer 
> Plugin no longer works with Chrome".  
>
> I want to use Super Dev Mode.  Why does it think that I want to use 
> DevMode ?
>

SDM in GWT 2.6 requires using CodeServer. 2.7 added integration with 
DevMode and turned it on by default (with -nosuperDevMode flag to turn it 
off).
See http://www.gwtproject.org/articles/superdevmode.html for more 
information. 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.