Hi,

I'm suddenly getting these compilation warnings from a GWT project on
Eclipse. I remember there were users not long ago, who encountered
these before because their style names had a character that caused the
compiler to get confused. But just recently I started getting these
for a UI Binder template in my project that was unchanged and used to
compile without any problems. I've just upgraded to GWT 2.3.0 and
Appengine 1.5.0 and am wondering if this has anything to do with it?

 Scanning for additional dependencies: file:/home/user/
workspace_helios/ManilaHearingAid/src/com/systemacorp/crm/client/view/
ContactListViewImpl.java
      Computing all possible rebind results for
'com.systemacorp.crm.client.view.ContactListViewImpl.ContactListViewImplUiBinder'
         Rebinding
com.systemacorp.crm.client.view.ContactListViewImpl.ContactListViewImplUiBinder
            Invoking generator
com.google.gwt.uibinder.rebind.UiBinderGenerator
               The following problems were detected
                  [WARN] Line 33 column 1: encountered "_". Was
expecting one of: <IDENT>
                  [WARN] Line 38 column 1: encountered "_". Was
expecting one of: <IDENT>
                  [WARN] Line 48 column 1: encountered "_". Was
expecting one of: <IDENT>
                  [WARN] Line 63 column 1: encountered "_". Was
expecting one of: <IDENT>
                  [WARN] Line 71 column 1: encountered "_". Was
expecting one of: <IDENT>
                  [WARN] Line 81 column 1: encountered "_". Was
expecting one of: <IDENT>
                  [WARN] Line 91 column 8: encountered "-". Was
expecting one of: "}" ";" <IDENT>
                  [WARN] Line 94 column 15: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 95 column 14: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 96 column 16: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 97 column 17: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 98 column 18: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 99 column 19: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 100 column 21: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 103 column 14: encountered "-". Was
expecting one of: "}" ";" <IDENT>
                  [WARN] Line 106 column 15: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 107 column 17: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 108 column 18: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 109 column 19: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 110 column 21: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 203 column 20: encountered "-". Was
expecting one of: "}" ";" <IDENT>
                  [WARN] Line 206 column 15: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 207 column 20: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 208 column 17: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 209 column 18: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 210 column 19: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>
                  [WARN] Line 211 column 19: encountered " ". Was
expecting one of: <IDENT> <FUNCTION>

-- 
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