Owd-Larrd / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Document how to get Traveler to compile on wiki #397

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
gadgets-1.2.0

Detailed description:
From Albert:

I am following instructions at:

http://code.google.com/p/gwt-google-apis/wiki/GettingStartedSource

trying to compile all the source code of gwt-google-apis (got from svn trunk).

The target "gadgets" failed with several reasons (in particular, they
are all for gwt-google-apis/gadgets/samples/traveler/) as follows:

# missing gwt-maps.jar => fixed by manual download

# need to setup APPENGINE_HOME => this step needs to be documented in
the tutorial

# missing folder google_appengine/lib/user => fixed by manual creation

# after fixing the above 3 errors, then come the compilation errors
with extracted messages below:

[gwt.javac] 
/usr/local/work/gwt/gwt-google-apis/gadgets/samples/traveler/src/com/google/gwt/
gadgets/sample/traveler/server/CertificateProvider.java:18:
package com.google.appengine.repackaged.com.google.common.collect does
not exist
[gwt.javac] import
com.google.appengine.repackaged.com.google.common.collect.ImmutableMapBuilder;
[gwt.javac]                                                                 ^
[gwt.javac] 
/usr/local/work/gwt/gwt-google-apis/gadgets/samples/traveler/src/com/google/gwt/
gadgets/sample/traveler/server/Location.java:18:
package com.google.appengine.api.datastore does not exist
[gwt.javac] import com.google.appengine.api.datastore.Text;
[gwt.javac]                                          ^
[gwt.javac] 
/usr/local/work/gwt/gwt-google-apis/gadgets/samples/traveler/src/com/google/gwt/
gadgets/sample/traveler/server/Location.java:22:
package javax.jdo.annotations does not exist
[gwt.javac] import javax.jdo.annotations.Extension;
......

Original issue reported on code.google.com by zundel@google.com on 6 Jul 2010 at 12:59