Thanks, that was the issue. We had an old 5.x version of ASM in the 
classpath. Updated to 9.2 and it now compiles.

On Friday, January 20, 2023 at 4:23:55 AM UTC-5 Jens wrote:

> ASM is given a class file that has a newer byte code version than ASM 
> supports. GWT 2.10 depends on ASM 9.2 and supports byte code up to Java 18. 
> I am pretty sure you have an older ASM version on class path that came 
> first or some Java 19+ classes.
>
> -- J.
>
> Paul Stockley schrieb am Donnerstag, 19. Januar 2023 um 22:33:28 UTC+1:
>
>> I tried reducing the optimization level to 0, no difference. This has 
>> been a problem in the past. I need to turn on more debug info. I tried 
>> logLevel at ALL but it didn't really output anything new.
>>
>> On Thursday, January 19, 2023 at 4:05:22 PM UTC-5 Michael Joyner wrote:
>>
>>> Meh... I just saw the compile options below the empty pic.
>>>
>>>
>>> On 1/19/23 16:04, Michael Conrad wrote:
>>>
>>> a) Have you tried increasing heap space?
>>> b) Are you compiling production in STRICT mode? (Strongly recommended.)
>>> c) Are you running SDM in STRICT compile mode? (Strongly recommended.)
>>>
>>> On 1/19/23 14:43, Paul Stockley wrote:
>>>
>>> We are trying to migrate to GWT 2.10 from 2.08. We get this internal 
>>> error  
>>>
>>> [image: nirvana_–_ci2_build_nirvana_war_xml__nirvana_.jpg]
>>>
>>> Any idea how to further debug this? Our app works fine using SDM we just 
>>> get this error when compiling for deployment.
>>>
>>> Compiler options are:  -logLevel DEBUG -war ${webapp.dir} 
>>> com.ocs.nirvana.Encasa -XnoclassMetadata -XnocheckCasts 
>>> -generateJsInteropExports -style ${compile.style} -strict -optimize 7
>>> -- 
>>> 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 google-web-tool...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/google-web-toolkit/b9d05c7f-d9eb-465f-8b70-e84627b455c0n%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/google-web-toolkit/b9d05c7f-d9eb-465f-8b70-e84627b455c0n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>>
>>>
>>>

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/3f7d6eb2-8191-45cc-aad0-b809a738f120n%40googlegroups.com.

Reply via email to