Hello, I am adding google maps capability to an existing GWT project.
I am using eclipse as the IDE. I have added the gwt-maps.jar to the
project's build path in eclipse. I can tell that, from the eclipse
(java) compiling perspective, that the jar is found since the editor
can add the imports dynamically, etc, and recognizes and compiles the
correspondings maps-related java code.

However, when I compile to javascript (i.e., ant build), i get the
error:


[ERROR] Unable to find 'com/google/gwt/maps/GoogleMaps.gwt.xml
' on your classpath; could be a typo, or maybe you forgot to include
a
classpath


I have included the inherits tag in the project gwt.xml as:


<inherits name="com.google.gwt.maps.GoogleMaps" />


and verifed that the corresponding GoogleMaps.gwt.xml file is in the
proper package (com.google.gwt.maps) in the gwt-maps.jar file.


I am surprised that this isn't working, since this is a standard
google API. What am I doing wrong? Any help is appreciated and let me
know if you need more information. Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to