I tried changing the following line in SimpleMap.java and to my
surprise, and it compiled.
RootPanel.get("mapsSSSTutorial").add(map);
I am using the GWT Compile Project button on eclipse toolbar. Output
of compilation:
Compiling module com.google.gwt.maps.GoogleMaps.SimpleMaps
Compiling 5 permutations
Permutation compile succeeded
Linking into war
Link succeeded
Compilation succeeded -- 10.968s
When I looked at the firebug, I dont see the any maps API URL embedded
in the HTML.
Putting breakpoint in the Entryoint class doesn't work either. Looks
like that class doesn't even get called. Which makes me think, I may
be missing something real obvious.
Any thoughts?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---