I put the single gwtext.jar in war/WEB-INF/lib and added it to my
library build list in eclipse.  I'm not sure if this is relevant but I
haven't updated to the most recent version of the eclipse plugin yet.
I plan on doing that this weekend to see if it resolves my problem.


On Sep 17, 7:38 pm, "Jason (Google)" <apija...@google.com> wrote:
> Were your gwt-ext JARs in war/WEB-INF/lib when you deployed your app or did
> you reference them from another location in your Eclipse build path?
>
> - Jason
>
> On Tue, Sep 15, 2009 at 8:30 PM, GregGG <greg.geo...@gmail.com> wrote:
>
> > 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...
> > (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 google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to