GWT Compile error with Vaadin charts (but not timeline)

Hi,
I have created a simple test project using the Eclipse plug-in and vaadin 7.1.12. I have added in one of the sample charts from the book. Regardless of whether I add the ivy dependency or put the jar file for charts 7.1.5 in the web-inf/lib folder I get the following compile error:

Validating units:

         Warnings in 'generated://7F3D3B63356DC4724D904225E4CECB21/com/vaadin/addon/charts/client/HighchartResources_default_InlineClientBundleGenerator.java'

            See snapshot: /var/folders/6l/zsvmw2gd7lv1rzjb7v9959gm0000gn/T/com.vaadin.addon.charts.client.HighchartResources_default_InlineClientBundleGenerator3266880747516411355.java

         Ignored 1 unit with compilation errors in first pass.

It is obviously finding the jar as timeline seems to compile ok, can anyone suggest what I’m doing wrong?

Thanks in advance
Iain

same issue with vaadin 7.1.9 and charts 7.1.5 …
compiling with gwt strict mode, a deprecation warning appears in the output:

Adding '1' new generated units
      Validating units:
         [WARN]
 Warnings in 'generated://EE6542796B7067062ADA933938806EF8/com/vaadin/addon/charts/client/HighchartResources_default_InlineClientBundleGenerator.java'
            [WARN]
 Line 233: Referencing deprecated method 'com.vaadin.addon.charts.client.HighchartResources.jquery'
            See snapshot: /tmp/com.vaadin.addon.charts.client.HighchartResources_default_InlineClientBundleGenerator412818240945110712.java

Duccio

Hi Duccio,

I found that if I created my own component within Eclipse (it doesn’t have to do anything, just exist), the dependancies were set up correctly and it compiled and worked!

Iain[quote=Duccio Vigolo]
same issue with vaadin 7.1.9 and charts 7.1.5 …
compiling with gwt strict mode, a deprecation warning appears in the output:

Adding '1' new generated units
      Validating units:
         [WARN]
 Warnings in 'generated://EE6542796B7067062ADA933938806EF8/com/vaadin/addon/charts/client/HighchartResources_default_InlineClientBundleGenerator.java'
            [WARN]
 Line 233: Referencing deprecated method 'com.vaadin.addon.charts.client.HighchartResources.jquery'
            See snapshot: /tmp/com.vaadin.addon.charts.client.HighchartResources_default_InlineClientBundleGenerator412818240945110712.java

Duccio
[/quote]