Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Cannot specify module name when creating a maven based GWT project #25

Closed
jvence opened this issue Nov 12, 2013 · 3 comments
Closed

Cannot specify module name when creating a maven based GWT project #25

jvence opened this issue Nov 12, 2013 · 3 comments
Labels
Milestone

Comments

@jvence
Copy link

jvence commented Nov 12, 2013

When creating a maven-based GWT project and adding the GWT Framework, it creates a module named 'org.yournamehere.Main' by default. Trying to add RPC services also defaults to org.yournamehere.Main as the module name.

@markiewb
Copy link
Collaborator

@jvence: what is the concrete issue? You didn't define the module 'org.yournamehere.Main' so it shouldn't be available?

@jvence
Copy link
Author

jvence commented Nov 22, 2013

@markiewb Basically when using it with Maven you cannot specify a module name as it uses 'org.yournamehere.Main' by default. You can manually change it but then we you try to add a new service (Right Click project | New | Google Web Toolkit | GWT RPC Service for example), it create a new services using org.yournamehere as package name.

This works fine if you don't use Maven

@markiewb
Copy link
Collaborator

Closing. Will be fixed in the next version by #28

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants