Hi friends,

I try to compile my module with paremeter -localWorkers N (where N >
1) and got the following output:

Compiling module main
   Compiling 6 permutations
   Process output
      [ERROR] java.lang.NoClassDefFoundError: Files
      [ERROR] Caused by: java.lang.ClassNotFoundException: Files
      [ERROR]   at java.net.URLClassLoader$1.run(URLClassLoader.java:
200)
      [ERROR]   at java.security.AccessController.doPrivileged(Native
Method)
      [ERROR]   at java.net.URLClassLoader.findClass
(URLClassLoader.java:188)
      [ERROR]   at java.lang.ClassLoader.loadClass(ClassLoader.java:
307)
      [ERROR]   at sun.misc.Launcher$AppClassLoader.loadClass
(Launcher.java:301)
      [ERROR]   at java.lang.ClassLoader.loadClass(ClassLoader.java:
252)
      [ERROR]   at java.lang.ClassLoader.loadClassInternal
(ClassLoader.java:320)
      [ERROR] Could not find the main class: Files.  Program will
exit.
      [ERROR] Exception in thread "main"

With -localWorkers 1 or without the parameter compilation works fine.

gwt version: 1.7.0

Bug?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to