Hi.
I am evaluating Highcharts for our next product and I tried to run the Quick Start example.
Maven install fails on GWT compiling the chart classes, all of them.
"No source code is available for type org.moxieapps.gwt.highcharts.client.Chart; did you forget to inherit a required module?"
I put the jars in my local Maven repository.
I added all the dependencies as described in the quick start including inherits name='org.moxieapps.gwt.highcharts.Highcharts'
in MyModule.gwt.xml.
GWT Eclipse plugin compiles it just fine. Java imports and dependencies work fine. The example works.
Is there any problem using Highcharts with Maven>
Any suggestions?
Thanks.
Kirill.
PS. I also cannot add xmls to the post body.
I am using http://mojo.codehaus.org/gwt-maven-plugin/ for GWT in Maven.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We use maven with GWT Highcharts without trouble, so there aren't any known compatibility issues with maven that I'm aware of. Not sure how you have your eclipse project setup, but it sounds like the GWT Highcharts might be missing in the classpath when you run the GWT compilation step?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
I am evaluating Highcharts for our next product and I tried to run the Quick Start example.
Maven install fails on GWT compiling the chart classes, all of them.
"No source code is available for type org.moxieapps.gwt.highcharts.client.Chart; did you forget to inherit a required module?"
I put the jars in my local Maven repository.
I added all the dependencies as described in the quick start including inherits name='org.moxieapps.gwt.highcharts.Highcharts'
in MyModule.gwt.xml.
GWT Eclipse plugin compiles it just fine. Java imports and dependencies work fine. The example works.
Is there any problem using Highcharts with Maven>
Any suggestions?
Thanks.
Kirill.
PS. I also cannot add xmls to the post body.
I am using http://mojo.codehaus.org/gwt-maven-plugin/ for GWT in Maven.
We use maven with GWT Highcharts without trouble, so there aren't any known compatibility issues with maven that I'm aware of. Not sure how you have your eclipse project setup, but it sounds like the GWT Highcharts might be missing in the classpath when you run the GWT compilation step?
Sorry, false alarm. It had nothing to with Highcharts.
Thanks for the reply!
Kirill.