I'm trying to implement a Simple Chart sample from the showcase and have problems with using the FacetChart(). Obviously I need to load some optional modules as the documentation says. I try to do this:
But the compiler fails:
The rest works. I can run other samples, so the installation must be ok. Checking the contents of the smartgwt.jar file I also fail to find any Charts.gwt.xml file. What do I do wrong?
I was trying to build the sample with SmartGWT EE 2.5. I have just downloaded the evaluation version.
By the way, is the Charts module available in the Pro version? I do have a purchased copy of the SmartGWT Pro 2.5 but had the same problem, so I tried with the EE.
Code:
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.smartgwt.tools.SmartGwtTools"/>
<inherits name="com.smartgwtee.SmartGwtEENoScript"/>
<inherits name="com.smartgwt.Drawing"/>
<inherits name="com.smartgwt.Charts"/>
<inherits name="com.smartgwt.Analytics"/>
<inherits name="com.smartgwtee.tools.Tools"/>
<inherits name="com.smartgwtee.SmartGwtEE"/>Code:
Loading inherited module 'com.smartgwt.Charts'
[ERROR] Unable to find 'com/smartgwt/Charts.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
[ERROR] Line 18: Unexpected exception while processing element 'inherits'I was trying to build the sample with SmartGWT EE 2.5. I have just downloaded the evaluation version.
By the way, is the Charts module available in the Pro version? I do have a purchased copy of the SmartGWT Pro 2.5 but had the same problem, so I tried with the EE.