Wednesday, February 27, 2013

Problem use GWT 2.5.0 Super Dev Mode

Hey I try to use Super Dev Mode in my web app. 

But I always get the message
 "Can't find any GWT Modules on this page. code server"

I follow these Steps to get Super Dev Mode running in eclipse: 

1. add <add-linker name="xsiframe" />
<set-configuration-property name="devModeRedirectEnabled" value="true" />
 to my webapp.xml

2. build a new Java configuration "Run as Java App"
3. Start up code server Output:
A lot of compiling packages and this:
     Source Maps Enabled
   Compile of permutations succeeded
Linking into C:\Users\warzok\AppData\Local\Temp\gwt-codeserver-2196663031883485286.tmp\com.SchumannGmbH.cam.web.Web_CAM\compile-1\war\web_cam; Writing extras to C:\Users\warzok\AppData\Local\Temp\gwt-codeserver-2196663031883485286.tmp\com.SchumannGmbH.cam.web.Web_CAM\compile-1\extras\web_cam
   Link succeeded
   Compilation succeeded -- 50,274s
Compile completed in 50873 ms
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

The code server is ready.
Next, visit: http://localhost:9876/
4. Run normal dev mode with these  programm arguments:

-war "${workspace_loc:Web-CAM/war}" -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl Web_CAM.html -logLevel INFO -codeServerPort 4321 -port 8888 com.SchumannGmbH.cam.web.Web_CAM
 
Maybe here is the error ?! 

5. Go to http://localhost/myWebApp.html 
6. Click Dev Mode On 

If I set up a Testproject this will work but not with my bigger webapp, 

Any sugesstions 

Thanks in advance . 








--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment