• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Issue compiling a GWT FeedReader Application

 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi Ranchers,

I am trying to compile a Ajax FeedReader Application on eclipse.I downloaded the code from

http://gwt-feed-reader.googlecode.com/svn/trunk

This link has two folders

1.ajaxfeed
2.sample

which I have copied in a New Project in eclipse as
two separate folders One for the sample and the other for the ajaxfeed like

com.feedReader for sample

com.feedReader.ajaxfeed

I am trying to run this application in Development Mode.

When I try to compile the application it gives me a

Internal Compiler Error Like

java.lang.IncompatibleClassChangeError: Found class com.google.gwt.core.ext.TreeLogger, but interface was expected

Its throwing this exception for the Loader.java class in the ajaxfeed source.The following is the source for Loader.java




I am stuck since few days I know this is something very stupid...But

awating your replies experts..










 
Rakesh Chaudhary
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,

The exception above was due to a unsupported Class built on Ajax...

Using sample package code only after removing the associations with ajaxfeed package..The application compiles successfully and gives the desired results.

I customized the application according to my organizations proprietary needs and gave it some look and feels according to the clients requirements

Its great to see that the application is very fast on Android and Blackberry phones... GWT Rocks..

What I was surprised to see was that the application fits the prescribed screen size without any change...

I would say it took me..some time...to figure it out ...But today after deploying it since last 3 months...I want to praise the effort of GWT FeedReader developers for writing such a application

Thanks


 
I want my playground back. Here, I'll give you this tiny ad for it:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic