Re: Google Maps API and 1.5RC1

2008-08-30 Thread Eric Ayers
The latest GWT 1.5 is out. Please download it, give it a try, and then erase your other pre-release versions of GWT so you won't get confused. The version that was released as 'final' has the version number 1.5.2 On Sat, Aug 30, 2008 at 3:40 AM, Agnes <[EMAIL PROTECTED]> wrote: > > I will be m

Re: Google Maps API and 1.5RC1

2008-08-30 Thread Agnes
I will be more specific, I am trying to do it for all the files, but I am more interested in gwt-maps.jar. The error I get is : Compiling 212 source files to dir. ~Polygon.java: 20 cannot find symbol symbol: Class JsArray location: package com.google.gwt.core.client import com.google.gwt.core.clie

Re: Google Maps API and 1.5RC1

2008-08-30 Thread Agnes
I have the same conflicts as EVAN: I follow the steps above exactly: I've got GWT_HOME pointing to gwt-windows-1.5.0 installation directory, which is what I use in my project. I've got GWT_TOOLS pointing to the gwt tools SVN repository srcs that you pointed me to above. I go the same problems, I

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Eric Ayers
Hi Evan, JsArray is a part of 1.5 RC2 On Mon, Aug 25, 2008 at 5:35 PM, Evan Ruff <[EMAIL PROTECTED]> wrote: > > Eric, I think I must be getting some version conflicts, maybe? > > I've got GWT_HOME pointing to gwt-windows-1.5.0 installation > directory, which is what I use in my project. > I've g

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Evan Ruff
Eric, I think I must be getting some version conflicts, maybe? I've got GWT_HOME pointing to gwt-windows-1.5.0 installation directory, which is what I use in my project. I've got GWT_TOOLS pointing to the gwt tools SVN repository srcs that you pointed me to above. When I do a plain ant, it looks

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Eric Ayers
Yup, sorry I left out that step. Checkout the http://google-web-toolkit.googlecode.com/svn/tools and set GWT_TOOLS to the directory where you place it. GWT_HOME should point to an unpacked distribution of gwt-1.5.1 (1.5 RC2). -Eric. On Mon, Aug 25, 2008 at 3:01 PM, Evan Ruff <[EMAIL PROTECTED]>

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Evan Ruff
Hey Eric, I gave this a shot earlier today and ended up having a whole host of weird errors. My first question is, will the trunk run against RC1 or will I have to upgrade to RC2? GWT_HOME referes to my GWT installation, I assume, but where does GWT_TOOLS point too? And finally, when I do run a

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Eric Ayers
I've seen similar stack traces fail when the Maps API is not really loaded. More recent versions of the gwt-maps library detect this and display a message. It could also be a problem similar to that described in issue 112 that was windows specific and not fixed until r296. building your own jar

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Evan Ruff
Hey Eric, Here's the full exception log: Uncaught exception: java.lang.ExceptionInInitializerError at teledini.app.client.WorkbenchEntry.onModuleLoad(WorkbenchEntry.java: 70) at teledini.app.client.WorkbenchEntry $2.execute(WorkbenchEntry.java:63) at com.google.gwt.user.client.Comman

Google Maps API and 1.5RC1

2008-08-25 Thread Evan Ruff
Hey guys, I'm having some build issuses getting up and running with Google Maps API. Either I'm attempting to use an old/incompatible jar that I found or I need to build from source and I'm having some trouble with that as well. The current JAR that I'm using is gwt-google-apis-r41. When I attem

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Eric Ayers
Hey Evan, This sounds kinda familiar. Can you look at the content of the exception? In hosted mode, click on the exception in the tree part of the development shell - the stack trace for the exception should display in the Status window below. If it is what I think it is - a problem in the STA

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Evan Ruff
WHOOPS, little trigger happy. The exception I get it: "Uncaught Exception: java.lang.ExceptionInitilizationError" "Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError) Object expected number: -2146823281" I'm just trying to make a basic little map, which I pulled out of one of

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Evan Ruff
Hey Eric, Thanks for the tip. I did install that one and it seems to start fine, but I get an "Uncaught Exception: java.lang.ExceptionInitilizationError" "Caused by: com.google.gwt.core.client.JavaScriptException: On Aug 25, 10:23 am, "Eric Ayers" <[EMAIL PROTECTED]> wrote: > Hi Evan, > > Look

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Eric Ayers
Hi Evan, Look for r290 at http://code.google.com/p/gwt-google-apis/downloads/list?can=1 Building from the source would be even better, but you need to move up to 1.5RC2 On Mon, Aug 25, 2008 at 10:10 AM, Evan Ruff <[EMAIL PROTECTED]> wrote: > > Hey guys, > > I'm having some build issuses getting