I've been working on a project in GWT 2.1.1 and have had no need to
upgrade, until now.  Recently, additional devs needed to be able to
access the code and build, and I've needed to document the process for
them.

I set up a VM and a fresh install of Eclipse/GWT and have been unable
to build.  I've tried setting the SDK as the recent 2.4, as well as
downloading 2.1.1.

I'm using UiBinder, and the error I'm receiving is:

[ERROR] [project name] - Could not find no-arg method named
css_selector_with_underscore in type
com.google.gwt.resources.client.CssResource


All the errors seem to correspond to the fact that the CSS selector
has an underscore in it.

Questions:

1. I've been able to find old GWT SDKs; where can I get old versions
of the eclipse plugin?  I'd like to just keep my GWT/eclipse frozen in
time.

2. Anyone know why I'd be receiving this error after upgrading?  I saw
mention of CssResource.NoStrict.  Would this workaround this error?
Any way to set it globally?

I used underscores in my selectors pretty commonly, and if that is now
invalid, I will have to fix ~40 .ui.xml templates and seemingly rename
countless filenames.  Obviously, I'd like to avoid this any way I
can.

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