Yes I did compile my module with the xsiframe and devModeRedirectEnabled. But it won't work.
And yes you ar right Web_CAM is my web app so I went to localhost:8888/Web_CAM.html On Wednesday, February 27, 2013 10:39:36 AM UTC+1, Thomas Broyer wrote: > > Did you compile your module once with the xsiframe linker and > devModeRedirectEnabled? > > 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<http://127.0.0.1:9876/> >> " >> >> >> 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 >> >> > I'm assuming locahost:8888/Web_CAM.html here? > > >> 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 [email protected]. To post to this group, send email to [email protected]. 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.
