Thursday, August 28, 2014

Re: GWT 2.6.1 is now available

hi daniel,
            I'm developing a mobile app using gwt and mgwt. Currently I'm using gwt2.5.1 and mgwt1.1.2, I want to upgrade my gwt sdk to gwt2.6.1. In this process I'm getting error at my project compilation time. here is the error description ...
[ERROR] Unexpected internal compiler error
java
.lang.NoSuchMethodError: com.google.gwt.thirdparty.guava.common.io.Files.hash(Ljava/io/File;Lcom/google/gwt/thirdparty/guava/common/hash/HashFunction;)Lcom/google/gwt/thirdparty/guava/common/hash/HashCode;
 at com
.google.gwt.dev.javac.PersistentUnitCache.computePersistentCacheFilenamePrefix(PersistentUnitCache.java:470)
 at com
.google.gwt.dev.javac.PersistentUnitCache.<clinit>(PersistentUnitCache.java:114)
 at com
.google.gwt.dev.javac.UnitCacheFactory.get(UnitCacheFactory.java:59)
 at com
.google.gwt.dev.javac.CompilationStateBuilder.init(CompilationStateBuilder.java:449)
 at com
.google.gwt.dev.Compiler.run(Compiler.java:151)
 at com
.google.gwt.dev.Compiler.run(Compiler.java:132)
 at com
.google.gwt.dev.Compiler$1.run(Compiler.java:99)
 at com
.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
 at com
.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
 at com
.google.gwt.dev.Compiler.main(Compiler.java:106)

I pulled the latest gwt sdk from here. http://www.gwtproject.org/versions.html
I checked gwt-dev.jar and gwt-user.jar , both are from gwt2.6.1 library. 
I have no idea on root cause of this error. Please help me on this.

thanks,
Arun Kumar Mudraboyina

On Saturday, 10 May 2014 03:24:20 UTC+5:30, Daniel Kurka wrote:

Hi GWT community,


We're excited to announce the GWT 2.6.1 release!  Many of you noticed it was uploaded a few days ago, but if you missed it, you can download it here.  This release has also been uploaded to Maven Central with the version string of "2.6.1".


GWT 2.6.1 is a bug fix release for GWT 2.6.0 containing 21 changes and fixes for GWT with almost 50% coming from outside of Google. Thanks so much to everyone who reported issues and/or submitted patches, with a special thanks to Thomas Broyer!


For a summary of user-visible changes, please see the GWT release notes.  And as always, please report any issues using the GWT issue tracker.


-Daniel, on behalf of the GWT open source project

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