Saturday, April 22, 2017

Re: GWT/Maven development cycle takes much too long

The external libs (like postgresql-40.0.0.jar) must be copied into the WEB-INF/lib directory. When scope=provided, it isn't copied there. That was the problem in the other thread.
How can I solve this?

Note that this other problem from the other thread, where the "solution" was to remove scope=provided, is completely outside eclipse:
When I "mvn package" my app, the postgresql lib is not copied into the lib folder.

Magnus

--
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