I am getting the following error doing s top level build of the gwt- google-api source. I have followed the instructions here (http:// code.google.com/docreader/#p=gwt-google-apis&s=gwt-google- apis&t=GettingStartedSource).
Is there something specific that i am missing. I am using jdk1.5 on macos gears: compile: [gwt.javac] Compiling 19 source files to /Users/jima/comware/gwt/ workspace/gwt-google-apis/gears/build/out/gears/bin [gwt.javac] /Users/jima/comware/gwt/workspace/gwt-google-apis/gears/ gears/src/com/google/gwt/gears/client/impl/Utils.java:20: cannot find symbol [gwt.javac] symbol : class JsArrayString [gwt.javac] location: package com.google.gwt.core.client [gwt.javac] import com.google.gwt.core.client.JsArrayString; [gwt.javac] ^ [gwt.javac] /Users/jima/comware/gwt/workspace/gwt-google-apis/gears/ gears/src/com/google/gwt/gears/client/impl/Utils.java:30: cannot find symbol [gwt.javac] symbol : class JsArrayString [gwt.javac] location: class com.google.gwt.gears.client.impl.Utils [gwt.javac] JsArrayString array = JavaScriptObject.createArray().cast(); [gwt.javac] ^ [gwt.javac] 2 errors --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
