Just in case others are interested, after getting my app working with
gwt, I decided to see if I could use gwt-ext as well.   I seem to have
gotten my app working with gwt-ext fine in my eclipse developer
environment by following the helpful instructions at
http://paulgrenyer.blogspot.com/2009/04/setting-up-gwt-ext-for-gwt-16-with.html
(note, I only had to unzip the following to my js directory; adapter/,
resources/, ext-all-debug.js, ext-all.js, ext-core-debug.js, ext-
core.js) .  But I get the following errors when I upload to appspot:

Removing units with errors
     [ERROR] Errors in 'file:/C:/unscanned/workspaces/project/src/com/
project/web/client/WebPage.java'
     [ERROR] Line 418: No source code is available for type
com.gwtext.client.widgets.CycleButton; did you forget to inherit a
required module?
     [ERROR] Line 422: No source code is available for type
com.gwtext.client.widgets.menu.CheckItem; did you forget to inherit a
required module?
     [ERROR] Line 425: No source code is available for type
com.gwtext.client.widgets.event.CycleButtonListenerAdapter; did you
forget to inherit a required module?


Regardless of these errors, the app seems to be running fine on
appspot.  If anyone has any ideas how I can prevent these errors,
please let me know.

thx.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to