Hi,

I'm trying to follow the instructions here:
http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis&t=VisualizationGettingStarted

When I add the line
<inherits name='com.google.gwt.visualization.Visualization'/>
to my SimpleViz.gwt.xml file and then try to run the project in
Eclipse, I get the following error messages:

[DEBUG] Bootstrap link for command-line module
'fi.jyu.simpleviz.SimpleViz'
[TRACE] Loading module 'fi.jyu.simpleviz.SimpleViz'
[TRACE] Loading inherited module
'com.google.gwt.visualization.Visualization'
[ERROR] Unable to find 'com/google/gwt/visualization/
Visualization.gwt.xml' on your classpath; could be a typo, or maybe
you forgot to include a classpath entry for source?
[ERROR] Line 15: Unexpected exception while processing element
'inherits'
[ERROR] Failure while parsing XML

If I remove the line <inherits
name='com.google.gwt.visualization.Visualization'/> from xml-file, the
problem disappears and the project runs just fine.

User "saranparis" seemed to have almost the same problem, see
http://code.google.com/p/gwt-google-apis/issues/detail?id=225#c8 and
comment number 7 there. But I'm having this problem with Eclipse.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to