Open cronostorie opened 6 months ago
@niloc132 while I'm surprised that git submodules have anything to do with GWT, this issue seems more related to GWT SDK
I haven't had time to test, as I don't use eclipse. If someone can repro with/without eclipse and confirm that it fails even without eclipse (and provides some steps to repro...), I'll be happy to give it a shot.
Almost certainly this is a case of a copy of the stale source file also being on the source path - either eclipse copied it and left it, or one of the earlier build steps did.
Description:
When I modfiy a file included in a client module and when I reload the page through the browser I expect the GWT plugin automatically recompile it. However (at least in the case of messages and constants) this does not happen if the files that are modified they are placed on submodules.
Software on which the test was performed:
The test application (attached):
The application consists of 2 modules:
The messages are present on the testShared submodule in the MyMessages.properties file.
Steps to reply:
Expected results:
In the Eclipse Console at point 8 I expect to see a recompilation message but instead I see:
testGWT_2.zip