Owd-Larrd / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

gwt-maps widget compilation fails with gwt 2.2.0 #450

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
gwt-maps 1.1.0 
gwt 2.2.0

Platform information (OS, Browser, GWT version).  Does the issue exist on
other platforms?

Give a Detailed description of the problem.  If possible, please include
some code that reproduces the problem and a verbatim copy of any error
messages you can find.

Problem compiling http://cia.sourceforge.net/web-widgets/ 
(http://cia.sourceforge.net/parent-web-pom/) . 

[INFO]    [ERROR] Errors in 
'jar:file:/home/pether/.m2/repository/com/google/gwt/google-apis/gwt-maps/1.1.0/
gwt-maps-1.1.0.jar!/com/google/gwt/maps/client/impl/TileLayerImpl.java'
[INFO]       [ERROR]  Internal compiler error
[INFO] java.lang.IncompatibleClassChangeError: Found interface 
com.google.gwt.core.ext.typeinfo.JClassType, but class was expected
[INFO]  at 
com.google.gwt.maps.jsio.rebind.JSWrapperGenerator.generate(JSWrapperGenerator.j
ava:277)
[INFO]  at 
com.google.gwt.core.ext.GeneratorExtWrapper.generate(GeneratorExtWrapper.java:48
)
[INFO]  at 
com.google.gwt.core.ext.GeneratorExtWrapper.generateIncrementally(GeneratorExtWr
apper.java:60)
[INFO]  at 
com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(Stan
dardGeneratorContext.java:662)
[INFO]  at 
com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:41)
[INFO]  at 
com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind(StandardRebindOrac
le.java:74)
[INFO]  at 
com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:2
59)
[INFO]  at 
com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:2
48)
[INFO]  at 
com.google.gwt.dev.DistillerRebindPermutationOracle.getAllPossibleRebindAnswers(
DistillerRebindPermutationOracle.java:91)
[INFO]  at 
com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds
(WebModeCompilerFrontEnd.java:106)
[INFO]  at 
com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.process(AbstractCom
piler.java:254)

Workaround if you have one:

none.

Links to the relevant Google Group posts:

Original issue reported on code.google.com by pether.s...@gmail.com on 20 Feb 2011 at 11:11

GoogleCodeExporter commented 9 years ago
This is due to a binary incompatibility in GWT.  Either recompile gwt-maps or 
use a previous version of GWT.

Original comment by zundel@google.com on 22 Feb 2011 at 2:36