Updrage to 2.1M1 build a single permutation?

2010-06-09 Thread gcauchon
I started a project on GWT 2.0 and easily upgraded to 2.01, 2.0.2 and 2.0.3 since then. This project targets mobile devices so I really was eager to try the new "mobile" widgets in 2.1M1. I finally had some time to upgrade yesterday... However, my project doesn't build correctly anymore. I first ha

Re: Updrage to 2.1M1 build a single permutation?

2010-06-09 Thread gcauchon
tus/14307224349 Which is why I was looking foward to try 2.1M1 asap... On Jun 9, 10:45 am, Jim wrote: > Where can I find description about "mobile" widgets? Here you use > "mobile". I guess widgets are not real mobile widgets. Am I right? > > Jim > > On Ju

Re: Updrage to 2.1M1 build a single permutation?

2010-06-16 Thread gcauchon
Anyone? On Jun 9, 11:01 am, gcauchon wrote: > There isn't much details about widget with mobile support. What I do > know is that there are many things not supported by Safari Mobile (for > instance). I wasn't at I/O this year and up to now the only place I've > read

junit tests in Eclipse - NoSuchMethodError: org.apache.catalina.startup.Embedded.setDebug

2010-03-10 Thread gcauchon
I'm developing a lightweight webapp prototype using eclipse. Dev-wise everything work like a charm even if I need to deploy in JBoss instead of the built-in server (jetty?). Somehow, as soon as I try to run the simplest juint test on my model, it fails with the following error: java.lang.NoSuchMet

Re: ClientBundle; Best Practices

2010-02-15 Thread gcauchon
I'm in the same situation and this resume many questions I also have about ClientBundle. I would also like to know if it's possible to get reference to resources outside of the classpath (somewhere in a static folder in the war) so I can update resources without the need of recompiling the app. S