manolo / gwt-api-generator

Generator for creating GWT JSInterop clients from Polymer Web Components
Apache License 2.0
50 stars 24 forks source link

Dependency failure hydrolysis #68

Open ghost opened 8 years ago

ghost commented 8 years ago

Due to project rename of Hydrolysis to Polymer-Analyzer the dependency path has to be changed to: "hydrolysis": "git://github.com/Polymer/polymer-analyzer#v1.22.0",

With the newest version (1.24.1) the generator does not work.

manolo commented 7 years ago

I have almost ported the generator to use polymer-analyzer, unfortunatelly the java output is not alright because the lack of type info in annotations. I'll postpone this until https://github.com/Polymer/polymer-analyzer/issues/305 is resolved.