Perhaps you can share your full pom, or other dependencies? It might be 
that you have some conflicting dependency which is preventing GWT from 
having the colt version it needs.

That said, how are you running SDM? From your log, that doesn't look like 
you are running it from the maven plugin that you listed - any chance your 
IDE is not using the same jar that maven is using?

On Wednesday, February 14, 2018 at 10:36:03 AM UTC-6, BM wrote:
>
> Any more suggestions? We using 2.8.2 using maven entry in pom. 
>
> On Tuesday, January 30, 2018 at 2:08:25 PM UTC-6, Jens wrote:
>>
>> If you have downloaded GWT 2.8.2 from Maven, then the "colt" library (and 
>> lots of other libs) is not bundled into gwt-dev.jar. If your project does 
>> not use Maven then you need to add these libraries manually to your class 
>> path.
>>
>> See: 
>>
>> http://search.maven.org/remotecontent?filepath=com/google/gwt/gwt/2.8.2/gwt-2.8.2.pom
>>
>> http://search.maven.org/remotecontent?filepath=com/google/gwt/gwt-dev/2.8.2/gwt-dev-2.8.2.pom
>>
>> Alternatively download GWT 2.8.2 from gwtproject.org, then all theses 
>> dependencies are bundled into gwt-dev.jar and things should just work as 
>> usual.
>>
>> -- J.
>>
>

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to