New issue 77 by dobesv: gwt.compilemodule ant task compiles all modules,
not just the one specified
http://code.google.com/p/gwt-tooling/issues/detail?id=77
I tried the <gwt.compilemodule moduleId="<module-id>"/> and I noticed it
compiles ALL modules in the project, not just one I specified. For now I'm
just specifying one module for the project and letting it compile them all,
but it would be nice if it just compiled the single module specified, so
that I could possibly just compile one module at a time sometimes.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 77 by eclipseguru: gwt.compilemodule ant task compiles
all modules, not just the one specified
http://code.google.com/p/gwt-tooling/issues/detail?id=77
I haven't tested this enough because I usually just have one module per
project. This
needs some more testing. Thanks for reporing it.