[ERROR] Line 26: The import com.mapitz.gwt.googleMaps cannot be
resolved
I've tried everything from modifying the build and run (launch) paths,
to changing the package names, to tinkering with module.xml
positions...
The only thing that seems to fix the problem is to bring the googleMap
files directly into the active project project (w/ no changes to source
packages or modules)...
I'm positive that the googleMaps.jar is in the launch.profile (I ran
into this problem in the previous release and know how to correct it).
Frankly, I'm at a loss... If anyone from the google team or the
community has any suggestions I would appreciate it.
Kind Regards,
Anthony Laforge
I was launching hosted mode through Eclipse, from the command line, and
trying to compile, moving things around, changing classpaths all over
the place - and all the time I get complaints about not being able to
find com.mapitz.gwt.GoogleMaps when launching/compiling (no issues
about package visibility from within Eclipse, it was happy). When I
replaced the GWT 1.1 binaries with the old version, everything worked
fine again.
I was looking forward to trying out the new JavaScript injection
functionality rather than having to put the Javascript link in my HTML
file, but that will have to wait until someone points out the really
obvious step that we have perhaps missed :-) Fustrating in the
meanwhile though!!!
I'll post more details shortly.