Re: gwt-places annotation processor in Eclipse

2021-02-27 Thread Michael Conrad
I think you need to add the "goomph" plugin to your build.gradle, close the project, then run the shell script below, then open the project and do a clean. - buildscript { - repositories { - //... - }} - dependencies {//... - classpath

gwt-places annotation processor in Eclipse

2021-02-27 Thread Gordan Krešić
Did anyone got Eclipse to invoke annotation processor from gwt-places module that should generate PlaceHistoryMapper implementations? I have interface that extends org.gwtproject.place.shared.PlaceHistoryMapper and is annotated with org.gwtproject.place.shared.WithTokenizers. I'm creating