I uninstalled the Eclipse Plugin and downloaded the new one from the
site Google 2.1 plugin -
http://google-web-toolkit.googlecode.com/svn/2.1.0.M1/eclipse/plugin/3.5.
I am running Eclipse Galileo and also am building with Maven. I pushed
the new jar files into my local Maven repository. WHen I try to
compile my projects, I get these errors:
Compiling module org.myorg.web.PaymentEntry
Validating newly compiled units
[ERROR] Errors in 'jar:file:/Applications/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.m1-201005191217/
gwt-2.1.0.M1/gwt-bikeshed.jar!/com/google/gwt/valuestore/ui/
AbstractRecordEditActivity.java'
[ERROR] Line 37: No source code is available for type
com.google.gwt.requestfactory.shared.RequestFactory; did you forget to
inherit a required module?
[ERROR] Line 81: No source code is available for type
com.google.gwt.requestfactory.shared.Receiver<V>; did you forget to
inherit a required module?
[ERROR] Line 81: No source code is available for type
com.google.gwt.requestfactory.shared.SyncResult; did you forget to
inherit a required module?
[ERROR] Errors in 'jar:file:/Applications/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.m1-201005191217/
gwt-2.1.0.M1/gwt-bikeshed.jar!/com/google/gwt/valuestore/ui/
AbstractRecordListActivity.java'
[ERROR] Line 89: No source code is available for type
com.google.gwt.requestfactory.shared.Receiver<V>; did you forget to
inherit a required module?
[ERROR] Line 143: No source code is available for type
com.google.gwt.requestfactory.shared.RequestFactory.WriteOperation;
did you forget to inherit a required module?
[ERROR] Line 167: No source code is available for type
com.google.gwt.requestfactory.shared.RecordListRequest<R>; did you
forget to inherit a required module?
[ERROR] Errors in 'jar:file:/Applications/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.m1-201005191217/
gwt-2.1.0.M1/gwt-bikeshed.jar!/com/google/gwt/valuestore/client/
DeltaValueStoreJsonImpl.java'
[ERROR] Line 123: No source code is available for type
com.google.gwt.requestfactory.client.impl.RecordToTypeMap; did you
forget to inherit a required module?
[ERROR] Line 130: No source code is available for type
com.google.gwt.requestfactory.shared.RequestFactory.WriteOperation;
did you forget to inherit a required module?
[ERROR] Line 146: No source code is available for type
com.google.gwt.requestfactory.shared.SyncResult; did you forget to
inherit a required module?
[ERROR] Errors in 'jar:file:/Applications/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.m1-201005191217/
gwt-2.1.0.M1/gwt-bikeshed.jar!/com/google/gwt/valuestore/shared/
RecordChangedEvent.java'
[ERROR] Line 33: No source code is available for type
com.google.gwt.requestfactory.shared.RequestFactory.WriteOperation;
did you forget to inherit a required module?
[ERROR] Errors in 'jar:file:/Applications/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.m1-201005191217/
gwt-2.1.0.M1/gwt-bikeshed.jar!/com/google/gwt/valuestore/client/
SyncResultImpl.java'
[ERROR] Line 26: No source code is available for type
com.google.gwt.requestfactory.shared.SyncResult; did you forget to
inherit a required module?
[ERROR] Errors in 'jar:file:/Applications/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.m1-201005191217/
gwt-2.1.0.M1/gwt-bikeshed.jar!/com/google/gwt/valuestore/client/
ValueStoreJsonImpl.java'
[ERROR] Line 35: No source code is available for type
com.google.gwt.requestfactory.client.impl.RecordToTypeMap; did you
forget to inherit a required module?
[ERROR] Line 90: No source code is available for type
com.google.gwt.requestfactory.shared.RequestFactory.WriteOperation;
did you forget to inherit a required module?
[ERROR] Errors in 'jar:file:/Applications/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.m1-201005191217/
gwt-2.1.0.M1/gwt-bikeshed.jar!/com/google/gwt/valuestore/shared/impl/
RecordSchema.java'
[ERROR] Line 52: No source code is available for type
com.google.gwt.requestfactory.shared.RequestFactory.WriteOperation;
did you forget to inherit a required module?
Compiling 6 permutations
Compiling permutation 0...
Compiling permutation 1...
Compiling permutation 2...
Compiling permutation 3...
Compiling permutation 4...
Compiling permutation 5...
Compile of permutations succeeded
Linking into /Users/username/workspaces/dvtgal/dvt-parent/dvt-web/war/
paymententry
Link succeeded
Compilation succeeded -- 55.551s
When I try to run in development mode, I get the same errors in the
development mode log. Any ideas what I am missing?
TIA
--
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.