Hi,

I think gwt-dev.jar is where the gwt compiler lives. So you need this jar
for compilation.

For deployment:

   - You don't need it for client side only projects
   - 99% you don't even need it for RPC based servlets

Hope that helps.

    Vassilis

On Tue, Dec 22, 2020 at 8:17 PM Elhanan <[email protected]> wrote:

> hi..
> assuming my code will only run in client mode (i.e won't run in any
> server, or any servlet container) is it save to exclude it from maven
> dependencies during build? mark it as provided ?
> according to this it seems i can
>
> https://stackoverflow.com/questions/17678410/trying-to-deploy-gwt-project-in-tomcat-ends-with-offending-class-error/17678786#17678786
>
> (it's never meant to run under a servlet container)
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/f7b77575-cfce-4f13-b081-825bf8691072n%40googlegroups.com
> <https://groups.google.com/d/msgid/google-web-toolkit/f7b77575-cfce-4f13-b081-825bf8691072n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Vassilis Virvilis

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CAKbOjExsFXUGdXtYwrsRwOuhjR4gS0FBhQ076Nb9jxdk1%3DxPTA%40mail.gmail.com.

Reply via email to