GwtMaterialDesign / gwt-material-archetype

Archetype for a basic GWT Material Design project
Apache License 2.0
7 stars 4 forks source link

Module name conventions not considered #25

Closed mheydem closed 1 year ago

mheydem commented 4 years ago

According to the java language specification a module name by convention may/should contain dots: https://docs.oracle.com/javase/specs/jls/se14/html/jls-7.html#jls-7.7

If passing a module name with dots like "my.module.name", the generated project will not compile out of the box due to wrong path and file names. The gwt module xml will not be found.

If entering a module name without dots like "mymodulename", the project works as expected.

mheydem commented 1 year ago

I guess this won't be fixed.