Contributing: eclipse README outdated?

2017-10-09 Thread Freddy Boucher
Hi, I followed the eclipse README to setup a working environment to contribute but it fails with the following errors: - ArrayHelper cannot be resolved - ArrayHelper cannot be resolved to a variable - Coercions cannot

Re: application compiles in 2.8 but does not run

2017-10-09 Thread Colin Alworth
I can report that at least as of 2.8.1, you get an exception if you specify an that doesn't implement EntryPoint, but still has the correct public void onModuleLoad() signature. I didn't investigate too deeply, but the compiled output was something like null.onModuleLoad(), which indicated to

Re: Issue compiling a GWT project that uses Dagger 2.5

2017-10-09 Thread Jens
> Thanks Thomas. It is possible to remove dagger from annotation processor > path in maven compile plugin, but it does not solve the issue > unfortunately. > Sounds like you have done the opposite of what Thomas suggested. -- J. -- You received this message because you are subscribed to

Re: Issue compiling a GWT project that uses Dagger 2.5

2017-10-09 Thread zakaria amine
Thanks Thomas. It is possible to remove dagger from annotation processor path in maven compile plugin, but it does not solve the issue unfortunately. Le samedi 7 octobre 2017 17:26:21 UTC+2, Thomas Broyer a écrit : > > IIRC, dagger-compiler 2.5 bundles JDT (obviously in a different version >