Re: SimpleAppCacheLinker missing?

2011-05-18 Thread dudi
Thank you all! Great tip from Stefan I couldn't manage to compile the MobileWebApp project on Eclipse, so the UiBinder problem is probably a result of that. GWT designer doesn't give me a stack trace, just that: GWT Designer can't load a module because of error in gwt.xml module description, inco

Re: SimpleAppCacheLinker missing?

2011-05-17 Thread Eric Clayberg
We need to see the complete stack trace and ideally the Eclipse .metadata .log file showing that exception. On May 16, 2:49 am, dudi wrote: > > 3) I didn't manage to view the ui.xml inGWTDesigner, I get an error > screen: ...error loading module: "error ingwt.xml module description, > incorrect r

Re: SimpleAppCacheLinker missing?

2011-05-17 Thread StrongSteve
I was too quick to draw my conclusions. I copied both the SimpleCacheAppLinker code as well as the AppCacheLinker code to my project and now it works. It works too if you append the annotation @Shareable to the class SimpleCacheAppLinker. Can anyone explain to me why? What is the purpose of this

Re: SimpleAppCacheLinker missing?

2011-05-17 Thread StrongSteve
Do not know why, but the SimpleAppCacheLinker is missing in GWT 2.4. I was searching for it, too. ;) Seems we are too early to test this new feature! It can be found on the SVN repository but I am kinda stuck on adding it to my project. I mean I copied, compiled the source code, run a build, every

Re: SimpleAppCacheLinker missing?

2011-05-16 Thread Juan Pablo Gardella
Past the stacktrace 2011/5/15 dudi > Hey, > > please help a newb :) > > I'm trying to follow the MobileWebApp example: > [http://code.google.com/p/google-web-toolkit/source/browse/#svn%2Ftrunk > %2Fsamples%2Fmobilewebapp] > from i/o 2011 > [http://www.youtube.com/user/GoogleDevelopers#p/u/10/N1a

SimpleAppCacheLinker missing?

2011-05-16 Thread dudi
Hey, please help a newb :) I'm trying to follow the MobileWebApp example: [http://code.google.com/p/google-web-toolkit/source/browse/#svn%2Ftrunk %2Fsamples%2Fmobilewebapp] from i/o 2011 [http://www.youtube.com/user/GoogleDevelopers#p/u/10/N1aCo5LvMf8] I have so many problems, prob because I did