I am hoping to continue using this with upgrade to gwt 2.11.0 , 
gwt-maven-plugin 1.1.0 , java source level 11.
I checked it as far as calling
    Polymer.startLoading()
    Polymer.importHref( .. )
No errors so far.

in module.gwt.xml  I presume you have:
  <inherits name="com.vaadin.polymer.Elements"/>

did you add the dependency in the -client pom file?
    <dependency>
      <groupId>com.vaadin.polymer</groupId>
      <artifactId>vaadin-gwt-polymer-elements</artifactId>
      <version>1.9.3.1</version>
    </dependency> 

On Tuesday, March 12, 2024 at 7:28:15 AM UTC Vijay H wrote:

> Created a starter using the modular-webapp archetype, and am trying to 
> change the client module to use polymer elements and running into these 
> sort of errors. Before I debug too far wanted to check if this is something 
> that is doable or even recommended. This is for a class project. 
>
> > Loading inherited module 'com.mycompany.mywebapp.App'
> > [INFO]       Loading inherited module 'com.vaadin.polymer.Elements'
> > [INFO]          [ERROR] Unable to find 
> 'com/vaadin/polymer/Elements.gwt.xml' on your classpath; could be a typo, 
> or maybe you forgot to include a classpath entry for source?
>
>
> thanks
> Vijay 
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/20efcc19-88ce-477f-8976-821357bfb92dn%40googlegroups.com.

Reply via email to