Re: Cannot compile gadget: GadgetGenerator threw org.w3c.dom.DOMException: NAMESPACE_ERR

2009-08-27 Thread Art
Thank you for your reply again, Eric. I looked at the generateGadgetManifest method (line 261 in

Re: Cannot compile gadget: GadgetGenerator threw org.w3c.dom.DOMException: NAMESPACE_ERR

2009-08-07 Thread Art
Eric, thank you for your reply. The thing is that I encounter this issue by trying to work around the Xerces class issue. I had encountered the Xerces class issue with Google GWT Gadget library file described at

Re: Cannot compile gadget: GadgetGenerator threw org.w3c.dom.DOMException: NAMESPACE_ERR

2009-08-07 Thread Eric Ayers
I'm not sure why this would fix the problem you're seeing, but have you tried rebuilding the gadgets distribution from SVN trunk? I think if you get past this problem, you're doing to find another one since you are using GWT 1.6: See issue 275:

Cannot compile gadget: GadgetGenerator threw org.w3c.dom.DOMException: NAMESPACE_ERR

2009-08-06 Thread Art
Hello, I'm blocked from trying to have fun with Google gadget and GWT. ;-) I got the exception like below in trying to compile a simple Google gadget on Eclipse (Galileo). I highly appreciate if someone can give me the crew of this cause. Regards. Compiling module

Re: Cannot compile gadget: GadgetGenerator threw org.w3c.dom.DOMException: NAMESPACE_ERR

2009-08-06 Thread Eric Ayers
This error I've seen caused by a conflict in Xerces distributed with gwt-gadget.jar. Try using the gwt-gadget-noredist.jar file. It doesn't bundle the Xerces library. On Thu, Aug 6, 2009 at 10:36 PM, Artart...@gmail.com wrote: Hello, I'm blocked from trying to have fun with Google gadget