Archetypes icon indicating copy to clipboard operation
Archetypes copied to clipboard

Creating Maven GWT Project via New Maven Project in Eclipse, project name for GWT module not created.

Open JRSofty opened this issue 8 years ago • 0 comments

When I used the video to get started with archetype, I ended up with a project that had files with module instead of the actual project name. Also the java file, gwt.xml all had ${module} placeholder instead.

I'm working on a Linux Mint using Eclipse Neon 3 and have GWT 2.8 and GWT Plugin for Eclipse 3.0 installed. However I followed the example in your video to set up my project.

I believe this is because the "module" property is not displayed during the creation of my project via the archetype. In your video once you move to start adding the groupId and artifactId to the project you can clearly see the property with the module App in the lower window. This is missing from my dialog.

JRSofty avatar Jun 22 '17 18:06 JRSofty