Tuesday, August 2, 2016

js is broken after I add components to top level GWT class

I've added a new display panel type component to a GWT app and now there is a error on the js console as below. The Java compiles fine and gwtc compiles without error.

What can be wrong?

regards,
John

     [java] Aug 02, 2016 3:32:42 PM java.util.prefs.WindowsPreferences <init>
     [java] WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
     [java] Compiling module chat.app
     [java]    Compiling 5 permutations
     [java]       Compiling permutation 0...
     [java]       Compiling permutation 1...
     [java]       Compiling permutation 2...
     [java]       Compiling permutation 3...
     [java]       Compiling permutation 4...
     [java]    Compile of permutations succeeded
     [java]    Compilation succeeded -- 31.637s
     [java] Linking into C:\Users\John\workspace\Chat_GWT1\war\app; Writing extras to C:\Users\John\workspace\Chat_GWT1\extras\app
     [java]    Link succeeded
     [java]    Linking succeeded -- 2.162s

Uncaught TypeError: Cannot read property 'J' of undefined

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment