On Wednesday, February 27, 2013 10:09:59 AM UTC+1, Dominic Warzok wrote:
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.xml2. build a new Java configuration "Run as Java App"3. Start up code server Output:A lot of compiling packages and this:Source Maps EnabledCompile of permutations succeededLinking 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 succeededCompilation succeeded -- 50,274sCompile completed in 50873 msSLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementationSLF4J: 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
I'm assuming locahost:8888/Web_CAM.html here?
--6. Click Dev Mode OnIf I set up a Testproject this will work but not with my bigger webapp,Any sugesstionsThanks 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