Thursday, April 17, 2014

Re: Setup Eclipse workspace for core development

Could not find the GWT compiler jarfile. Serialization errors might occur when accessing the persistent unit cache.
200 - GET /com.google.gwt.user.cellview.CellView.JUnit/junit-standards.html?gwt.codesvr=10.43.9.45:56702 (10.43.9.45) 2625 bytes
200 - GET /com.google.gwt.user.cellview.CellView.JUnit/com.google.gwt.user.cellview.CellView.JUnit.nocache.js (10.43.9.45) 8184 bytes
200 - GET /com.google.gwt.user.cellview.CellView.JUnit/com.google.gwt.user.cellview.CellView.JUnit.devmode.js (10.43.9.45) 15713 bytes
[WARN] Unable to read: jar:file:/D:/sts-3.5.0/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/gwt-user.jar!/com/google/gwt/core/Core.gwtar. Skipping: java.io.InvalidClassException: com.google.gwt.dev.javac.CompilationUnit; local class incompatible: stream classdesc serialVersionUID = 3631357674639647071, local class serialVersionUID = 5263131532433775474
[WARN] Unable to read: jar:file:/D:/sts-3.5.0/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/gwt-user.jar!/com/google/gwt/regexp/RegExp.gwtar. Skipping: java.io.InvalidClassException: com.google.gwt.dev.javac.CompilationUnit; local class incompatible: stream classdesc serialVersionUID = 3631357674639647071, local class serialVersionUID = 5263131532433775474
[WARN] Unable to read: jar:file:/D:/sts-3.5.0/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/gwt-user.jar!/com/google/gwt/user/User.gwtar. Skipping: java.io.InvalidClassException: com.google.gwt.dev.javac.CompilationUnit; local class incompatible: stream classdesc serialVersionUID = 3631357674639647071, local class serialVersionUID = 5263131532433775474
[WARN] Unable to read: jar:file:/D:/sts-3.5.0/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/gwt-user.jar!/com/google/web/bindery/event/Event.gwtar. Skipping: java.io.InvalidClassException: com.google.gwt.dev.javac.CompilationUnit; local class incompatible: stream classdesc serialVersionUID = 3631357674639647071, local class serialVersionUID = 5263131532433775474

Looks like you have GWT 2.6 on class path. If you import gwt-user/gwt-dev correctly GPE should detect that you are using GWT from source. Under "project settings -> Google -> GWT" the SDK selection should be disabled and "use specific SDK" should be pre-selected. It should point to your GWT project.


-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment