Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2023-08-14 Thread Colin Alworth
Tiberiu, the fact that it works in Eclipse strongly suggests to me that the ant classpath is different from the eclipse project classpath. That different configuration will lead to different results. This error is typically indicative of some other error happening (typically classpath related)

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2023-08-14 Thread Tiberiu
Thanks Colin! Indeed the Ant classpath was using the old GWT 2.8.1... My bad, sorry. Tiberiu On Mon, Aug 14, 2023 at 4:33 PM Colin Alworth wrote: > Tiberiu, the fact that it works in Eclipse strongly suggests to me that > the ant classpath is different from the eclipse project classpath. That