i followed below steps to start super dev mode in my project my project name is phoenix and it has total 14 moduls
<modules> <module>phoenix-main</module> <module>phoenix-core</module> <module>phoenix-common</module> <module>phoenix-ocean</module> <!-- <module>phoenix-air</module> --> <module>phoenix-admin</module> <!-- <module>phoenix-hr</module> <module>phoenix-account-finance</module> --> <module>phoenix-framework</module> <module>phoenix-reports</module> <!-- <module>phoenix-global</module> <module>phoenix-accurate</module> <module>phoenix-search</module> <module>phoenix-appstore</module> --> </modules> 1. first in change my main pom.xml. 2. then i change my phoenix-main pom.xml and Application.gwt.xml 3. i start my project in super dev mode it is compiled successfully but when i do changes in my code and recompile my project the changes in not affected -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/620809b0-dce7-4ab6-b8fe-b332568704ed%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
pom.xml
Description: XML document
Application.gwt.xml
Description: XML document
pom.xml
Description: XML document
