gwt-maven-archetypes

No source code is available for type <type> did you forget to inherit a required module?

假装没事ソ 提交于 2020-01-06 22:52:08
问题 I am trying to split my project into 4 Java modules: web-client web-client-admin web-client-landing web-client-core The module web-client is the one that puts all pieces together, so the dependency tree would look something like this: <-- web-client-admin <---- / \ web-client <--- <---- web-client-core \ / <-- web-client-landing <-- In my module.gwt.xml I am having: <inherits name="com.mz.client.application.landing" /> <inherits name="com.mz.client.application.admin" /> <inherits name="com.mz

No source code is available for type <type> did you forget to inherit a required module?

限于喜欢 提交于 2020-01-06 22:48:07
问题 I am trying to split my project into 4 Java modules: web-client web-client-admin web-client-landing web-client-core The module web-client is the one that puts all pieces together, so the dependency tree would look something like this: <-- web-client-admin <---- / \ web-client <--- <---- web-client-core \ / <-- web-client-landing <-- In my module.gwt.xml I am having: <inherits name="com.mz.client.application.landing" /> <inherits name="com.mz.client.application.admin" /> <inherits name="com.mz

How to deploy GWT App to Google App Engine?

一世执手 提交于 2019-12-12 03:35:00
问题 I am using gwt-maven-archetypes and I have the problem that I can't recall how I can deploy my application to the Google App Engine. It's been a while since I did this last time. I can remember that there is a command line tool that I have to use since the GWT Plugin for Eclipse does not work with the gwt-maven-archetypes or something like that. 回答1: Use a GAE Archetype and then use "Deploy to App Engine..." from the plugin menu; see this answer. You might also be able to mark your current