Fix staleness check regression, improves devmode/codeserver
Pre-release
Pre-release
- fixes a small regression in the staleness check (for
gwt:compile
), introduced in the 1.0-rc-7 reworked handling of sources, where changes to non-java files in source roots would not trigger a recompilation (0507e6d) - add ability to disable generation of
<inherits/>
fromMETA-INF/gwt/mainModule
files from dependencies togwt:generateModule
(bdf9864) - improves resolution of sources from projects from the reactor build for
gwt:codeserver
andgwt:devmode
: snapshot versions weren't properly matched if snapshots were being installed/deployed, and dependencies that are missing a<type>gwt-lib</type>
are now logged more prominently (see discussions in #86 and #90, again a side-effect of the reworked handling of sources in 1.0-rc-7)