we're been getting those errors as well and found one cause for them. Quick test: move public/ dir somewhere else and try again. If it works that narrows it down quite a bit, to an error in the public dir. we had 2 broken symlink which causes the open call to fail and therefore com.google.gwt.dev.util.Util.copy
If I get some time on my hands I'll see if I can write a patch so that com.google.gwt.dev.util.Util.copy gives a more useful error message, but we have a deadline comming up shortly On Oct 9, 7:29 pm, "seven.reeds" <[EMAIL PROTECTED]> wrote: > I am getting similar messages intermittently. I am running java > 1.6.0_07, on a red hat RHEL 5.2 system. I am not using third party > libs or tools except for Eclipse 3.4.1 > > I see: > > Compiling module my.module > Compilation succeeded > Linking compilation into ./www/my.module > Exception in thread "main" java.lang.NullPointerException > at com.google.gwt.dev.util.Util.copy(Util.java:994) > at com.google.gwt.dev.util.Util.copy(Util.java:181) > at com.google.gwt.dev.util.Util.copy(Util.java:166) > at > com.google.gwt.core.ext.linker.impl.StandardLinkerContext.link(StandardLinkerContext.java: > 284) > at com.google.gwt.dev.GWTCompiler.distill(GWTCompiler.java: > 367) > 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) > > Again, this is not an every-time thing. I see it maybe 1 in 5 tries. > On very rare occasions it will happen 2 or 3 times in a row but > usually a re-compile works just fine. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
