Questions tagged [gwt-super-dev-mode]

A new GWT development mode that is no longer using the browser plugin.

The Super Development Mode (SDM) allows GWT developers to quickly recompile their code (incrementally) and see the results in a browser. It also allows developers to debug the running GWT application in the browser. Developers can even debug Java code if they are using a browser that supports source maps.

A big advantage compared to the Classic Development Mode is the fact, that no plugin is needed anymore and the applications can be tested on various browsers (even mobile).

130 questions
0
votes
1 answer

chrome and edge can't load cross-origin sourcemap

I wanted to launch GWT SuperDevMode and set breakpoints on Chrome or Edge's DevTools, but previously I was able to view the source and set breakpoints. However, the source is not displayed due to recent browser updates. for local startup Web…
0
votes
0 answers

How do I start an Errai / GWT application in Super Dev Mode with maven?

I am unable to run an Errai/Gwt application in superDev Mode with the following command mvn clean gwt:run And I am receiving error. The errai framework uses the mojo gwt-maven and I can't make it work with the Tbroyer version. the error I am…
djasy3
  • 25
  • 7
0
votes
1 answer

GWT Super dev mode 2.6.0

I am new to GWT and dont know how to fix this. Connection received from 127.0.0.1:57841 [ERROR] Unrecognized command for client; closing connection com.google.gwt.dev.shell.BrowserChannelException: Invalid message type 71 at…
0
votes
2 answers

LibGDX html:superDev task giving me an error

So I've been trying to run the libGDX command "gradlew html:superDev" for my project but it always gives me and error part way through the process: > Task :html:beforeRun FAILED FAILURE: Build failed with an exception. * What went wrong: Execution…
0
votes
1 answer

Eclipse + GWT 2.8.1. : Changes to *.ui.xml files don't show up although super dev mode is active

When I change a ui.xml file (e.g. change css styles), these changes don't show up in the application. The only way to get the changes visible is in Eclipse to choose Project-> Clean ... and to remove and recompile the whole project. My…
HHeckner
  • 4,722
  • 4
  • 23
  • 33
0
votes
1 answer

How debug GWT 2.8.1 in Intellij IDEA 2018.2 as java code instead java script

I have headache with GWT debugging in Intellij IDEA. GWT version is 2.8.1 and Intellij IDEA 2018.2. My application is server side with gwt. I setted GWT configuration and when I start server and separetely GWT, debug works but as javascript debug…
0
votes
2 answers

Changes to the CSS and HTML files in webapp directory not being picked up by SuperDevMode

I think GWT is supposed to automatically pick up and reload changes to the app-wide HTML and CSS files, which reside in the webapp folder. However, in my case this is simply not the case and GWT says "skipped compile because no input files have…
xji
  • 7,341
  • 4
  • 40
  • 61
0
votes
1 answer

How to make GWT Super Dev Mode work on a GWT element inside HTML iframe?

I have a large application and one of the part of it has a GWT application inside HTML iframe on a page. When I try to run the Super Dev mode on this page, the CodeServer returns a message box saying no GWT module found. Whereas if I go to the…
Amey Parundekar
  • 321
  • 4
  • 8
0
votes
3 answers

How to switch to SuperDevMode from DevMode in GWT running through Eclipse

I am learning GWT for my internship that I start next week and I keep getting this error: I installed the GWT plugin and related engine through Eclipse Mars. I am using the default code generated when you create a new project in Eclipse. I also…
Aaron Rotem
  • 356
  • 1
  • 3
  • 18
0
votes
2 answers

Remove development mode from eclipse gwt project

I have to deploy a gwt project in a remote server. I have developed it in Eclipse in my local machine and debugged it in dev mode and it is working fine. But in order to deploy it in external server it should not be in dev mode. I have to copy only…
Chitra
  • 11
  • 7
0
votes
0 answers

Can I force GWT recompilation in Super-Dev when some resource has changed?

I have a bunch of generated source files which then are used in a GWT-based code. When I'm just recompiling the project everything is fine but when in comes down to a super-dev mode - that's where I'm completely lost. The question is following - is…
shabunc
  • 23,119
  • 19
  • 77
  • 102
0
votes
1 answer

Launching GWT dev mode in eclipse debugger

This is for GWT 2.7.0 and Google App Engine 1.9.34 I have a GWT application that works fine launching the app using Super Dev Mode in an ANT build script from within Eclipse. This is the ANT task:
0
votes
0 answers

Syntax highlighting for java on chrome dev tool not working

we are using GWT SuperDevMode (which uses sourcemaps to show the original Java code) but when we open the Chrome Dev Tools (Version 54.0.2840.59 m) the code is not highlighted. I see from here that Chrome Dev Tools supports highlighting in…
0
votes
1 answer

GWT 2.6.1 Using SuperDevMode with -bindAddress

I'm having issues trying to debug my application when using : -bindAddress Without specifying a bind address I am able to use SuperDevMode to debug my application however I get the following error when specifying an IP to bind to. 14:36:54,998…
AkinW
  • 143
  • 10
0
votes
0 answers

GWT Super Dev Mode Incremental Compilation doesnt work

I use gwt 2.6.1. I've would like to use Super Dev Mode. I normally run with RMB on project, then I select Run Super Dev Mode. My app is huge, so it takes time to compile, and finally when it is done I am making small change in gwt client code, I…
masterdany88
  • 5,041
  • 11
  • 58
  • 132
1 2 3
8 9