Hi guys,
0.7/ 0.7.1 has been released. This adds a few nice things around arranging in plugins.
Source for gwt plugins can now be drawn from any dependent plugin for use in a module.
GPGWT-74 and GPGWT-97 - adding support for breaking up a GWT app between grails plugins.
If you have a /src/gwt or /src/java in a dependent plugin, you may add
gwt.plugins = ['somePlugin', 'someOtherPlugin'] and the source paths will be handled correctly in those plugins.
Transitive dependency of GWT dependencies between plugins is not handled. If there is desire for that (propagating gwt.dependencies), then that can go into a further release.
0.7.1 is a small bugfix, to stop exporting the release plugin that would otherwise pollute your build.
This will probably be the last release on the 0.7.x line, and I plan to release a 0.8 build soon with grails 2 support. In that release, I am planning to drop support for grails 1.3.x (although it may still work)
For grails 1.3.x there will still, of course, be the 0.7.x line.
All feature ideas and patches welcome.
Cheers,