Hi,

I want to use the super dev mode and in my pom I have  added the follows 
dependency:
         <dependency>
            <groupId>com.google.gwt</groupId>
            <artifactId>gwt-codeserver</artifactId>
            <version>2.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

Reply via email to