gwt-plugins / gwt-plugins/gwt-eclipse-plugin
runClasspathExcludes seems to be disregarded
- Lenguaje dominante
- Java
- Estrellas
- 117
- Forks
- 49
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I'm using the `org.codehaus.mojo.gwt-maven-plugin` plugin in version `2.8.2`.
This is my configuration:
```xml
com.mycompany.myproject.gwt.App
-Xmx2G
app
storm-core-1.0.1.jar
```
the interesting part is the `runClasspathExclude`. When I run GWT Development Mode, the jar is *not* excluded from the war classpath :(.
This makes the JAR appear twice on the classpath which is something that it explicitly guards against:
> Found multiple defaults.yaml resources. You're probably bundling the Storm jars with your topology jar.
> [jar:file:/C:/Data/Maven%20Repository/org/apache/storm/storm-core/1.0.1/storm-core-1.0.1.jar!/defaults.yaml, jar:file:/C:/Git/myproject/myproject-ui/target/myproject-ui-2.0.5-SNAPSHOT/WEB-INF/lib/storm-core-1.0.1.jar!/defaults.yaml]
Is there any workaround I can do to exclude the jar?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Comienza reproduciendo GWT Development Mode con la configuración mostrada de org.codehaus.mojo.gwt-maven-plugin 2.8.2 e inspecciona cómo se aplica runClasspathExcludes al war classpath. Se considera terminado cuando storm-core-1.0.1.jar queda excluido y ya no aparece la advertencia sobre defaults.yaml duplicado.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- build-system, tooling
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100