Hello, We use GWT for our multi-project application and we are recently migrating to version 2.7. We have a core project (say gwt-shell) with a dashboard listing all the features of our application(each feature is a gwt-project by itself with one/manymodules) and the shell calls the appropriate sub-project depending on the dashboard action.
Since the only way to access these individual features, is through shell, we tried compiling and starting the gwt shell project in SDM. Assuming i have 5 sub-projects, each with multiple modules bundled into shell, the SDM recompiles the entire shell (including each of the sub-projects) for a minor change in a single file, which takes an hour in our case (pretty huge application). Is there a way to isolate the SDM browser re-compilation to only the modified files or is there a better way to deal with 2.7 recompilation with a project of our setup. Note - We have tried all the steps to reduce compilation times and the issue is not with the time taken, but with the isolation of only the modified files/project for recompilation. Thanks, Aish. -- You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
