[gwt-contrib] Super Dev Mode Can't find any GWT Modules on this page.

2012-12-07 Thread ana
Hi,

I want to use the super dev mode and in my pom I have  added the follows 
dependency:
 dependency
groupIdcom.google.gwt/groupId
artifactIdgwt-codeserver/artifactId
version2.5.0-rc2/version
/dependency  

And in my modules.gwt.xml I have added:
!-- enable the SuperDevMode book marklets  --
add-linker name=xsiframe/
set-configuration-property name=devModeRedirectEnabled value=true/
!--  enable source maps --
set-property name=compiler.useSourceMaps value=true /

When I run  the command: # mvn gwt:run-codeserver
Show the follows page: http://localhost:9876/  in that page I have two 
buttons and when I click in Dev Mode On appears the next message Can't 
find any GWT Modules on this page.!
Someone has suggestions to fix this?

Thanks,
Ana


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Super Dev Mode Can't find any GWT Modules on this page.

2012-12-07 Thread Thomas Broyer
You have to gwt:compile and deploy (or mvn jetty:start or mvn tomcat7:run or 
similar) with the modified gwt.xml before you can use the bookmarklets.

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors