Re: 'Throwable.HasJavaThrowable' has invalid name '?'.

2022-07-01 Thread Thomas Broyer
>>> zhstregisterjp-web --- >>> [INFO] Compiling module >>> ch.zh.ksta.zhstregisterjp.ZHStRegisterJPWebDevelopment >>> [INFO]Ignored 5 units with compilation errors in first pass. >>> [INFO] Compile with -strict or with -logLevel set to DE

Re: 'Throwable.HasJavaThrowable' has invalid name '?'.

2022-06-30 Thread Michael Conrad
How many of these libs are you thinking would need converting to JS for the client bundle? At a glance, it really looks like you got a dependency chain fubar. The GWT client code should not have any kind of dependency to java.sql.DataSource as an example. It looks like you are trying to

Re: 'Throwable.HasJavaThrowable' has invalid name '?'.

2022-06-30 Thread mmo
gt; [INFO] Compile with -strict or with -logLevel set to TRACE or DEBUG to >> see all errors. >> [INFO]Errors in com/google/gwt/emul/java/lang/Throwable.java >> [INFO] [ERROR] Line 344: 'Throwable.HasJavaThrowable' has invalid >> name '?'. >> >> Pardon m

Re: 'Throwable.HasJavaThrowable' has invalid name '?'.

2022-06-29 Thread Jens
vel set to TRACE or DEBUG to see > all errors. > [INFO]Errors in com/google/gwt/emul/java/lang/Throwable.java > [INFO] [ERROR] Line 344: 'Throwable.HasJavaThrowable' has invalid > name '?'. > > Pardon me? > > Any hint or direction what I could do or sea

Re: 'Throwable.HasJavaThrowable' has invalid name '?'.

2022-06-29 Thread Michael Conrad
I see the following in your stack trace. It would probably help to track the issue down if you set the GWT compile to strict. On 6/29/22 13:10, mmo wrote: Ignored 5 units with compilation errors in first pass. -- You received this message because you are subscribed to the Google Groups

'Throwable.HasJavaThrowable' has invalid name '?'.

2022-06-29 Thread mmo
/Throwable.java [INFO] [ERROR] Line 344: 'Throwable.HasJavaThrowable' has invalid name '?'. Pardon me? Any hint or direction what I could do or search for here to get over this? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To u