Wednesday, January 31, 2018

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

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 maven and added following dependencies. We also use gwtbootstrap3 and GWTP. 

<properties>
        
        <gwtVersion>2.8.2</gwtVersion>
</properties>

<dependency>
                <groupId>com.google.gwt</groupId>
                <artifactId>gwt-servlet</artifactId>
                <version>${gwtVersion}</version>
                <scope>runtime</scope>
            </dependency>
            <dependency>
                <groupId>com.google.gwt</groupId>
                <artifactId>gwt-user</artifactId>
                <version>${gwtVersion}</version>
                <scope>provided</scope>
            </dependency>
</dependency>
<plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>gwt-maven-plugin</artifactId>
                    <version>${gwtVersion}</version>
</plugin>

So which dependencies for colt I would need to add in my pom file? Sorry I am bit lost here.



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

No comments:

Post a Comment