[gwt-contrib] Re: Eclipse project errors

2015-02-04 Thread Jakob Jarosch
Thanks! I created a patch solving the classpath issues and adding a short description on how to deal with those false positive errors in Eclipse. https://gwt-review.googlesource.com/11460/ - Jakob Am Dienstag, 3. Februar 2015 00:08:34 UTC+1 schrieb Jens: You should revert all your code

[gwt-contrib] Eclipse project errors

2015-02-02 Thread Jakob Jarosch
Hi, after I've managed to get ANT working I was trying to figure out how to import all those projects into Eclipse. I followed the instructions in trunk/eclipse/README.txt step by step and finally I got a working workspace. But I did some changes to the source where I don't know if I did

Re: [gwt-contrib] Re: two errors in master

2015-01-31 Thread Jakob Jarosch
Hi, I've the same problems compiling the source of gwt. With the following steps (used the tips from here) I tried to fix it but had no luck: - Cloned the repository, checked out the tools - Downloaded the updated jdt jar file - Moved the jdtCompilerAdapter out of the jar - Deleted the two files

Re: [gwt-contrib] Re: two errors in master

2015-01-31 Thread Jakob Jarosch
Thanks Jens, this was the problem. Looks like I missed to change it the second time. - Jakob Am Samstag, 31. Januar 2015 15:22:46 UTC+1 schrieb Jens: It looks like I've already a dependency to guava-16.0.1-rebased.jar in the trunk/dev/build.xml (did not change anything except the

Re: [gwt-contrib] Re: two errors in master

2015-01-31 Thread Jakob Jarosch
:15 UTC+1 schrieb Julien Dramaix: Jakob, It seems that the dependency to the guava-16.0.1-rebased.jar is missing. You can add it manually, it is located in tools/lib/guava/guava-16.0.1/ On Sat Jan 31 2015 at 9:09:55 AM Jakob Jarosch jakob@gmail.com javascript: wrote: Hi, I've the same

Re: [gwt-contrib] Re: Experimental release of Elemental2

2016-07-22 Thread Jakob Jarosch
I made similar experiences, in GWT 2.8 the SDM cache is sometimes corrupt and even a restart of SDM won't bring it back alive. Only solution I found was cleaning temporary files. In GWT 2.7 there was sometimes the need to restart SDM, but never the need to clean the temporary files. On Friday,

[gwt-contrib] Re: Experimental release of Elemental2

2016-07-03 Thread Jakob Jarosch
It seems that the deployed dependency is inconsistent. The pom.xml says "elemental-experimental" with version "2016-06-30". But the dependency is available as "elemental2-experimental" with version "16-06-30". So gradle is not able to resolve the dependency. Warning:project ':frontend': Web

Re: [gwt-contrib] Re: Last call for 2.8.0-RC3

2016-09-26 Thread Jakob Jarosch
Manolo reviewed https://gwt-review.googlesource.com/#/c/14430/, we did the requested changes. Would be great if it gets merged before GWT 2.8 is released. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and

Re: [gwt-contrib] Re: Last call for 2.8.0-RC3

2016-09-19 Thread Jakob Jarosch
Hi, even it is a bit late, but we where a bit surprised that a merge request, opened half a year ago, was still not merged. The bug forces us to maintain our own GWT. https://gwt-review.googlesource.com/#/c/14430/ And then some not so important things (but its really sad, that no one cares