-
Notifications
You must be signed in to change notification settings - Fork 0
2.1. Prepare Developer Mode
domax edited this page Sep 14, 2014
·
2 revisions
-
Prepare stuff for Devmode:
cd gwt-dynamic-main/gwt-dynamic-solid mvn clean prepare-package -
Run
gwt-dynamic-solidmodule in Devmode - but before make sure your Eclipse or JIdea configuration for developer mode includes all modules you want to run together. For this sample project you have to specify the following GWT modules forgwt-dynamic-solidDevmode configuration:org.gwt.dynamic.host.DynamicHost_devorg.gwt.dynamic.module.foo.DynamicModuleFoo_devorg.gwt.dynamic.module.bar.DynamicModuleBar_devorg.gwt.dynamic.module.gwtp.DynamicModuleGWTP_dev