GWTFeedReader broken ?

2010-04-09 Thread Henchan
I downloaded GWTFeedReader from http://gwt-feed-reader.googlecode.com/svn/trunk into Eclipse (via SVN) for the first time. The GWT 2.0.3 SDK is installed and other projects are compiling fine. Eclipse highlights a small number of errors in the GWTFeedReader source. The first: "StyleInjector cannot

Re: GWTFeedReader broken ?

2010-04-09 Thread g p
Hmm ... from its how to build: " 1. Check out the Google Web Toolkit as described in Making GWT Better - Checking out the GWT 1.4 release branch is recommended instead of trunk" Maybe this is why you get the errors? It looks

Re: GWTFeedReader broken ?

2010-04-09 Thread Henchan
Thanks for your advice. No doubt gwt-feed-reader is old code. I'd happily switch to another implementation if especially if it supports more recent updates to the Feed API. The only alternative I've found depends on extjs, which I am not using elsewhere in my project. Anyway as you indicated... 1.

Re: GWTFeedReader broken ?

2010-04-09 Thread Henchan
Spoke too soon. Actually, the 1.4 branch has exactly the same problems as Trunk. I am not familiar with ant, so my problem might lie in the way I am bringing the project in to Eclipse. However, I suspect it is just because it's a very old code base which no longer works against a contemporary SDK.

Re: GWTFeedReader broken ?

2010-04-09 Thread Henchan
My final update on this topic. Just discovered an alternative which compiles and runs without problem. I'll use that in my project instead of GWT-Feed-Reader. http://www.ibm.com/developerworks/xml/library/x-gwtatomr/index.html On Apr 10, 11:34 am, Henchan wrote: > Spoke too soon. Actually, the 1