Re: Annotation processing in Eclipse

2019-02-21 Thread Jens
Have you checked the Eclipse error log window? I know we once examined Dagger2 + AutoFactory and there was some bug in Eclipse JDT that caused internal Eclipse exceptions to escape and thrown during annotation processor execution which in turn stopped generating source files. Maybe that issue

Annotation processing in Eclipse

2019-02-21 Thread Larkin Lowrey
It's a slightly off-topic question but possibly an issue familiar to GWT developers. I'm using Dagger2 and AutoFactory and am quite happy with both. Eclipse, however, does not play nicely with them. After saving any change, I will usually end up with a broken build because Dagger doesn't

Re: Testing emulated jre classes

2019-02-21 Thread Larkin Lowrey
On Wednesday, February 13, 2019 at 2:47:10 PM UTC-5, Jens wrote: > > > This can be used to super source classes for GWT compiler that you only > use within GwtTestCase and not in your normal app code, e.g. some test > library that only works with GWT if you super source some classes. > >