On 24 sep, 12:07, Kroc <[EMAIL PROTECTED]> wrote:
> Does anybody already had this kind of error while compiling your
> project ?
> If yes how did you solve your problem ?
>
>      [echo] Compiling client menu
>      [java] Compiling module nc.kroc.fmp.AppMenu
>      [java] Compilation succeeded
>      [java] Linking compilation into D:\Documents\Vincent\workspace
> \FullMetalPlanet\build\nc.kroc.fmp.AppMenu
>      [java] Exception in thread "main" java.lang.NullPointerException
>      [java]     at com.google.gwt.dev.util.Util.copy(Util.java:994)
>      [java]     at com.google.gwt.dev.util.Util.copy(Util.java:181)
>      [java]     at com.google.gwt.dev.util.Util.copy(Util.java:166)
>      [java]     at
> com.google.gwt.core.ext.linker.impl.StandardLinkerContext.link(StandardLink 
> erContext.java:
> 284)

It seems like an EmittedArtifact's getContents returns 'null':
http://code.google.com/p/google-web-toolkit/source/browse/releases/1.5/dev/core/src/com/google/gwt/core/ext/linker/impl/StandardLinkerContext.java#284

This means a public resource (one from a <public/> folder) or a
generated resource. AFAICT, GWT's generators and linkers never produce
such errors.
Are you using a 3rd-party lib coming with its own generators or
linkers?
--~--~---------~--~----~------------~-------~--~----~
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