Re: Superdev doesn't work with GWT 2.8.2 & IntelliJ 14

2020-04-02 Thread Stefan Bicher
Had the same problem today (with IntelliJ 2019.3 - quite updated) and it turned out, I had to reimport my Maven Project, on which I started the Super-Dev-Mode (Right Click in the Project Explorer -> Maven -> Reimport) After that all went well. BTW, the problem occured after I deleted my local ma

Re: Superdev doesn't work with GWT 2.8.2 & IntelliJ 14

2018-02-17 Thread Thomas Broyer
Is IntelliJ 14 (from subject line) supposed to work with GWT 2.8? AFAICT that's a very old version of IntelliJ, so I would doubt it. -- 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, s

Re: Superdev doesn't work with GWT 2.8.2 & IntelliJ 14

2018-02-16 Thread Colin Alworth
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 tha

Re: Superdev doesn't work with GWT 2.8.2 & IntelliJ 14

2018-02-14 Thread BM
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

Re: Superdev doesn't work with GWT 2.8.2 & IntelliJ 14

2018-01-31 Thread BM
Also note, We were using GWT 2.6.1 before and DEV mode on IJ was working fine. We upgraded to GWT 2.8.2 and DEV mode is deprecated and trying to use Super Dev mode and it's not working. On Wednesday, January 31, 2018 at 1:22:05 PM UTC-6, BM wrote: > > Hi Jens, > Thanks for the reply. Yes we use

Re: Superdev doesn't work with GWT 2.8.2 & IntelliJ 14

2018-01-31 Thread BM
Hi Jens, Thanks for the reply. Yes we use maven and added following dependencies. We also use gwtbootstrap3 and GWTP. 2.8.2 com.google.gwt gwt-servlet ${gwtVersion} runtime

Re: Superdev doesn't work with GWT 2.8.2 & IntelliJ 14

2018-01-30 Thread Jens
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