Open GoogleCodeExporter opened 8 years ago
gwt-servlet.jar needs to be in WEB-INF/lib in order for your application to
work in a servlet container; putting on the build classpath is not enough.
That's why it is automatically being copied. Is there a reason as to why you
don't want it in war/WEB-INF/lib?
Original comment by rdayal@google.com
on 26 Nov 2013 at 4:32
Necessary jars are provided by ivy/maven (and they have different names, most
of it is spread across various vaadin-*.jar files).
Eclipse should absolutely not provide any jars or modify project in any way
(except when requested by user). I have perfectly good configuration and just
want GWT plugin features like JSNI editor.
Original comment by mwisnicki@gmail.com
on 26 Nov 2013 at 5:06
Yes, unfortunately GPE doesn't play all that well with Maven right now. We're
working on this problem (supporting Maven-based GWT and App Engine projects in
GPE in the proper way). We'll have proper App Engine support this month, with
GWT support a little after that.
Original comment by rdayal@google.com
on 26 Nov 2013 at 10:55
Original issue reported on code.google.com by
mwisnicki@gmail.com
on 19 Nov 2013 at 1:42