gwt-api-generator icon indicating copy to clipboard operation
gwt-api-generator copied to clipboard

wrong SRC path in generated Java files

Open Makeedo opened this issue 8 years ago • 0 comments

Having several polymer components that extend each other in the same folder, the TAG and SRC string do get mixed up:

example i have the following hirachy a folder bower_components/payolution-date-picker:

  • i have a custom date picker element called payolution-birthday-date-picker which inherits
  • a payolution-date-picker element which again inherits three other custom sub elements

the public static final String SRC of all generated java classes point to payolution-date-picker/payolution-birthday-datepicker.html

Makeedo avatar Jun 19 '17 10:06 Makeedo