Hi Rajeev,

Thanks for the reply. You were right, the reason why it had stopped
working for us was that we moved our JSO objects to a separate (Maven)
project, and thus didn't have the GWT nature enabled anymore in
Eclipse.

The confusing part was that doing a right-click, "Open With... -> GWT
Java Editor" didn't work either. I guess it requires the correct
nature even when being explicit in wanting to use the editor.

One note to others who may run into this issue. If the project is not
a true GWT web application, for example our shared data classes, you
will need to disable the Google WebApp Project Validator to avoid
errors:

1. Open the project properties, right-click on the project, and select
Properties... .
2. Select Builders in the list.
3. Uncheck "Google WebApp Project Validator".
4. The "Confirm Disable Builder" dialog is displayed. Click "OK" to
accept the change.
5. Click OK to close the project properties window.

//Tomi B.

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