We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get a 404 when it's requesting the Project.html resource in this config.
I can't get mvn gwt:devmode to work...
mvn gwt:devmode
I'm curious why I can't get this to work. Might be I'm to tired at the moment. I had it working with a different naming, but won't work for me.
mvn archetype:generate \ -DarchetypeRepository=https://oss.sonatype.org/content/repositories/snapshots \ -DarchetypeGroupId=com.github.branflake2267.archetypes \ -DarchetypeArtifactId=gwt-basic-archetype \ -DarchetypeVersion=2.0-SNAPSHOT \ -DgroupId=com.example.sandy \ -DartifactId=sandy
I should have Eclipse snapshot ready. I'm uploading my changes to the snapshot repo now.
The text was updated successfully, but these errors were encountered:
See #8. You should either use war packaging and configure the goals you want, or move your static resources in the "public path" of the GWT module.
Sorry, something went wrong.
ah ha, thanks.
No branches or pull requests
I get a 404 when it's requesting the Project.html resource in this config.
I can't get
mvn gwt:devmode
to work...I'm curious why I can't get this to work. Might be I'm to tired at the moment. I had it working with a different naming, but won't work for me.
I should have Eclipse snapshot ready. I'm uploading my changes to the snapshot repo now.
The text was updated successfully, but these errors were encountered: