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
com.google.gwt.gadgets.rebind.GadgetGenerator.generateGadgetManifest(GadgetGenerator.java:
313)
        at
com.google.gwt.gadgets.rebind.GadgetGenerator.generate(GadgetGenerator.java:
125)
        at
com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:
51)
        at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.tryRebind(StandardRebindOracle.java:116)
        at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.rebind(StandardRebindOracle.java:61)
        at
com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
166)
        at com.google.gwt.dev.GWTCompiler
$DistillerRebindPermutationOracle.getAlPossibleRebindAnswers(GWTCompiler.java:
195)
        at
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.<init>(JavaToJavaScriptCompiler.java:
267)
        at com.google.gwt.dev.GWTCompiler.distill(GWTCompiler.java:
353)
        at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:564)
        at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:554)
        at com.google.gwt.dev.GWTCompiler.main(GWTCompiler.java:214)

I am using GWT 1.5.2, Java 1.5.0_15, and gwt-gadgets-1.0.0

Any ideas?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to