0

This might be simple question but no luck.How to use Classic Dev mode in GWT 2.7 even i read about GWT SDM (Disabling GWT 2.7.0 Super Dev Mode) and added –nosuperDevMode in Argument but still its behaving the same as Super Dev Mode. Any thought on this?

Community
  • 1
  • 1
moh
  • 1,426
  • 2
  • 16
  • 43

2 Answers2

0

I had the same problem. If you are using Eclipse, try updating your GWT plugins. When updated, you should also see new radio buttons in the run/debug configurations to pick between classic mode or super dev mode.

wsalame
  • 130
  • 1
  • 8
0

A bit late, but did you try adding :

<superDevMode>false</superDevMode>

To your GWT (gwt-maven-plugin) configuration ?

Florian
  • 699
  • 1
  • 5
  • 19