Re: can't inherit gwt maps module

2009-11-20 Thread Stephen Walsh
What version of Eclipse are you using?  I just tried to run the tutorial
code that you mentioned before and had no trouble.  I did have to click on
my side bar in eclipse and import the below files:

package com.stephenlwalsh.mapstest.client;

import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.maps.client.InfoWindowContent;
import com.google.gwt.maps.client.MapWidget;
import com.google.gwt.maps.client.control.LargeMapControl3D;
import com.google.gwt.maps.client.geom.LatLng;
import com.google.gwt.maps.client.overlay.Marker;
import com.google.gwt.user.client.ui.RootPanel;

This will go just below the first line of your code.  Give that a try and
see if it works.

Stephen Walsh


On Tue, Nov 17, 2009 at 10:35, Brady aguth...@gmail.com wrote:

 The gwt-maps jar is already on my classpath.



 On Nov 13, 6:14 pm, Stephen Walsh stephenwalsh@gmail.com wrote:
  [image:
 
 ?ui=2view=attth=124f03f8d7f16d84attid=0.1disp=attdrealattid=ii_124f03f8d7f16d84zw]
   You
  can build out a plain project like this.
  [image:
 
 ?ui=2view=attth=124f03fa2c8235e6attid=0.1disp=attdrealattid=ii_124f03fa2c8235e6zw]
   Then
  use the add JARs link from the properties window to add your library
 files.
 
  Hope that helps you.
  Stephen Walsh
 
  On Fri, Nov 13, 2009 at 14:34, Stephen Walsh stephenwalsh@gmail.com
 wrote:
 
   Brady,
 
   If you right-click on your project and select Properties you can add
 an
   external JAR file.  Or better yet, create a new plain folder and put
 all of
   your jar files in there.  Then you can reference the library.  I'm at
 work
   and can't send you a screen shot of my setup, but let me know if you
 need
   any other help on how to make that happen.  I had the same trouble
 trying to
   include the AJAX search api for GWT.
 
   On Thu, Nov 12, 2009 at 11:01, Brady aguth...@gmail.com wrote:
 
   I am using the google plugin for eclipse.  The getting started page
   that you referenced, itself references the GWT startup instructions
   for GWT 1.5.  The projectCreator and applicationCreator utilities seem
   to be no longer a part of the newer versions.  What steps should
   replace the ones that reference those scripts?
 
   On Nov 12, 7:26 am, Eric Ayers zun...@google.com wrote:
Official getting started page:
 
   
 http://code.google.com/docreader/#p=gwt-google-apiss=gwt-google-apis.
   ..
 
If you are not using the Google Plugin for eclipse, you may have to
carefully setup your run configuration.
 
On Tue, Nov 10, 2009 at 4:05 PM, Brady aguth...@gmail.com wrote:
 I've been trying to build a simple GWT app using GWT-maps.jar,
 like
 the one at:

 http://gwttutorials.com/2009/07/28/setting-up-google-maps-with-gwt/
 
 Despite following the instructions, I still get error messages
 like
 this one:
 No source code is available for type
 com.google.gwt.maps.client.geom.LatLng; did you forget to inherit
 a
 required module?
 
 I cannot find anything wrong with my application.gwt.xml file,
 which
 includes the following lines:
 
inherits name='com.google.gwt.maps.GoogleMaps'/
script src='
http://maps.google.com/maps?gwt=1file=apiv=2'/
 
 I have also made sure that the gwt-maps.jar is on my build path.
 
 I would appreciate any guidance about where to look for problems.
 Thanks.
 
 --
 
 You received this message because you are subscribed to the Google
   Groups
 Google Web Toolkit group.
 To post to this group, send email to
   google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 google-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%252bunsubscr...@googlegroups.com
 
   google-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%252bunsubscr...@googlegroups.com
 google-web-toolkit%252bunsubscr...@googlegroups.comgoogle-web-toolkit%25252bunsubscr...@googlegroups.com
 
 
  .
 For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=.
 
--
Eric Z. Ayers
Google Web Toolkit, Atlanta, GA USA
 
   --
 
   You received this message because you are subscribed to the Google
 Groups
   Google Web Toolkit group.
   To post to this group, send email to
 google-web-tool...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 google-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%252bunsubscr...@googlegroups.com
 
   .
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=.
 
   --
   Stephen Walsh
 
 
 
   project_list.JPG
  24KViewDownload
 
   properties window.JPG
  82KViewDownload

 --

 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post 

Re: can't inherit gwt maps module

2009-11-17 Thread Brady
The gwt-maps jar is already on my classpath.



On Nov 13, 6:14 pm, Stephen Walsh stephenwalsh@gmail.com wrote:
 [image:
 ?ui=2view=attth=124f03f8d7f16d84attid=0.1disp=attdrealattid=ii_124f03f8d7f16d84zw]
  You
 can build out a plain project like this.
 [image:
 ?ui=2view=attth=124f03fa2c8235e6attid=0.1disp=attdrealattid=ii_124f03fa2c8235e6zw]
  Then
 use the add JARs link from the properties window to add your library files.

 Hope that helps you.
 Stephen Walsh

 On Fri, Nov 13, 2009 at 14:34, Stephen Walsh 
 stephenwalsh@gmail.comwrote:

  Brady,

  If you right-click on your project and select Properties you can add an
  external JAR file.  Or better yet, create a new plain folder and put all of
  your jar files in there.  Then you can reference the library.  I'm at work
  and can't send you a screen shot of my setup, but let me know if you need
  any other help on how to make that happen.  I had the same trouble trying to
  include the AJAX search api for GWT.

  On Thu, Nov 12, 2009 at 11:01, Brady aguth...@gmail.com wrote:

  I am using the google plugin for eclipse.  The getting started page
  that you referenced, itself references the GWT startup instructions
  for GWT 1.5.  The projectCreator and applicationCreator utilities seem
  to be no longer a part of the newer versions.  What steps should
  replace the ones that reference those scripts?

  On Nov 12, 7:26 am, Eric Ayers zun...@google.com wrote:
   Official getting started page:

  http://code.google.com/docreader/#p=gwt-google-apiss=gwt-google-apis.
  ..

   If you are not using the Google Plugin for eclipse, you may have to
   carefully setup your run configuration.

   On Tue, Nov 10, 2009 at 4:05 PM, Brady aguth...@gmail.com wrote:
I've been trying to build a simple GWT app using GWT-maps.jar, like
the one at:
   http://gwttutorials.com/2009/07/28/setting-up-google-maps-with-gwt/

Despite following the instructions, I still get error messages like
this one:
No source code is available for type
com.google.gwt.maps.client.geom.LatLng; did you forget to inherit a
required module?

I cannot find anything wrong with my application.gwt.xml file, which
includes the following lines:

       inherits name='com.google.gwt.maps.GoogleMaps'/
       script src='
   http://maps.google.com/maps?gwt=1file=apiv=2'/

I have also made sure that the gwt-maps.jar is on my build path.

I would appreciate any guidance about where to look for problems.
Thanks.

--

You received this message because you are subscribed to the Google
  Groups
Google Web Toolkit group.
To post to this group, send email to
  google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to
google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
  google-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%252bunsubscr...@googlegroups.com

     .
For more options, visit this group at
   http://groups.google.com/group/google-web-toolkit?hl=.

   --
   Eric Z. Ayers
   Google Web Toolkit, Atlanta, GA USA

  --

  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=.

  --
  Stephen Walsh



  project_list.JPG
 24KViewDownload

  properties window.JPG
 82KViewDownload

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: can't inherit gwt maps module

2009-11-15 Thread Stephen Walsh
Brady,

If you right-click on your project and select Properties you can add an
external JAR file.  Or better yet, create a new plain folder and put all of
your jar files in there.  Then you can reference the library.  I'm at work
and can't send you a screen shot of my setup, but let me know if you need
any other help on how to make that happen.  I had the same trouble trying to
include the AJAX search api for GWT.

On Thu, Nov 12, 2009 at 11:01, Brady aguth...@gmail.com wrote:

 I am using the google plugin for eclipse.  The getting started page
 that you referenced, itself references the GWT startup instructions
 for GWT 1.5.  The projectCreator and applicationCreator utilities seem
 to be no longer a part of the newer versions.  What steps should
 replace the ones that reference those scripts?


 On Nov 12, 7:26 am, Eric Ayers zun...@google.com wrote:
  Official getting started page:
 
  http://code.google.com/docreader/#p=gwt-google-apiss=gwt-google-apis...
 
  If you are not using the Google Plugin for eclipse, you may have to
  carefully setup your run configuration.
 
 
 
  On Tue, Nov 10, 2009 at 4:05 PM, Brady aguth...@gmail.com wrote:
   I've been trying to build a simple GWT app using GWT-maps.jar, like
   the one at:
  http://gwttutorials.com/2009/07/28/setting-up-google-maps-with-gwt/
 
   Despite following the instructions, I still get error messages like
   this one:
   No source code is available for type
   com.google.gwt.maps.client.geom.LatLng; did you forget to inherit a
   required module?
 
   I cannot find anything wrong with my application.gwt.xml file, which
   includes the following lines:
 
  inherits name='com.google.gwt.maps.GoogleMaps'/
  script src='
  http://maps.google.com/maps?gwt=1file=apiv=2'/
 
   I have also made sure that the gwt-maps.jar is on my build path.
 
   I would appreciate any guidance about where to look for problems.
   Thanks.
 
   --
 
   You received this message because you are subscribed to the Google
 Groups
   Google Web Toolkit group.
   To post to this group, send email to
 google-web-tool...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 google-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%252bunsubscr...@googlegroups.com
 
.
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=.
 
  --
  Eric Z. Ayers
  Google Web Toolkit, Atlanta, GA USA

 --

 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=.





-- 
Stephen Walsh

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




can't inherit gwt maps module

2009-11-12 Thread Brady
I've been trying to build a simple GWT app using GWT-maps.jar, like
the one at:  http://gwttutorials.com/2009/07/28/setting-up-google-maps-with-gwt/

Despite following the instructions, I still get error messages like
this one:
No source code is available for type
com.google.gwt.maps.client.geom.LatLng; did you forget to inherit a
required module?

I cannot find anything wrong with my application.gwt.xml file, which
includes the following lines:

inherits name='com.google.gwt.maps.GoogleMaps'/
script src='http://maps.google.com/maps?gwt=1amp;file=apiamp;v=2'/


I have also made sure that the gwt-maps.jar is on my build path.

I would appreciate any guidance about where to look for problems.
Thanks.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: can't inherit gwt maps module

2009-11-12 Thread Eric Ayers
Official getting started page:

http://code.google.com/docreader/#p=gwt-google-apiss=gwt-google-apist=MapsGettingStarted

If you are not using the Google Plugin for eclipse, you may have to
carefully setup your run configuration.


On Tue, Nov 10, 2009 at 4:05 PM, Brady aguth...@gmail.com wrote:

 I've been trying to build a simple GWT app using GWT-maps.jar, like
 the one at:
 http://gwttutorials.com/2009/07/28/setting-up-google-maps-with-gwt/

 Despite following the instructions, I still get error messages like
 this one:
 No source code is available for type
 com.google.gwt.maps.client.geom.LatLng; did you forget to inherit a
 required module?

 I cannot find anything wrong with my application.gwt.xml file, which
 includes the following lines:

inherits name='com.google.gwt.maps.GoogleMaps'/
script src='
 http://maps.google.com/maps?gwt=1amp;file=apiamp;v=2'/
 

 I have also made sure that the gwt-maps.jar is on my build path.

 I would appreciate any guidance about where to look for problems.
 Thanks.

 --

 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=.





-- 
Eric Z. Ayers
Google Web Toolkit, Atlanta, GA USA

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: can't inherit gwt maps module

2009-11-12 Thread Brady
I am using the google plugin for eclipse.  The getting started page
that you referenced, itself references the GWT startup instructions
for GWT 1.5.  The projectCreator and applicationCreator utilities seem
to be no longer a part of the newer versions.  What steps should
replace the ones that reference those scripts?


On Nov 12, 7:26 am, Eric Ayers zun...@google.com wrote:
 Official getting started page:

 http://code.google.com/docreader/#p=gwt-google-apiss=gwt-google-apis...

 If you are not using the Google Plugin for eclipse, you may have to
 carefully setup your run configuration.



 On Tue, Nov 10, 2009 at 4:05 PM, Brady aguth...@gmail.com wrote:
  I've been trying to build a simple GWT app using GWT-maps.jar, like
  the one at:
 http://gwttutorials.com/2009/07/28/setting-up-google-maps-with-gwt/

  Despite following the instructions, I still get error messages like
  this one:
  No source code is available for type
  com.google.gwt.maps.client.geom.LatLng; did you forget to inherit a
  required module?

  I cannot find anything wrong with my application.gwt.xml file, which
  includes the following lines:

         inherits name='com.google.gwt.maps.GoogleMaps'/
         script src='
 http://maps.google.com/maps?gwt=1file=apiv=2'/

  I have also made sure that the gwt-maps.jar is on my build path.

  I would appreciate any guidance about where to look for problems.
  Thanks.

  --

  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=.

 --
 Eric Z. Ayers
 Google Web Toolkit, Atlanta, GA USA

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: can't inherit gwt maps module

2009-11-12 Thread Brady
I am using the google plugin for eclipse.  The getting started page
that you referenced, itself references the GWT startup instructions
for GWT 1.5.  The projectCreator and applicationCreator utilities seem
to be no longer a part of the newer versions.  What steps should
replace the ones that reference those scripts?


On Nov 12, 7:26 am, Eric Ayers zun...@google.com wrote:
 Official getting started page:

 http://code.google.com/docreader/#p=gwt-google-apiss=gwt-google-apis...

 If you are not using the Google Plugin for eclipse, you may have to
 carefully setup your run configuration.



 On Tue, Nov 10, 2009 at 4:05 PM, Brady aguth...@gmail.com wrote:
  I've been trying to build a simple GWT app using GWT-maps.jar, like
  the one at:
 http://gwttutorials.com/2009/07/28/setting-up-google-maps-with-gwt/

  Despite following the instructions, I still get error messages like
  this one:
  No source code is available for type
  com.google.gwt.maps.client.geom.LatLng; did you forget to inherit a
  required module?

  I cannot find anything wrong with my application.gwt.xml file, which
  includes the following lines:

         inherits name='com.google.gwt.maps.GoogleMaps'/
         script src='
 http://maps.google.com/maps?gwt=1file=apiv=2'/

  I have also made sure that the gwt-maps.jar is on my build path.

  I would appreciate any guidance about where to look for problems.
  Thanks.

  --

  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=.

 --
 Eric Z. Ayers
 Google Web Toolkit, Atlanta, GA USA

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.