Re: Purposes of three JAR files

2010-12-27 Thread Thomas Broyer
On Sunday, December 26, 2010 1:07:13 AM UTC+1, David Pinn wrote: What purposes are served by each of the main GWT JAR files: gwt-user.jar, gwt-servlet.jar, and gwt-dev.jar? gwt-dev contains the DevMode and the Compiler (and everything related, such as the Generator and Linker classes).

Purposes of three JAR files

2010-12-25 Thread David Pinn
What purposes are served by each of the main GWT JAR files: gwt-user.jar, gwt-servlet.jar, and gwt-dev.jar? I'm putting together a project definition in Intellij IDEA, and would like to know which JAR files to include, and at which scope (compile, test, provided, runtime) -- You received

Re: Purposes of three JAR files

2010-12-25 Thread zixzigma
1- gwt-servlet scope: default(compile) 2- gwt-user - scope: provided default scope is compile, therefore you dont need to specify it dependency groupIdcom.google.gwt/groupId artifactIdgwt-servlet/artifactId version${gwt.version}/version