Tuesday, December 22, 2020

Re: excluding GWT-DEV.jar from final build?

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 <elh.maayan@gmail.com> 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 

(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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/f7b77575-cfce-4f13-b081-825bf8691072n%40googlegroups.com.


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

No comments:

Post a Comment