As an experiment I removed an old exclusion of com.google.gwt:gwt-dev that 
some job-ancestor of mine had specified (see the commented part in my 
pom.xml snippet below):

            ...
            <!-- MVP component -->
            <dependency>
                <groupId>com.gwtplatform</groupId>
                <artifactId>gwtp-mvp-client</artifactId>
                <version>1.6</version>
                <!-- 
                <exclusions>
                    <exclusion>
                        <groupId>com.google.gwt</groupId>
                        <artifactId>gwt-dev</artifactId>
                    </exclusion>
                </exclusions>
                -->
            </dependency>
            ...

 and now I don't get the mentioned compiler error anymore but instead I end 
in the same odd
     'Throwable.HasJavaThrowable' has invalid name '?'
exception that I describe in my other thread. So, both, project migrations 
are now stuck in the same issue ... 

:-( 

On Wednesday, June 29, 2022 at 7:16:10 PM UTC+2 mmo wrote:

> The compilation of the other application I am trying to migrate to GWT 
> 2.10.0 fails this stacktrace:
>
> ...
> [INFO] --- gwt-maven-plugin:2.10.0:compile (default) @ zhquest-web ---
> [INFO] Compiling module ch.zh.ksta.zhquest.ZHQuestWebDevelopment
> [INFO] [ERROR] Unexpected internal compiler error
> [INFO] java.lang.IllegalArgumentException
> [INFO]  at org.objectweb.asm.ClassVisitor.<init>(Unknown Source)
> [INFO]  at org.objectweb.asm.ClassVisitor.<init>(Unknown Source)
> [INFO]  at 
> com.google.gwt.dev.javac.BytecodeSignatureMaker$CompileDependencyVisitor.<init>(BytecodeSignatureMaker.java:59)
> [INFO]  at 
> com.google.gwt.dev.javac.BytecodeSignatureMaker.visitCompileDependenciesInBytecode(BytecodeSignatureMaker.java:227)
> [INFO]  at 
> com.google.gwt.dev.javac.BytecodeSignatureMaker.getCompileDependencySignature(BytecodeSignatureMaker.java:209)
> [INFO]  at 
> com.google.gwt.dev.javac.CompiledClass.getSignatureHash(CompiledClass.java:166)
> [INFO]  at 
> com.google.gwt.dev.javac.Dependencies$Ref.<init>(Dependencies.java:41)
> [INFO]  at 
> com.google.gwt.dev.javac.Dependencies$Ref.<init>(Dependencies.java:36)
> [INFO]  at 
> com.google.gwt.dev.javac.Dependencies.resolve(Dependencies.java:100)
> [INFO]  at 
> com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.compile(CompilationStateBuilder.java:349)
> [INFO]  at 
> com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java:532)
> [INFO]  at 
> com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:464)
> [INFO]  at 
> com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:423)
> [INFO]  at com.google.gwt.dev.Precompile.precompile(Precompile.java:210)
> [INFO]  at com.google.gwt.dev.Precompile.precompile(Precompile.java:190)
> [INFO]  at com.google.gwt.dev.Precompile.precompile(Precompile.java:131)
> [INFO]  at com.google.gwt.dev.Compiler.compile(Compiler.java:192)
> [INFO]  at com.google.gwt.dev.Compiler.compile(Compiler.java:143)
> [INFO]  at com.google.gwt.dev.Compiler.compile(Compiler.java:132)
> [INFO]  at com.google.gwt.dev.Compiler$1.run(Compiler.java:110)
> [INFO]  at 
> com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
> [INFO]  at 
> com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
> [INFO]  at com.google.gwt.dev.Compiler.main(Compiler.java:113)
>
>
> Any hint on this would also be highly appreciated.
>
> Michael
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/69257efa-3ca8-4f91-90be-adf598100193n%40googlegroups.com.

Reply via email to