gwt-plugins / gwt-plugins/gwt-eclipse-plugin

Make gwt-servlet.jar optionial

Abierto
#329 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Java
Estrellas
117
Forks
49
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Currently the plugin always copies gwt-servlet.jar to your WEB-INF/lib directory.
But this jar file is only needed if you are working with servlets which we don't.

So it would be nice to have a checkbox somewhere to disable the need for gwt-servlet.jar

Actually the exact same comment can be made for the web.xml.
We don't use this file as we host our project in ISS which doesn't even understand that web.xml file.
If you just use GWT to communicate with a .NET, PHP, or something else backend over json or something like that the web.xml file is not needed.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Start by locating the plugin logic that copies gwt-servlet.jar into WEB-INF/lib and generates web.xml. Trace how plugin options are defined and applied, then determine whether the two files can be disabled independently. Done means the configured project omits each unwanted artifact while servlet-based projects retain the current behavior.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
java
Área
tooling
Tipo de issue
Nueva funcionalidad
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.