Re: NullPointerException compiling Gadget

2008-09-19 Thread joseanquiles
Hi Eric, I am a beginner in GWT-gadget. My company (Telefonica, Spain) wants to use GWT, and we are very interested in Google Gadgets. But I am not able to build a simple sample Gadget to demonstrate to managers. I don't know what is @FeatureName. Please, could you send me a sample Gadget with

Re: NullPointerException compiling Gadget

2008-09-19 Thread Eric Ayers
Hola Jose, You are using 1.0.0 which is the 1.0 RC1 release (release candidate 1). The bug was found after we made the release candidate, and the fix will be available in the next release candidate or GA release. Those releases will be named 1.0.1, 1.0.2, ... -Eric On Fri, Sep 19, 2008 at

NullPointerException compiling Gadget

2008-09-18 Thread joseanquiles
I have followed the GWT Gadget tutorial. When I try to compile it, I get the following error: Compiling module es.tid.keops.gadget.SimpleGadget Exception in thread main java.lang.NullPointerException at

Re: NullPointerException compiling Gadget

2008-09-18 Thread Eric Ayers
My guess it the the problem is releated to this issue: http://code.google.com/p/gwt-google-apis/issues/detail?id=164 -Eric. On Thu, Sep 18, 2008 at 9:16 AM, joseanquiles [EMAIL PROTECTED] wrote: I have followed the GWT Gadget tutorial. When I try to compile it, I get the following error: